1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 02:59:31 +00:00

[rtlnl] Remove unused code

This commit is contained in:
Philipp Hagemeister 2014-08-23 15:05:21 +02:00
parent af1fd929c6
commit 38fc045253

View 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]