krypton-byte / tiktok-downloader

Tiktok Downloader/Scraper using requests & bs4
https://tiktok-dl.id
GNU General Public License v3.0
296 stars 82 forks source link

Fix InvalidUrl exception on correct URLs #17

Closed Rizvanov-Rinat closed 2 years ago

Rizvanov-Rinat commented 2 years ago

If a URL is copied from a browser, then it will look like "https://www.tiktok.com/". In my case, from the app the URL will look like "https://vm.tiktok.com/". Accordingly, links do not pass this check.