Browse Source

[extractor/common] Correct typo

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
daebaab692
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/common.py

+ 1
- 1
youtube_dl/extractor/common.py View File

@ -664,7 +664,7 @@ class InfoExtractor(object):
elif line.startswith('#') or not line.strip():
continue
else:
if last_info is none:
if last_info is None:
formats.append({'url': line})
continue
tbr = int_or_none(last_info.get('BANDWIDTH'), scale=1000)


Loading…
Cancel
Save