X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=3afa8bb6faac3610dfc3695fe27d6006ff9339b5;hb=611c1dd96efc36a788475e14cc4de64d554d28a0;hp=5eccc0a705a6e7acda232541189b713712db97a8;hpb=cab792abe521d36e1cf296fa8578a37a499a78fe;p=youtube-dl diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 5eccc0a70..3afa8bb6f 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -85,7 +85,7 @@ def parseOpts(overrideArguments=None): if option.takes_value(): opts.append(' %s' % option.metavar) - return "".join(opts) + return ''.join(opts) def _comma_separated_values_options_callback(option, opt_str, value, parser): setattr(parser.values, option.dest, value.split(',')) @@ -276,7 +276,7 @@ def parseOpts(overrideArguments=None): 'For example, to only match videos that have been liked more than ' '100 times and disliked less than 50 times (or the dislike ' 'functionality is not available at the given service), but who ' - 'also have a description, use --match-filter ' + 'also have a description, use --match-filter ' '"like_count > 100 & dislike_count