You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IN THE CASE THAT IT BITES YOU TO INSTALL LIBRARIES LIKE PANDAS OR SOME OTHER LIBRARY, JUST INSTALL
This is not a problem but it helps some users who have problems downloading tiktok videos without them being trending.
I clarify that if you open a tab in your browser or the one you have selected to download the videos and shows you the link "tiktok.com/explore" do not worry, it will still download the video of the user you have set.
``I found the solution to the problem, I had the same errors but making some modifications and changing the type and the way in which I obtained the videos, I modified:
add two variables
user=api.user(username)
videos=user.videos()
change the for to iterate over the videos found in the account and then another variable
sincerely I do not know what differences there are with the other method (speaking of the variable video_url) but well it works and then I leave as this the part that downloads the video from YoutubeDL
and at the end of the code add the variable username in which will start the code that is the user that we want to download the videos, I clarify that this will download all the videos of the user from top to bottom.
and regarding the token, honestly I did not use the ms_token and I do not know what it is for hahahahahah xd but the token that worked for me was the "multi_sids" that is the domain tiktok.com SPECIFICALLY THAT one
IN THE CASE THAT IT BITES YOU TO INSTALL LIBRARIES LIKE PANDAS OR SOME OTHER LIBRARY, JUST INSTALL
This is not a problem but it helps some users who have problems downloading tiktok videos without them being trending.
I clarify that if you open a tab in your browser or the one you have selected to download the videos and shows you the link "tiktok.com/explore" do not worry, it will still download the video of the user you have set.
Repository: Repository
I had to install this (latest)
``I found the solution to the problem, I had the same errors but making some modifications and changing the type and the way in which I obtained the videos, I modified:
add two variables
change the for to iterate over the videos found in the account and then another variable
sincerely I do not know what differences there are with the other method (speaking of the variable video_url) but well it works and then I leave as this the part that downloads the video from YoutubeDL
and at the end of the code add the variable username in which will start the code that is the user that we want to download the videos, I clarify that this will download all the videos of the user from top to bottom.
and regarding the token, honestly I did not use the ms_token and I do not know what it is for hahahahahah xd but the token that worked for me was the "multi_sids" that is the domain tiktok.com SPECIFICALLY THAT one
code complete:
I clarify that the verisions of the libraries I am using are:
The text was updated successfully, but these errors were encountered: