[gdcvault] Remove dead code
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 23 Feb 2015 15:51:09 +0000 (16:51 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 23 Feb 2015 15:51:09 +0000 (16:51 +0100)
youtube_dl/extractor/gdcvault.py

index 05f58f1afa5c06eefb98f6cc0d5bfc0ce1eb5a79..e5011a5dc4bf257de709cdf7ea5ea445654e01b0 100644 (file)
@@ -66,7 +66,6 @@ class GDCVaultIE(InfoExtractor):
 
     def _parse_flv(self, xml_description):
         video_formats = []
-        akami_url = xml_description.find('./metadata/akamaiHost').text
         slide_video_path = xml_description.find('./metadata/slideVideo').text
         video_formats.append({
             'url': 'rtmp://%s/ondemand?ovpfv=1.1' % 'fms.digitallyspeaking.com/cfx/st',