youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 38fc045253095b61f1e1a2af1559e199a9b66eaa
parent af1fd929c6bb7ec077b9a2c34957834cfb560b6e
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 23 Aug 2014 15:05:21 +0200

[rtlnl] Remove unused code

Diffstat:
Myoutube_dl/extractor/rtlnl.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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]