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

Add global extra_args for yt-dlp #56

Open Ruakij opened 1 year ago

Ruakij commented 1 year ago

Add config-section to allow adding extra-args to yt-dlp when executing actions.

This allows e.g. setting flat-search which is much much faster and requires less requests to be done in cases where the videos are directly listed on the provided page e.g. playlists.

Flat-search was also enabled by-default to have everyone benefit from the performance-increase, including warnings on its limitations and how to properly use it.
As most shows are probably in the videos-section of a channel or playlists directly, there shouldnt be a need for everyone to deep-search a whole channel or videos in a playlist (even less reason)