mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 09:57:59 +09:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3ee2aa7a16
@ -3,6 +3,7 @@ from __future__ import unicode_literals
|
||||
|
||||
import itertools
|
||||
import re
|
||||
import random
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..compat import (
|
||||
@ -305,7 +306,7 @@ class TwitchStreamIE(TwitchBaseIE):
|
||||
|
||||
query = {
|
||||
'allow_source': 'true',
|
||||
'p': '9386337',
|
||||
'p': random.randint(1000000, 10000000),
|
||||
'player': 'twitchweb',
|
||||
'segment_preference': '4',
|
||||
'sig': access_token['sig'],
|
||||
|
Loading…
Reference in New Issue
Block a user