youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 9836cfb8d682c91036ce417fa31200673b52115b
parent 665b6c123685ea9b090087d30cb5ac9fec58bf30
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun,  7 Jun 2015 08:12:21 +0600

[options] Clarify `--list-extractors` (Closes #5916)

Diffstat:
Myoutube_dl/options.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/options.py b/youtube_dl/options.py @@ -145,7 +145,7 @@ def parseOpts(overrideArguments=None): general.add_option( '--list-extractors', action='store_true', dest='list_extractors', default=False, - help='List all supported extractors and the URLs they would handle') + help='List all supported extractors') general.add_option( '--extractor-descriptions', action='store_true', dest='list_extractor_descriptions', default=False,