Files
gallery-dl/docs
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-12-08 21:05:47 +01:00
2021-02-21 20:42:45 +01:00