4 Commits

Author SHA1 Message Date
Mike Fährmann
eed46f8dcf [build] update PyInstaller hiddenimports and py2exe modules 2026-02-01 19:29:30 +01:00
Mike Fährmann
f4e3cee6ac use yt-dlp by default (#1850, #2028) 2021-11-29 18:24:26 +01:00
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
Mike Fährmann
18345381f3 add PyInstaller script and hook (#166) 2019-04-17 12:43:29 +02:00