summary refs log tree commit diff
diff options
context:
space:
mode:
authorCyberJacob <cyberjacob@gmail.com>2015-02-20 22:43:51 +0000
committerCyberJacob <cyberjacob@gmail.com>2015-02-20 22:43:51 +0000
commita00a8bcc8a131e0bea605ab3cfa0f09bedde9e0c (patch)
treeef42490472754bbb07f34c3488bd702b6d9c7aab
parent1e9a9e167d5e518f44402394bb4cc23712ff32fc (diff)
downloadyoutube-dl-a00a8bcc8a131e0bea605ab3cfa0f09bedde9e0c.tar.gz
youtube-dl-a00a8bcc8a131e0bea605ab3cfa0f09bedde9e0c.tar.xz
youtube-dl-a00a8bcc8a131e0bea605ab3cfa0f09bedde9e0c.zip
Change example URLs in readme (fixes #5018y)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a2c148311..8ea31d605 100644
--- a/README.md
+++ b/README.md
@@ -571,7 +571,7 @@ Support requests for services that **do** purchase the rights to distribute thei
 
 ### How can I detect whether a given URL is supported by youtube-dl?
 
-For one, have a look at the [list of supported sites](docs/supportedsites.md). Note that it can sometimes happen that the site changes its URL scheme (say, from http://example.com/v/1234567 to http://example.com/v/1234567 ) and youtube-dl reports an URL of a service in that list as unsupported. In that case, simply report a bug.
+For one, have a look at the [list of supported sites](docs/supportedsites.md). Note that it can sometimes happen that the site changes its URL scheme (say, from http://example.com/video/1234567 to http://example.com/v/1234567 ) and youtube-dl reports an URL of a service in that list as unsupported. In that case, simply report a bug.
 
 It is *not* possible to detect whether a URL is supported or not. That's because youtube-dl contains a generic extractor which matches **all** URLs. You may be tempted to disable, exclude, or remove the generic extractor, but the generic extractor not only allows users to extract videos from lots of websites that embed a video from another service, but may also be used to extract video from a service that it's hosting itself. Therefore, we neither recommend nor support disabling, excluding, or removing the generic extractor.