1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00
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
..
build_testresult_db.py fix config.set calls in build_testresults_db.py 2019-12-03 16:29:09 +01:00
completion_bash.py add zsh completion script (#150) 2020-07-04 18:05:31 +02:00
completion_zsh.py let zsh completion immediately suggest cmdline options 2020-07-05 22:36:00 +02:00
create_test_data.py fix create_test_data.py script 2020-03-25 22:06:38 +01:00
hook-gallery_dl.py add option to use different youtube-dl modules (fixes #1330) 2021-03-01 03:10:42 +01:00
man.py use definition lists instead of tables in docs/configuration.rst 2020-09-26 13:33:46 +02:00
pyinstaller.py fix some build issues 2020-03-06 15:15:59 +01:00
release.sh small updates to release.sh 2020-12-26 19:01:35 +01:00
run_tests.sh use context managers in cache.py & add tests 2020-02-25 23:08:47 +01:00
supportedsites.py fix supportedsites.py for modules without docstring 2021-02-21 22:57:37 +01:00
util.py install bash completion into share/bash-completion/completions 2019-11-07 23:23:48 +01:00