-
Notifications
You must be signed in to change notification settings - Fork 75
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
Twitter download quantity incomplete issue. #471
Comments
Yes, there were still some flaws since the modifications for the last data structure changes. |
I tested the new version, and I noticed that the download scan page is fixed at 20. When I manually change it and add it to the download queue, it gets forcefully reset to 20. This scanning speed is too slow. Before encountering issues with downloading on Twitter, I used version 2.10.3.407. Despite facing incomplete downloads or downloads getting stuck at times (where re-downloading the same file would also get stuck), I found that deleting the problematic tweet and moving to the next one allowed for much faster downloads (more than 10 images per second), completely ignoring Twitter's limitations. Additionally, regarding the file naming rules, I used the old version (2.10.3.407), and my rule was %x%b-%i-%e-%n. The downloaded file names would consist of the Twitter ID (display name, not numeric ID) - tweet ID - tweet timestamp - image number. However, in the new version, it only uses numeric IDs, which makes organizing and searching a bit cumbersome. Is there a way to address this? |
The maximum valid value is 20 (but setting lower values doesn't make much sense), actually they are then returning up to 20 posts depending on different factors. It also scans at the maximum speed possible. If it was too fast, the server enforces a limit ("waiting until"). Yes, old versions or the old API to be precise had higher limits. I doubt that you can get around their current limitations (without at least paying). Regarding the file naming rules, yes, there was a wrong assignment of a field. Thanks for mentioning it. It should be fixed in the next version. |
Regarding the issue of bypassing limitations, I didn't employ any methods to circumvent restrictions, nor did I subscribe to any Twitter premium memberships to increase API access limits. |
Thanks, that made it more clear. |
That's great, and I appreciate your understanding. I have another question regarding Twitter. |
In the next version there will be a new option |
The "+08:00" refers to your time zone, the waiting time is the difference between shown and your current time. Does the "old" download actually work for you? For the few blogs I tested it against, it downloaded no more than up to around 5% of the available contents, the rest wasn't even offered, so no chance to download it. |
Describe the bug
A clear and concise description of what the bug is.
Expected behavior
Hi, I am using version 2.11.2.421 and found that the number of downloads on Twitter is incorrect.
For example: The total number of tweets by a user is 600, with a total of 200 media photos/videos/tweets (including 4 images in a single tweet).
If there are a total of 400 files including images, videos, and GIFs,the final downloaded files only amount to 100.
I have logged into my Twitter account in the download settings and checked all available options in the blog section for downloading.
After starting the download for some time, I noticed that the remaining space shown in the progress suddenly fills up instantly and completes the download.
However, there is a significant discrepancy in file quantity; it does not fully download.
Even after removing the downloaded user account and closing TumblThree before reopening and importing again for another download attempt, I still encounter the same result.
Is there any way to fix or resolve this issue?
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: