aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2015-04-27 16:05:01 +0600
committerSergey M. <dstftw@gmail.com>2015-04-27 16:05:01 +0600
commit189ba90996d810ea00b165d20d320869efe14518 (patch)
tree571a88a5b0c432d22286eeb5899698ef7fd66f9e /README.md
parentc8183e661d629bd7d86d38eda9e0013e2aad682e (diff)
downloadyoutube-dl-189ba90996d810ea00b165d20d320869efe14518.tar.xz
[README] Use youtube-dl test video URL
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5fb992241..f67744f0f 100644
--- a/README.md
+++ b/README.md
@@ -362,17 +362,17 @@ YouTube requires an additional signature since September 2012 which is not suppo
That's actually the output from your shell. Since ampersand is one of the special shell characters it's interpreted by shell preventing you from passing the whole URL to youtube-dl. To disable your shell from interpreting the ampersands (or any other special characters) you have to either put the whole URL in quotes or escape them with a backslash (which approach will work depends on your shell).
-For example if your URL is https://www.youtube.com/watch?t=48&v=e2CXaJv0cMw you should end up with following command:
+For example if your URL is https://www.youtube.com/watch?t=4&v=BaW_jenozKc you should end up with following command:
-```youtube-dl 'https://www.youtube.com/watch?t=48&v=e2CXaJv0cMw'```
+```youtube-dl 'https://www.youtube.com/watch?t=4&v=BaW_jenozKc'```
or
-```youtube-dl https://www.youtube.com/watch?t=48\&v=e2CXaJv0cMw```
+```youtube-dl https://www.youtube.com/watch?t=4\&v=BaW_jenozKc```
For Windows you have to use the double quotes:
-```youtube-dl "https://www.youtube.com/watch?t=48&v=e2CXaJv0cMw"```
+```youtube-dl "https://www.youtube.com/watch?t=4&v=BaW_jenozKc"```
### ExtractorError: Could not find JS function u'OF'