]> jfr.im git - yt-dlp.git/commitdiff
[skyitalia] moved token
authornixxo <redacted>
Wed, 28 Oct 2020 16:06:49 +0000 (17:06 +0100)
committernixxo <redacted>
Wed, 28 Oct 2020 16:06:49 +0000 (17:06 +0100)
youtube_dlc/extractor/skyitalia.py

index 262701c6bca4e51fb0a857e7bf5b235e9dded5c2..a4e8940448106d111f7c71cd7d8837d577ebb07b 100644 (file)
@@ -7,7 +7,6 @@
 
 class SkyItaliaBaseIE(InfoExtractor):
     _GET_VIDEO_DATA = 'https://apid.sky.it/vdp/v1/getVideoData?token={token}&caller=sky&rendition=web&id={id}'
-    _TOKEN = 'F96WlOd8yoFmLQgiqv6fNQRvHZcsWk5jDaYnDvhbiJk'
     _RES = {
         'low': [426, 240],
         'med': [640, 360],
@@ -101,6 +100,7 @@ class SkyItaliaIE(SkyItaliaBaseIE):
         'url': 'https://video.sky.it/sport/motogp/video/motogp-gp-emilia-romagna-highlights-prove-libere-616162?itm_source=parsely-api',
         'only_matching': True,
     }]
+    _TOKEN = 'F96WlOd8yoFmLQgiqv6fNQRvHZcsWk5jDaYnDvhbiJk'
 
 
 class SkyArteItaliaIE(SkyItaliaBaseIE):