[twitch:vod] Actualize m3u8 URL (#21538, #21607)

This commit is contained in:
David Caldwell 2019-07-03 09:22:23 -07:00 committed by Sergey M
parent 313877c6a2
commit 2da4316e48
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ class TwitchVodIE(TwitchItemBaseIE):
'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',