Skip to content

Commit

Permalink
Merge pull request #170 from blackjack4494/master
Browse files Browse the repository at this point in the history
Release 2020.11.11 Unhappy Singles Day
  • Loading branch information
blackjack4494 committed Nov 11, 2020
2 parents d49a7b4 + 5e6cdce commit 97d391c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions youtube_dlc/extractor/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,10 @@ def _entries(self, page, playlist_id, max_pages=None):
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'
}
Expand Down
2 changes: 1 addition & 1 deletion youtube_dlc/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import unicode_literals

__version__ = '2020.11.11-1'
__version__ = '2020.11.11-2'

0 comments on commit 97d391c

Please sign in to comment.