fixed download issue

This commit is contained in:
Pablo Ferreiro
2024-08-20 22:49:24 +02:00
parent 4e49badfc4
commit 591bb2c726
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class ProxyController {
public static function download() {
self::checkUrl();
$method = Cookies::downloader();
$downloader = new \TikScraper\Download($method);
$downloader = new \TikScraper\Download($method, Misc::getScraperOptions());
// Params
$id = $_GET['id'] ?? '';