diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-08-23 15:05:21 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-08-23 15:05:21 +0200 | 
| commit | 38fc045253095b61f1e1a2af1559e199a9b66eaa (patch) | |
| tree | 0394a0685f210e872e1df9ae3246e852e2d52dc9 | |
| parent | af1fd929c6bb7ec077b9a2c34957834cfb560b6e (diff) | |
[rtlnl] Remove unused code
| -rw-r--r-- | youtube_dl/extractor/rtlnl.py | 1 | 
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] | 
