Browse Source

[extractor/common] Remove unused code

totalwebcasting
Sergey M․ 8 years ago
parent
commit
3365ea8929
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      youtube_dl/extractor/common.py

+ 0
- 2
youtube_dl/extractor/common.py View File

@ -1798,8 +1798,6 @@ class InfoExtractor(object):
if ism_doc.get('IsLive') == 'TRUE' or ism_doc.find('Protection') is not None:
return []
ism_base_url = base_url(ism_url)
duration = int(ism_doc.attrib['Duration'])
timescale = int_or_none(ism_doc.get('TimeScale')) or 10000000


Loading…
Cancel
Save