Compare commits

...

4 Commits

Author SHA1 Message Date
Pablo Ferreiro c041e84967 Fixed video on Safari 2022-05-30 13:48:06 +02:00
Pablo Ferreiro 6c7c0272d4 Added support for non-ascii characters 2022-05-24 16:35:48 +02:00
Pablo Ferreiro f1728257f2 Fix optional parameters positioning and ttwid 2022-05-24 16:03:43 +02:00
Pablo Ferreiro 0c100d650b hotfix 2022-05-24 14:17:41 +02:00
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class Misc {
}
static public function getTtwid(): string {
return isset($_GET['cursor']) ? $_GET['cursor'] : '';
return isset($_GET['cursor']) ? $_GET['cursor'] : '';
}
static public function url(string $endpoint = ''): string {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "pablouser1/proxitok",
"description": "An alternative frontend for TikTok",
"version": "2.3.0.0",
"version": "2.3.0.1",
"license": "AGPL-3.0-or-later",
"type": "project",
"authors": [
Generated
+7 -7
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e0e24f4588d6e34423fa8931ae8ae9a3",
"content-hash": "cfe4122df9742d32e631921902c8e213",
"packages": [
{
"name": "bramus/router",
@@ -263,16 +263,16 @@
},
{
"name": "pablouser1/tikscraper",
"version": "v2.0.1.3",
"version": "v2.0.2.0",
"source": {
"type": "git",
"url": "https://github.com/pablouser1/TikScraperPHP.git",
"reference": "45812af395b376dff6835af192827f34ba7a4cf9"
"reference": "f0594187000ac522b320d9d612010a346b270aa9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pablouser1/TikScraperPHP/zipball/45812af395b376dff6835af192827f34ba7a4cf9",
"reference": "45812af395b376dff6835af192827f34ba7a4cf9",
"url": "https://api.github.com/repos/pablouser1/TikScraperPHP/zipball/f0594187000ac522b320d9d612010a346b270aa9",
"reference": "f0594187000ac522b320d9d612010a346b270aa9",
"shasum": ""
},
"require": {
@@ -298,9 +298,9 @@
"description": "Get data from TikTok API",
"support": {
"issues": "https://github.com/pablouser1/TikScraperPHP/issues",
"source": "https://github.com/pablouser1/TikScraperPHP/tree/v2.0.1.3"
"source": "https://github.com/pablouser1/TikScraperPHP/tree/v2.0.2.0"
},
"time": "2022-05-24T12:08:22+00:00"
"time": "2022-05-30T11:46:48+00:00"
},
{
"name": "php-webdriver/webdriver",