mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-12-21 15:23:13 +00:00
Merge pull request #170 from blackjack4494/master
Release 2020.11.11 Unhappy Singles Day
This commit is contained in:
commit
97d391cd0d
2 changed files with 3 additions and 3 deletions
|
@ -371,10 +371,10 @@ class YoutubeEntryListBaseInfoExtractor(YoutubeBaseInfoExtractor):
|
|||
query={
|
||||
'key': try_get(yt_conf, lambda x: x['INNERTUBE_API_KEY'])
|
||||
},
|
||||
data=bytes(json.dumps({
|
||||
data=str(json.dumps({
|
||||
'context': try_get(yt_conf, lambda x: x['INNERTUBE_CONTEXT']),
|
||||
'continuation': continuation_token
|
||||
}), encoding='utf-8'),
|
||||
})).encode(encoding='UTF-8', errors='strict'),
|
||||
headers={
|
||||
'Content-Type': 'application/json'
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '2020.11.11-1'
|
||||
__version__ = '2020.11.11-2'
|
||||
|
|
Loading…
Reference in a new issue