mirror of
https://github.com/pikami/tiktok-dl.git
synced 2026-01-06 02:56:57 +00:00
default limit value updated; WaitReady(video) removed
This commit is contained in:
@@ -65,7 +65,6 @@ func runScrapeWithInfo(ctx context.Context, jsAction string, url string) string
|
||||
// Navigate to user's page
|
||||
chromedp.Navigate(url),
|
||||
// Execute url grabber script
|
||||
chromedp.WaitReady("video"),
|
||||
chromedp.EvaluateAsDevTools(utils.ReadFileAsString("scraper.js"), &jsOutput),
|
||||
chromedp.EvaluateAsDevTools(jsAction, &jsOutput),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user