[rtlnl] Remove unused code
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 23 Aug 2014 13:05:21 +0000 (15:05 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 23 Aug 2014 13:05:21 +0000 (15:05 +0200)
youtube_dl/extractor/rtlnl.py

index 14928cd62de73180eb4b4d20dd998be02e19f1ea..190c8f226096319f5f1634c4595ef86f36e6e611 100644 (file)
@@ -35,7 +35,6 @@ class RtlXlIE(InfoExtractor):
         info = self._download_json(
             'http://www.rtl.nl/system/s4m/vfd/version=2/uuid=%s/fmt=flash/' % uuid,
             uuid)
-        meta = info['meta']
         material = info['material'][0]
         episode_info = info['episodes'][0]