vivanishin / secretary-bot

A software secretary communicating via Telegram
0 stars 2 forks source link

Stop trying to redownload videos unnecessarily #11

Open vivanishin opened 7 years ago

vivanishin commented 7 years ago

This is no good. After ae37409dcbc8334548587ac9b2e975b41ed4d4db fix the bot checks the DB and re-downloads the videos perpetually.

It clutters the log, like so:

[youtube] 2Qr-9Cx_hbk: Downloading MPD manifest
[download] /home/pi/video/youtube/Aaptiv - #1 Audio Fitness App.mp4 has already been downloaded
[download] 100% of 2.97MiB
[youtube] TWkn2qLLV8I: Downloading webpage
[youtube] TWkn2qLLV8I: Downloading video info webpage
[youtube] TWkn2qLLV8I: Extracting video information
WARNING: video doesn't have subtitles
[youtube] TWkn2qLLV8I: Downloading MPD manifest
[download] /home/pi/video/youtube/Alan Watts - How Zen Traps You.mp4 has already been downloaded
[download] 100% of 57.83MiB
[youtube] VDikQWPsVo0: Downloading webpage
[youtube] VDikQWPsVo0: Downloading video info webpage
[youtube] VDikQWPsVo0: Extracting video information
WARNING: video doesn't have subtitles
[youtube] VDikQWPsVo0: Downloading MPD manifest
[download] /home/pi/video/youtube/Alan Watts  - How

and so on...