Jettcodey / TikTok-Downloader

Just a simple TikTok Downloader for Windows capable of downloading single videos/images, Mass Downloading from Links in a Text file or Mass downloading from an entire Profile.
MIT License
32 stars 6 forks source link

[Bug] Error: Invalid URL format #17

Closed T-prog3 closed 6 days ago

T-prog3 commented 3 weeks ago

Describe the bug There seem to be an issue with older videos that have a VideoID lower than around 6500000000000000000. Anything lower results in "Error: Invalid URL format - " and a random video being saved as "_Save.mp4".

Here is an example: https://www.tiktok.com/@brunomars/video/216830520645611520

To Reproduce Steps to reproduce the behavior:

  1. Just download anything older than ~6500000000000000000
Jettcodey commented 3 weeks ago

Crap, random videos are being downloaded again when an error occurs?! I thought I had fixed that issue already. I'll take a look at these two issues as soon as possible.

Jettcodey commented 6 days ago

Hey @T-prog3 , The URL length for the validation check was set too high. I've fixed that issue, but the given example URL won’t work using the SD download options. I’m closing this issue now because the problem with the example URL is most likely the same as in Issue #14.