TobyG74 / tiktok-api-dl

Scrapper for download Video, Image, Music from Tiktok
Apache License 2.0
69 stars 18 forks source link

Add TikTok "photo" to valid URL #23

Closed thinkpadmaster closed 2 months ago

thinkpadmaster commented 3 months ago

The Tiktok slide URL is marked as an invalid link e.g: https://www.tiktok.com/@binance/photo/7364097008107326763

It might be better to add the "photo" slug to the regex pattern.

gamersindo1223 commented 3 months ago

const TiktokURLregex = /https:\/\/(?:m|www|vm|vt)?.?tiktok.com\/((?:.*\b(?:(?:usr|v|embed|user|video|photo)\/|\?shareId=|\&item_id=)(\d+))|\w+)/;

TobyG74 commented 2 months ago

Please try again guys, I've updated it.