mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3ee2aa7a16
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
import itertools
|
||||
import re
|
||||
import random
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..compat import (
|
||||
|
@ -305,7 +306,7 @@ def _real_extract(self, url):
|
|||
|
||||
query = {
|
||||
'allow_source': 'true',
|
||||
'p': '9386337',
|
||||
'p': random.randint(1000000, 10000000),
|
||||
'player': 'twitchweb',
|
||||
'segment_preference': '4',
|
||||
'sig': access_token['sig'],
|
||||
|
|
Loading…
Reference in a new issue