diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2013-10-18 00:49:45 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2013-10-18 00:49:45 +0200 | 
| commit | 416a5efce7f70a6a3ef88ac902100fa5211e181e (patch) | |
| tree | 144328a5d61994b43c4de1f5ecc3e5aaa55814b8 /youtube_dl/YoutubeDL.py | |
| parent | f4d96df0f1e978d580197fafb8dacade4b611ef3 (diff) | |
fix typos
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
| -rw-r--r-- | youtube_dl/YoutubeDL.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index fd98321f1..296c0f992 100644 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -512,7 +512,7 @@ class YoutubeDL(object):              formats_to_download = formats          else:              # We can accept formats requestd in the format: 34/10/5, we pick -            # the first that is availble, starting from left +            # the first that is available, starting from left              req_formats = req_format.split('/')              for rf in req_formats:                  matches = filter(lambda f:f['format_id'] == rf ,formats)  | 
