mirror of
https://github.com/pablouser1/ProxiTok.git
synced 2024-12-06 19:27:30 +01:00
fixed download issue
This commit is contained in:
@@ -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'] ?? '';
|
||||
|
||||
Reference in New Issue
Block a user