mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[tv2dk:bornholm:play] Fix extraction (#24076)
This commit is contained in:
parent
117ba9e9df
commit
97c822b3d5
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ def _real_extract(self, url):
|
|||
video_id = self._match_id(url)
|
||||
|
||||
video = self._download_json(
|
||||
'http://play.tv2bornholm.dk/controls/AJAX.aspx/specifikVideo', video_id,
|
||||
'https://play.tv2bornholm.dk/controls/AJAX.aspx/specifikVideo', video_id,
|
||||
data=json.dumps({
|
||||
'playlist_id': video_id,
|
||||
'serienavn': '',
|
||||
|
|
Loading…
Reference in a new issue