-
Notifications
You must be signed in to change notification settings - Fork 74
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
No download all tweet video #20
Comments
I add information: I look for one of the tweets that does not download en masse and I download it manually, indicating the tweet ID and it downloads correctly. |
Also, when I set the flag "-a" and "-U" and run the command several times to update the latest videos, some videos are duplicated. |
@marciglesias17 send link for testing please. For dupplicated videos, do they have the same name and same checksum? |
I have found this problem in several examples, I give you an example with my twitter profile @marciglesias17
All videos have been downloaded except this one https://twitter.com/Alvama_Ice/status/1318874208437415936 In this example, I get the duplicate videos. If it has the same checksum and name, RE- is added to the beginning of the name. Example: |
The videos and photos in this tweet have also not been downloaded https://twitter.com/Merocle/status/1603064464034734082 |
I attach the output of the command, the folder was completely empty, executed only once.
|
@marciglesias17 For the duplicate i think its because he retweet his tweet so 4wa3htalRzgrDHfF.mp4 is the original post and RE-4wa3htalRzgrDHfF.mp4 is a retweet. For tweet that aren't downloaded i think i use to much thread(goroutine). Will check this. I'll add a flag for debug and a flag for setting the number of goroutine (maybe with less it will work). |
Ok, that's good theory, so, I thought that by changing -r to -R to only download retweets, they shouldn't be duplicated? I've tried again and they are still downloading duplicates? Any recommendations for not duplicating them? Perfect, I look forward to your update to test again. Thank you, |
@mmpx12 Do you foresee when you will have an update? |
I have upgraded to the latest version released 4 days ago and I still have the same problems, have you fixed this? |
@marciglesias17 Twmd is based on https://github.com/n0madic/twitter-scraper ... Maybe open an issue in twitter-scrapper repo... Unfortunately there is nothing i can do aboit that. |
@mmpx12 I have opened a thread in the repository you mentioned, they recommend a change to fix this, I don't know what I should answer as I don't understand how this is programmed (I am not a programmer). |
Have you tried to use "-L|--login" ? |
Yes, my command used is: twmd -u ACCOUNT -o /home/test/ -v -U -r -L |
Can you think of a solution? |
I am running the command to download retweets from an account, which are video only, with the -U option to only download the ones that are not downloaded and with the -L option to log in with my account and not download all the videos. A retweet from a few days ago is not downloaded, but others are.
In the result only appears "XXXX.mp4: already exists" I don't see any message other than that (apparently all downloaded).
Command:
twmd -u ACCOUNT -o /home/test/ -v -U -r -L
The text was updated successfully, but these errors were encountered: