mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 02:25:11 +00:00
[skyitalia] moved token
This commit is contained in:
parent
0b72c2bc31
commit
81a20463a4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
class SkyItaliaBaseIE(InfoExtractor):
|
class SkyItaliaBaseIE(InfoExtractor):
|
||||||
_GET_VIDEO_DATA = 'https://apid.sky.it/vdp/v1/getVideoData?token={token}&caller=sky&rendition=web&id={id}'
|
_GET_VIDEO_DATA = 'https://apid.sky.it/vdp/v1/getVideoData?token={token}&caller=sky&rendition=web&id={id}'
|
||||||
_TOKEN = 'F96WlOd8yoFmLQgiqv6fNQRvHZcsWk5jDaYnDvhbiJk'
|
|
||||||
_RES = {
|
_RES = {
|
||||||
'low': [426, 240],
|
'low': [426, 240],
|
||||||
'med': [640, 360],
|
'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',
|
'url': 'https://video.sky.it/sport/motogp/video/motogp-gp-emilia-romagna-highlights-prove-libere-616162?itm_source=parsely-api',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
_TOKEN = 'F96WlOd8yoFmLQgiqv6fNQRvHZcsWk5jDaYnDvhbiJk'
|
||||||
|
|
||||||
|
|
||||||
class SkyArteItaliaIE(SkyItaliaBaseIE):
|
class SkyArteItaliaIE(SkyItaliaBaseIE):
|
||||||
|
|
Loading…
Reference in a new issue