TikTok-Video-Downloader-PHP icon indicating copy to clipboard operation
TikTok-Video-Downloader-PHP copied to clipboard

How come some other websites able to download without watermark?

Open bsor-dev opened this issue 3 years ago • 11 comments

How does it work? Any idea? They have this kind of link. And what confused me is, all 20+ tiktok downloading sites that I tried got the same result of url

https://v39-as.tiktokcdn.com/80958e67c7d2b716d353d970adf9491b/60c46950/video/tos/alisg/tos-alisg-pve-0037/84d5cecd572649a496f1076237bef9de/?a=1180&br=2520&bt=1260&cd=0%7C0%7C0&ch=0&cr=0&cs=0&cv=1&dr=0&ds=6&er=&l=2021061201585901023408415 ...

bsor-dev avatar Jun 12 '21 01:06 bsor-dev

There might be some other ways or API endpoints to find video without a watermark. I am not getting enough time to look further into this case due to having work pressure.

TufayelLUS avatar Jun 13 '21 09:06 TufayelLUS

There might be some other ways or API endpoints to find video without a watermark. I am not getting enough time to look further into this case due to having work pressure.

I'm not sure but I think they are using mobile API and requires credential

bsor-dev avatar Jun 13 '21 10:06 bsor-dev

That might be, but I have no idea as I didn't research anymore on that.

TufayelLUS avatar Jun 16 '21 15:06 TufayelLUS

That might be, but I have no idea as I didn't research anymore on that. hey bro may this can help you ,https://api-h2.tiktokv.com/aweme/v1/play/?video_id=v09044g40000c6n1e5bc77udh7itcncg it's refer from video_id 7038589018707070213. but I don't konw how did 7038589018707070213 change to v09044g40000c6n1e5bc77udh7itcncg

MiraUMR avatar Dec 10 '21 08:12 MiraUMR

That might be, but I have no idea as I didn't research anymore on that. hey bro may this can help you ,https://api-h2.tiktokv.com/aweme/v1/play/?video_id=v09044g40000c6n1e5bc77udh7itcncg it's refer from video_id 7038589018707070213. but I don't konw how did 7038589018707070213 change to v09044g40000c6n1e5bc77udh7itcncg

if you found anything related to this please mention me I'm searching in the same way

hos2020 avatar Dec 13 '21 18:12 hos2020

Ok, i guess i figured it out so for first you are taking video_id from url of vid on tiktok, second is to put this id after http://api2.musical.ly/aweme/v1/aweme/detail/?aweme_id= and there you are taking new video_id between "=" and"line" image that one id is going after https://api-h2.tiktokv.com/aweme/v1/play/?video_id= and that's it thanks 89z and MiraUMR

TheDarkRabbit1 avatar Jan 17 '22 11:01 TheDarkRabbit1

You guys are GODS. Thank you

MaheshPhuyal02 avatar May 07 '22 07:05 MaheshPhuyal02

(http://api2.musical.ly/aweme/v1/aweme/detail/?aweme_id=7038589018707070213) doesn't work again 🗿 Why?

@TheDarkRabbit1, @89z any ideas? Thanks a lot!

devope avatar Oct 15 '22 15:10 devope

Sorry but no one has provided a current public URL, so I am not providing any more help until that happens. Also that dumbass emoji is not doing you any favors.

Sorry for emojj and thanks for your reply. I will be happy if you give me a hint how you find out these links. I digged the whole gihub and couldn't find any relevant info in source code.

devope avatar Oct 15 '22 16:10 devope

please provide a current example public URL. How many times do I need to ask it?

89z avatar Oct 15 '22 16:10 89z

please provide a current example public URL. How many times do I need to ask it?

Here: https://www.tiktok.com/@prank.shorts/video/7136554085754490155 (it's canonical from https://vt.tiktok.com/ZSRgS6Qx7/)

Misunderstood you

devope avatar Oct 15 '22 16:10 devope

OK I worked on this some more, and found a workaround:

GET /aweme/v1/feed/?aweme_id=7136554085754490155&device_type=.&version_code=. HTTP/1.1
Host: api2.musical.ly
User-Agent: .

89z avatar Oct 16 '22 03:10 89z