mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-08 12:30:10 +09:00
Added a test for non-geoblocked content from kglteater.dk
This commit is contained in:
parent
0ab278e488
commit
ee9ee5a0b7
@ -46,6 +46,18 @@ class TwentyThreeVideoIE(InfoExtractor):
|
|||||||
'uploader_id': '62151179',
|
'uploader_id': '62151179',
|
||||||
'uploader': 'jbny',
|
'uploader': 'jbny',
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
'url': 'https://video.kglteater.dk/v.ihtml/player.html?showDescriptions=0&source=site&photo%5fid=52486482&autoPlay=1',
|
||||||
|
'md5': 'c39ffb965079fb4395788e6814ec3cdc',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '52486482',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'title': u'N\xf8ddekn\xe6kkeren 2019',
|
||||||
|
'timestamp': 1558953133,
|
||||||
|
'upload_date': '20190527',
|
||||||
|
'uploader_id': '7450690',
|
||||||
|
'uploader': 'Tejs Holm',
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user