Updated TikScrapper

This commit is contained in:
Pablo Ferreiro 2022-08-11 23:33:16 +02:00
parent 3880da35ea
commit 90a2d2ec28
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
3 changed files with 14 additions and 13 deletions

View file

@ -37,6 +37,7 @@ Apply to: Main window (address bar)
* Fix embed styling * Fix embed styling
* Fix crash when invalid vm.tiktok.com/CODE or www.tiktok.com/t/CODE is provided * Fix crash when invalid vm.tiktok.com/CODE or www.tiktok.com/t/CODE is provided
* Add custom amount of videos per page * Add custom amount of videos per page
* Discover does not work
## Credits ## Credits
[@TheFrenchGhosty](https://github.com/TheFrenchGhosty): Initial Dockerfile and fixes to a usable state. You can check his Docker image [here](https://github.com/PussTheCat-org/docker-proxitok-quay) on Github or [here](https://quay.io/repository/pussthecatorg/proxitok) on Quay [@TheFrenchGhosty](https://github.com/TheFrenchGhosty): Initial Dockerfile and fixes to a usable state. You can check his Docker image [here](https://github.com/PussTheCat-org/docker-proxitok-quay) on Github or [here](https://quay.io/repository/pussthecatorg/proxitok) on Quay

24
composer.lock generated
View file

@ -263,16 +263,16 @@
}, },
{ {
"name": "pablouser1/tikscraper", "name": "pablouser1/tikscraper",
"version": "v2.1.1.0", "version": "v2.1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pablouser1/TikScraperPHP.git", "url": "https://github.com/pablouser1/TikScraperPHP.git",
"reference": "4aa97bbcb54f1d1677830acd2fae5b6c8f22c699" "reference": "96326226e54de2d1feedcc708200ba023a0553e5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pablouser1/TikScraperPHP/zipball/4aa97bbcb54f1d1677830acd2fae5b6c8f22c699", "url": "https://api.github.com/repos/pablouser1/TikScraperPHP/zipball/96326226e54de2d1feedcc708200ba023a0553e5",
"reference": "4aa97bbcb54f1d1677830acd2fae5b6c8f22c699", "reference": "96326226e54de2d1feedcc708200ba023a0553e5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -304,9 +304,9 @@
"description": "Get data from TikTok API", "description": "Get data from TikTok API",
"support": { "support": {
"issues": "https://github.com/pablouser1/TikScraperPHP/issues", "issues": "https://github.com/pablouser1/TikScraperPHP/issues",
"source": "https://github.com/pablouser1/TikScraperPHP/tree/v2.1.1.0" "source": "https://github.com/pablouser1/TikScraperPHP/tree/v2.1.2.0"
}, },
"time": "2022-07-03T16:07:00+00:00" "time": "2022-08-11T21:32:02+00:00"
}, },
{ {
"name": "php-webdriver/webdriver", "name": "php-webdriver/webdriver",
@ -571,16 +571,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v5.4.8", "version": "v5.4.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3" "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3", "url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
"reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3", "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -613,7 +613,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v5.4.8" "source": "https://github.com/symfony/process/tree/v5.4.11"
}, },
"funding": [ "funding": [
{ {
@ -629,7 +629,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-04-08T05:07:18+00:00" "time": "2022-06-27T16:58:25+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],

View file

@ -7,7 +7,7 @@
{block content} {block content}
<p>TL;DR You probably have to search for another instance or wait some hours (or even better, have your own self-hosted instance)</p> <p>TL;DR You probably have to search for another instance or wait some hours (or even better, have your own self-hosted instance)</p>
<p>TikTok has some mecanisms in order to stop scraping on their latest api (/api/...):</p> <p>TikTok has some mecanisms in order to stop scraping on their api:</p>
<hr /> <hr />
<div class="block"> <div class="block">
<p class="is-size-4">Rate limits</p> <p class="is-size-4">Rate limits</p>