summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-08-23 15:05:21 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-08-23 15:05:21 +0200
commit38fc045253095b61f1e1a2af1559e199a9b66eaa (patch)
tree0394a0685f210e872e1df9ae3246e852e2d52dc9
parentaf1fd929c6bb7ec077b9a2c34957834cfb560b6e (diff)
downloadyoutube-dl-38fc045253095b61f1e1a2af1559e199a9b66eaa.tar.gz
youtube-dl-38fc045253095b61f1e1a2af1559e199a9b66eaa.tar.xz
youtube-dl-38fc045253095b61f1e1a2af1559e199a9b66eaa.zip
[rtlnl] Remove unused code
-rw-r--r--youtube_dl/extractor/rtlnl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/rtlnl.py b/youtube_dl/extractor/rtlnl.py
index 14928cd62..190c8f226 100644
--- a/youtube_dl/extractor/rtlnl.py
+++ b/youtube_dl/extractor/rtlnl.py
@@ -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]