mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-31 02:30:09 +08:00
Merge pull request #264 from ytdl-org/master
[pull] master from ytdl-org:master
This commit is contained in:
@@ -106,7 +106,7 @@ class TV2DKBornholmPlayIE(InfoExtractor):
|
||||
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': '',
|
||||
|
||||
Reference in New Issue
Block a user