niemands / StashPlugins

A collection of python plugins for stash
GNU Affero General Public License v3.0
62 stars 17 forks source link

Add youtube_dl options #22

Closed DarkFighterLuke closed 2 years ago

DarkFighterLuke commented 2 years ago

This PR implements passing options to youtube_dl module in order to configure its multiple parameters. All these parameters can be added in config.ini file with a boolean value.

Here is the list of the options allowed to be passed to youtube_dl.YoutubeDL() constructor: https://github.com/ytdl-org/youtube-dl/blob/3e4cedf9e8cd3157df2457df7274d0c842421945/youtube_dl/YoutubeDL.py#L137-L312