mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-26 17:45:35 +08:00
Fixed formatting to align with pep8 standard.
This commit is contained in:
parent
a556cdd1b8
commit
6a5def4917
@ -252,7 +252,7 @@ class TwitchVodIE(TwitchItemBaseIE):
|
||||
self._USHER_BASE, item_id,
|
||||
compat_urllib_parse.urlencode({
|
||||
'allow_source': 'true',
|
||||
'allow_audio_only' : 'true',
|
||||
'allow_audio_only': 'true',
|
||||
'allow_spectre': 'true',
|
||||
'player': 'twitchweb',
|
||||
'nauth': access_token['token'],
|
||||
@ -432,7 +432,7 @@ class TwitchStreamIE(TwitchBaseIE):
|
||||
|
||||
query = {
|
||||
'allow_source': 'true',
|
||||
'allow_audio_only' : 'true',
|
||||
'allow_audio_only': 'true',
|
||||
'p': random.randint(1000000, 10000000),
|
||||
'player': 'twitchweb',
|
||||
'segment_preference': '4',
|
||||
|
Loading…
Reference in New Issue
Block a user