whatdaybob / sonarr_youtubedl

A Sonarr companion script to allow the automatic downloading of web series normally not available for Sonarr to search for. Using Youtube-DL it allows you to download your webseries from the list of supported sites.
107 stars 34 forks source link

Fixed broken cookie YoutubeDL option, added debug logging flag #20

Closed WhiteyDude closed 2 years ago

WhiteyDude commented 3 years ago

Thanks for building this great project!

I've added a --debug flag to allow for additional verbosity whilst troubleshooting.

I've also updated the YoutubeDL option from cookie to cookiefile as this is the correct one as per youtube-dl code.

The latter change along with the latest master of youtube-dl (2021-06-06 is latest release and doesn't fix it) resolve https://github.com/ytdl-org/youtube-dl/issues/29086