1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-09 20:37:46 +08:00

[tele5] flake8 fixes

This commit is contained in:
FliegendeWurst 2020-04-12 11:28:26 +02:00
parent dae3dc6ab3
commit d0dd97a0c1
No known key found for this signature in database
GPG Key ID: CA38E82B54B32A88

View File

@ -31,8 +31,8 @@ class Tele5IE(InfoExtractor):
'description': 'SchleFaZ: Der Polyp - Die Bestie mit den Todesarmen (ab 13.04.2018)'
},
'params': {
'skip_download': True
}
'skip_download': True,
},
}, {
'url': 'https://www.tele5.de/filme/schlefaz-dragon-crusaders/',
'info_dict': {
@ -45,8 +45,8 @@ class Tele5IE(InfoExtractor):
'description': 'Drachenzähmen schlecht gemacht! Oliver Kalkofe und Peter Rütten knöpfen sich mit "SchleFaZ: Dragon Crusaders" eine wahrhaft verhext-verflixte Drachen-Sause vor. Statt großer Kampf, großer Krampf. Nicht nur in den Füßen, die einem bei dem müden Fantasy-Abenteuer garantiert einschlafen!'
},
'params': {
'skip_download': True
}
'skip_download': True,
},
}, {
# TODO: 400 Bad Request error on webpage, remove this test? (they might fix it eventually)
'url': 'https://www.tele5.de/video-clip/?ve_id=1609440',
@ -105,8 +105,8 @@ class Tele5IE(InfoExtractor):
media, lambda x: x['playlist'][0]['nexx_id'], compat_str)
# TODO: nexx offers more formats, but fails (404) on some videos
#if nexx_id:
#return nexx_result(nexx_id)
# if nexx_id:
# return nexx_result(nexx_id)
return self.url_result(
'jwplatform:%s' % jwplatform_id, ie=JWPlatformIE.ie_key(),