Skip to content

Commit

Permalink
Revert "[twitch:vod] Actualize m3u8 URL (#21538, #21607)"
Browse files Browse the repository at this point in the history
This reverts commit 15b14d3.
  • Loading branch information
Lamieur committed Apr 20, 2020
1 parent 4fd34e6 commit 2f4cb28
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.m3u8?%s' % (
'%s/vod/%s?%s' % (
self._USHER_BASE, item_id,
compat_urllib_parse_urlencode({
'allow_source': 'true',
Expand Down

0 comments on commit 2f4cb28

Please sign in to comment.