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

Bugfix: yt-dlp update and rescan command url fix. #52

Closed dalinicus closed 2 days ago

dalinicus commented 1 year ago

Pulls in the latest version of yt-dlp, as the previous version reference contains a fatal bug.

Fix issue where the api version was being passed as a parameter to a put call instead of as a parameter to a string format call, causing rescanning of the series to fail with a "Replacement index 1 out of range for positional args tuple" error

dalinicus commented 1 year ago

looks like this would fixes issue 50. No issue appears to have been submitted for the second bug fix.