[extractor/common] Remove unused code
[youtube-dl] / youtube_dl / extractor / common.py
index 7e01c5fbb509d23b662b53ecdd0e690db60f1bb0..50841f0cf936b4c00cc6e384bbe62cc204c7bf4c 100644 (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