-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tiktok video download issue #7
Comments
hi, @harisEshaafi i have successfully downloaded few tiktok videos right now, logs you are provided doesn't looks like error logs, what code do you use for detecting tiktok videos? how do you find tiktok video url for downloading? could you provide more info, i can't reproduce issue, what android version, also i know nothing about hls in tiktok. As i remember tiktok use mp4 streaming, should first get such link, that looks like |
hi first of all thank you for your response i wil explain what i am doing right now url interceptor detect url and when dialogue is open for download on download button i called private fun onVideoDownloadPropagate(videoInfo: VideoInfo, videoTitle: String, format: String) { Log.d("Tiktok_URL","${info.downloadUrls}") but youtube dl worker show error in notification that say Failed deprecated Feature: Support for python 3.8 has been deprecated what i am doing wrong and also in YoutubeDlDownloaderWorker class fun startdownload i add the logs here are the result 2024-10-21 10:19:16.529 30163-30163 Tiktok_URL com...player.allformats.mediaplayer D [Request{method=GET, url=https://v16-webapp-prime.tiktok.com/video/tos/useast2a/tos-useast2a-ve-0068-euttp/o0GroDEwnsAHgOefEse1brgQDfAkFGgjHExOmI/?a=1988&bti=NDU3ZjAwOg%3D%3D&ch=0&cr=3&dr=0&lr=all&cd=0%7C0%7C0%7C&cv=1&br=2118&bt=1059&cs=0&ds=6&ft=I |
hi, @harisEshaafi, glad to help, i think, i understood. You are using And let me give overall info about detection and downloading logic in this app: Just replace |
thak you yesterday i resolve this thing thanks again for this wonderfull work |
hi i use this app code to download tiktok video but i got the error like this
2024-10-18 15:44:04.833 30968-30968 chromium com...player.allformats.mediaplayer I [INFO:CONSOLE(0)] "Access to XMLHttpRequest at 'https://mon.tiktokv.com/monitor_browser/collect/batch/?biz_id=tiktok_webapp_mobile' from origin 'https://www.tiktok.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.", source: https://www.tiktok.com/ (0)
when i download hls tiktok video its say deperacated python version 3.8 upgrade it can you plz guide me about that what the issue here
The text was updated successfully, but these errors were encountered: