Skip to content

Commit

Permalink
[twitch:vod] Actualize m3u8 URL (#21538, #21607)
Browse files Browse the repository at this point in the history
  • Loading branch information
caldwell authored and meunierd committed Dec 27, 2019
1 parent 09bdf37 commit 0ea68ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def _real_extract(self, url):
'Downloading %s access token' % self._ITEM_TYPE)

formats = self._extract_m3u8_formats(
'%s/vod/%s?%s' % (
'%s/vod/%s.m3u8?%s' % (
self._USHER_BASE, item_id,
compat_urllib_parse_urlencode({
'allow_source': 'true',
Expand Down

0 comments on commit 0ea68ef

Please sign in to comment.