Skip to content

Commit

Permalink
[tv2dk:bornholm:play] Fix extraction (#24076)
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldmartin authored and bbepis committed Feb 27, 2020
1 parent e515a4a commit 955bc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/tv2dk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': '',
Expand Down

0 comments on commit 955bc65

Please sign in to comment.