summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-19 18:51:53 +0100
committerwm4 <wm4@nowhere>2014-11-19 18:59:38 +0100
commit079ecd7f017be7528ab597e5db36042a0eecee0d (patch)
tree2518efcadb7d06971ef26b4de1636bfa1206b850 /DOCS
parent0f7df894688d7d2d4b5745944d9b84aeb512f1ae (diff)
downloadmpv-079ecd7f017be7528ab597e5db36042a0eecee0d.tar.bz2
mpv-079ecd7f017be7528ab597e5db36042a0eecee0d.tar.xz
player: integrate ytdl_hook.lua
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index efc0228a76..b10db21a75 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -422,6 +422,18 @@ Program Behavior
May be dangerous if playing from untrusted media.
+``--ytdl``, ``--no-ytdl``
+ Enable the youtube-dl hook-script. It will look at the input URL, and will
+ play the video located on the website. This works with many streaming sites,
+ not just the one the scripts are named after. This requires a recent version
+ of youtube-dl to be installed on the system.
+
+ If the script can't do anything with an URL, it will do nothing.
+
+ Currently disabled by default, because youtube-dl's generic extractor can
+ get stuck on some URL, preventing playback.
+
+ (Note: this is the replacement for the now removed libquvi support.)
Video
-----