Skip to content

Commit

Permalink
Merge pull request #149 from davidteather/nightly
Browse files Browse the repository at this point in the history
V3.2.0
  • Loading branch information
davidteather authored Jun 12, 2020
2 parents 3b56d93 + 4c468c1 commit 2d49b11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Binary file modified TikTokApi/__pycache__/browser.cpython-37.pyc
Binary file not shown.
Binary file modified TikTokApi/__pycache__/tiktok.cpython-37.pyc
Binary file not shown.
2 changes: 2 additions & 0 deletions TikTokApi/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,5 @@ async def find_redirect(self):
})

self.redirect_url = self.page.url

await self.browser.close()
4 changes: 2 additions & 2 deletions 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.1.9',
version = '3.2.0',
license='MIT',
description = 'The Unofficial TikTok API Wrapper in Python 3.',
author = 'David Teather',
Expand All @@ -17,7 +17,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
download_url = 'https://github.com/davidteather/TikTok-Api/tarball/master',
keywords = ['tiktok', 'python3', 'api', 'unofficial', 'tiktok-api'],
keywords = ['tiktok', 'python3', 'api', 'unofficial', 'tiktok-api', 'tiktok api'],
install_requires=[
'requests',
'selenium',
Expand Down

0 comments on commit 2d49b11

Please sign in to comment.