Files
gallery-dl/scripts
Mike Fährmann 1a38fae785 add option to use different youtube-dl modules (fixes #1330)
by setting the 'downloader.ytdl.module' value. For example

{
    "downloader": {
        "ytdl": {
            "module": "yt_dlp"
        }
    }
}

or '-o module=yt_dlp'
2021-03-01 03:10:42 +01:00
..
2020-03-06 15:15:59 +01:00
2020-12-26 19:01:35 +01:00