-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
738a3b7
commit bfe79bf
Showing
9 changed files
with
56 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import unittest | ||
from .scrapper import info_post | ||
from .snaptik import snaptik | ||
from .ssstik import ssstik | ||
class TikTok(unittest.TestCase): | ||
base_url = 'https://www.tiktok.com/@tribunsumselcom/video/7020708969563917595' | ||
def test_snaptk(self): | ||
self.assertTrue(snaptik(self.base_url).get_media()) | ||
|
||
def test_sstkio(self): | ||
self.assertTrue(ssstik().get_media(self.base_url)) | ||
|
||
def test_info(self): | ||
self.assertTrue(info_post(self.base_url).js) | ||
|
||
if __name__ == '__main__': | ||
unittest.main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
Metadata-Version: 1.1 | ||
Metadata-Version: 2.1 | ||
Name: tiktok-downloader | ||
Version: 0.1.4 | ||
Version: 0.1.6 | ||
Summary: Tiktok Downloader&Scraper using bs4&requests | ||
Home-page: https://github.com/krypton-byte/tiktok_downloader | ||
Author: Krypton Byte | ||
Author-email: [email protected] | ||
License: MIT | ||
Download-URL: https://github.com/krypton-byte/tiktok_downloader/archive/0.0.7.tar.gz | ||
Description: UNKNOWN | ||
Download-URL: https://codeload.github.com/krypton-byte/tiktok-downloader/tar.gz/refs/tags/0.1.6 | ||
Keywords: tiktok,downloader,scrapper,tikdok-scraper,tiktok-downloader | ||
Platform: UNKNOWN | ||
Classifier: Development Status :: 3 - Alpha | ||
|
@@ -16,3 +15,6 @@ Classifier: Topic :: Software Development :: Build Tools | |
Classifier: License :: OSI Approved :: MIT License | ||
Classifier: Programming Language :: Python :: 3.8 | ||
Classifier: Programming Language :: Python :: 3.9 | ||
|
||
UNKNOWN | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters