jsaddiction / TrailerTech

Download Trailers for you movies
MIT License
13 stars 4 forks source link

Youtube-dl logging multiple redundant messages #23

Closed cgomesu closed 3 years ago

cgomesu commented 3 years ago

I left the program running for a couple of hours today while redirecting its output to a file and just noticed that Youtube-DL ERROR and WARNING messages are being repeated multiple times.

However, after such failures, the program correctly retries from another source and is usually able to download a valid video file.

It might not be an issue with TrailerTech itself but just wanted to give you a heads up. Other than that, the program is running flawlessly.

jsaddiction commented 3 years ago

Interesting. It may be a product of threading and YouTube Dl using the same logger for each instance. I'll look into it