naseif / tiktok-scraper

Scraper for TikTok. Download videos, music, fetch users info and more.
https://naseif.github.io/tiktok-scraper/
MIT License
91 stars 25 forks source link

Error video without watermark #9

Closed theazran closed 2 years ago

theazran commented 2 years ago

image

lizaemran commented 2 years ago

Getting same error

vanb commented 2 years ago

I'm getting this error too. @naseif How was the current implementation discovered? I could try to dig in with any guidance you might be able to provide.

It appears the fetchNoWaterInfo still returns a lot of data. https://github.com/naseif/tiktok-scraper/blob/main/src/BL/Scrapers/TikTokScraper.ts#L405

But the download URL built with that data returns a 404 and the error message above. https://github.com/naseif/tiktok-scraper/blob/main/src/BL/Scrapers/TikTokScraper.ts#L421

naseif commented 2 years ago

Looks like the api has changed. I will be looking into it. Thanks for the feedback. @vanb I actually forgot where I discovered this method to get the video without watermark, but once I look into the data coming back from the API, I guess I will figure it out.

naseif commented 2 years ago

Please update the library to the latest version