Skip to content

Commit

Permalink
Merge pull request #419 from davidteather/nightly
Browse files Browse the repository at this point in the history
V3.8.6
  • Loading branch information
davidteather authored Dec 10, 2020
2 parents f887246 + 09352b9 commit 9f19f04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions TikTokApi/tiktok.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ def getData(self, **kwargs) -> dict:
"accept": "application/json, text/plain, */*",
"accept-encoding": "gzip, deflate, br",
"accept-language": "en-US,en;q=0.9",
"cache-control": "no-cache",
"dnt": "1",
"origin": referrer,
"pragma": 'no-cache',
"referer": referrer,
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setuptools.setup(
name="TikTokApi",
packages=["TikTokApi"],
version="3.8.5",
version="3.8.6",
license="MIT",
description="The Unofficial TikTok API Wrapper in Python 3.",
author="David Teather",
Expand Down

0 comments on commit 9f19f04

Please sign in to comment.