Browse Source

[tv2dk:bornholm:play] Fix extraction (#24076)

master
Martin Ström 5 years ago
committed by GitHub
parent
commit
97c822b3d5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/tv2dk.py

+ 1
- 1
youtube_dl/extractor/tv2dk.py View File

@ -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': '',


Loading…
Cancel
Save