Files
gallery-dl/gallery_dl
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-10-25 03:05:10 +01:00
2021-01-26 01:01:22 +01:00
2020-05-19 22:32:53 +02:00
2021-02-14 16:46:59 +01:00