From 78caf6ae8634b9fe9589187d8febb927dce2ddeb Mon Sep 17 00:00:00 2001 From: ChrisK2 Date: Sun, 11 Oct 2015 00:35:35 +0200 Subject: ytdl: Remove DASH hacks, use DASH by default Thanks to rcombs, ffmpeg now properly supports DASH and we can remove our hacks for it and use it by default whenever available. If you don't like this for whatever reason, you can get the "normal" streams back with --ytdl-format=best . Closes #579 Closes #1321 Closes #2359 --- DOCS/man/options.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 6038b18d33..e230ad2adc 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -456,16 +456,13 @@ Program Behavior If the script can't do anything with an URL, it will do nothing. - (Note: this is the replacement for the now removed libquvi support.) - ``--ytdl-format=`` Video format/quality that is directly passed to youtube-dl. The possible values are specific to the website and the video, for a given url the available formats can be found with the command ``youtube-dl --list-formats URL``. See youtube-dl's documentation for - available aliases. To use experimental DASH support for youtube, use - ``bestvideo+bestaudio``. - (Default: ``best``) + available aliases. + (Default: youtube-dl's default, currently ``bestvideo+bestaudio/best``) ``--ytdl-raw-options==[,=[,...]]`` Pass arbitrary options to youtube-dl. Parameter and argument should be -- cgit v1.2.3