mpv/DOCS
Guido Cella 6ed3781a3d ytdl_hook.lua: add include script-opt of URLs to try with ytdl first
By the default mpv tries opening URLs with ffmpeg first, and users who
don't configure try_ytdl_first get a slower startup for youtube URLs, on
top of yt-dlp already being slow.

Fix this by adding a script-opt of URL pattern to try with ytdl first.
Youtube and twitch are included by default.

Compared to the alternative of trying ytdl first by default and
excluding URLs with a media extension, this only works for the sites
explicitly included in the new option's value, but doesn't have false
positives on media URLs without an extension.
2024-10-09 01:08:31 +02:00
..
interface-changes ytdl_hook.lua: add include script-opt of URLs to try with ytdl first 2024-10-09 01:08:31 +02:00
man ytdl_hook.lua: add include script-opt of URLs to try with ytdl first 2024-10-09 01:08:31 +02:00
client-api-changes.rst docs: remove stray newlines 2024-10-06 21:51:59 +02:00
compatibility.rst DOCS/compatibility.rst: add requirement when changing default values 2024-05-20 18:07:38 +02:00
compile-windows.md ci/{openbsd,win32}: bump FFmpeg to 7.1 2024-10-06 21:51:12 +02:00
contribute.md DOCS/contribute.md: require interface change begin with type 2024-06-08 23:08:43 +02:00
edl-mpv.rst
encoding.rst DOCS/encoding: remove the legacy option syntax 2022-07-07 21:12:57 -04:00
interface-changes.rst Release 0.39.0 2024-09-23 19:36:41 +02:00
mplayer-changes.rst DOCS: make mentions of macOS consistent 2024-02-21 20:46:53 +01:00
release-policy.md VERSION: rename to MPV_VERSION to avoid standard library header conflict 2024-07-29 21:38:19 +02:00
tech-overview.txt DOCS/tech-overview.txt: add builtin.conf to etc/ description 2024-03-11 21:01:01 +01:00