projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a18aeee
)
[extractor/common] Remove unused code
author
Sergey M․
<dstftw@gmail.com>
Tue, 1 Nov 2016 19:34:23 +0000
(
02:34
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 1 Nov 2016 19:34:23 +0000
(
02:34
+0700)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 7e01c5fbb509d23b662b53ecdd0e690db60f1bb0..50841f0cf936b4c00cc6e384bbe62cc204c7bf4c 100644
(file)
--- a/
youtube_dl/extractor/common.py
+++ b/
youtube_dl/extractor/common.py
@@
-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