1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-02 04:59:53 +08:00

Fix twitch vod url

This commit is contained in:
David Caldwell
2019-07-01 21:11:08 -07:00
Unverified
parent 5e3da0d42b
commit 32f90f3c59
+1 -1
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',