so1der / tiktok-downloader

Python script that allow you to download bunch of tiktoks with watermark
GNU General Public License v3.0
5 stars 3 forks source link

Links #3

Open marinsagovac opened 3 months ago

marinsagovac commented 3 months ago

Hi,

I saw that you tried some python lib using html library to get direct link of videos, but anyway what can you do is from Android APK you can easy extract a code or even link where is located videos or even how they generated.

I didn't get a time but put APK and try reverse engineering to find out how they extract video.

To extract links from APK you can use for example this

https://github.com/ndelphit/apkurlgrep

There are tons of gitlab packages for this, but it is possible to get links.

Maybe It will help you.

Thanks,

Marin

so1der commented 3 months ago

Hello!

Woah, I didn't even think about something like this! Unfortunately I stopped maintaining of this project a while ago. Besides, I don't even use TikTok, so I don't have APK on my phone neither.

But it is very interesting info You provide here, and maybe it will help me in other stuff, so, Thank You!

marinsagovac commented 3 months ago

I will try to extract maybe I will found out.