Skip to content

Commit

Permalink
fixed download issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pablouser1 committed Aug 20, 2024
1 parent 4e49bad commit 591bb2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/Controllers/ProxyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static function stream() {
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'] ?? '';
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 591bb2c

Please sign in to comment.