-
Notifications
You must be signed in to change notification settings - Fork 48
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
The site tik tok changes, so now the download does not work. #32
Comments
This is incorrect, if you make too many requests to the site you can be blocked from making requests for a few hours or upto a day, If this fixes the issue please close the thread. |
i'm having the same problem, with my two different ip's (at home, and from a remote server), so since it's lasted for a day or two now, I tried from a new server, which have never connected to tiktok servers before, and it's stuck on preloading... |
Can I get around the download limit? |
Still, the problem is new links and site design Resolving share link: https://vm.tiktok.com/72gvVk/ |
also the new windows zip doesn't have the extension on the exe file ?? whats that about |
Having the same issue here today. They indeed changed their layout once again. I only download 10-20 videos a day so I'd be surprised if it was a limit issue. |
@pikami TikTok changed the site layout, the script doesn't work at all. Please look into the matter |
Interestingly enough, it only works if you turn on debug mode. |
Yep it seems the limit was unrelated in this case.
Just change it to an exe and itll work.
How would you go about doing this? |
By adding the Can confirm it works with the debug option on a desktop. Doesn't work on my headless machine. |
Doesn't seem to work for me, the tool seems to vary between working and not working very often. |
It doesn’t work for me also with the debug option |
When I add the debug mode a chrome tab opens and it goes to the profiles page but it won't load. The thing is on my regular user chrome the page loads just fine. |
You're right. I tested a single video without testing a full profile. Single videos still work but even with the debug option the profile page is blank in browser. |
Weird thing is if you inspect element the page it is "loaded" has the links to the first block of videos and everything don't know why when it creates a new user it breaks. |
Tiktok detects that the browser is being controlled by automation software, I don't have time to investigate crrently, but I will in the future, if anyone has free time to investigate and come up with a fix, fork this repo and create a PR with your fixes. |
So i'm working on a python script that grabs the https://www.tiktok.com/@user/video/randomnumbers link to feed into yuotube-dl and two things I have found: |
@AplhaSlayer1964 I didn't want to resort to using selenium because each selenium driver version requires a specific browser version and it would be a hassle to setup for users, but I might migrate my code to selenium if I can't figure out how their detection works. |
Have you tried bs4 or chromedriver.exe bundled with the script? |
@DankMemeGuy |
You sure about that? I used a script before that attached a chromedriver.exe with the .py script and it worked fine (to this day) without the person knowing what version of chrome I had, and I continue to update my real version of chrome but keep that chromedriver.exe that came with it in the folder of the .py |
is there anyway to save all of a users videos? or is everything broken as of now? |
@tiaa4c It's broken as of now |
@mattcodez No, it can't, this script scrapes the html of the page, no code was written to deal with their api |
Use this tool: |
Here's a script that uses selenium and chrome web driver |
Seems to work as a temporary solution but is too slow to be considered a valid option. |
here is my opinion that opinion is made without examining the code base, not go developer tho :) |
I am willing to put a bounty on this. $100 USD. Is this okay to do? A working copy in the next couple of weeks and I'll paypal/cashapp/payoneer the bounty. |
interesting, if you put 100 USD I may digging trying to submit a PR to this. |
how do I do that? |
don't waste your money, just use youtube-dl while it stills works. |
Can I do that to download everything from a single user? I am googling it now but coming up empty. Penny for your thoughts? |
FIGURED IT OUT! thanks |
No description provided.
The text was updated successfully, but these errors were encountered: