sokunheng / DownEdit

Download, Edit, and Generate Videos, Images and Sounds, in bulk using Chat & AI
GNU General Public License v3.0
278 stars 69 forks source link

maximum download number #2

Open joss39 opened 1 year ago

joss39 commented 1 year ago

hello, the maximum number of downloads per tiktok account of 60 videos is between 32 and 35, and in accounts with videos less than 30 videos it omits 1 to 2 videos.

Is there a download limiter?

thanks for the reply

sokunheng commented 1 year ago

Hello, within the issue you've descripted. There's no download limitation within the function. It's from the Tiktok API itself, where they've set a limit of 30 to 35 videos per request. And this is the reason why you can't download more than 35 videos per account. Currently, I'm working on it, where we can download over 35 videos per account on the future.

And in accounts with fewer than 30 videos, 1 to 2 videos are omitted, maybe due to API limitations. Alternatively, you can give me a screenshot of the particular problem, so I can figure it out what is the exact issue!

Thanks

serhatsd commented 1 year ago

I am using the exe version and having the same issue. There is no error or something it does this: Screenshot_1

github-userx commented 1 year ago

@SokunHeng I just want to say a big thanks for creating this great piece of software!

And regarding the Limit of 30-35 Videos per Account/Session: In the past I had used the following NodeJS script which I think used SnapTik as a backend to download all individual videos after the script and puppeteer (headless browser) itself had scraped all URLs from the users TikTok page:

https://github.com/karim0sec/Bulk-Tiktoks-Downloader

Unfortunately this also stopped working.

sokunheng commented 1 year ago

Tiktok continues to update their website, which requires developers/scraper to keep working on scripts or software.