X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2F__init__.py;h=d491402c6a9702c57dbbd4122924b22f2ede2177;hb=3820df0106d6065f50cc1eb90823906410dc9543;hp=16e74785f6f0996cef56ff5d6d628f57e3790394;hpb=59cc5d9380ee6ffc9032c9a3873b006a824ae934;p=youtube-dl diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 16e74785f..d491402c6 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -141,7 +141,8 @@ def parseOpts(overrideArguments=None): general.add_option('--user-agent', dest='user_agent', help='specify a custom user agent', metavar='UA') general.add_option('--referer', - dest='referer', help='specify a custom referer', metavar='REF', default=None) + dest='referer', help='specify a custom referer, use if the video access is restricted to one domain', + metavar='REF', default=None) general.add_option('--list-extractors', action='store_true', dest='list_extractors', help='List all supported extractors and the URLs they would handle', default=False)