mirror of
https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader.git
synced 2026-04-27 17:35:48 +03:00
[GH-ISSUE #45] [Question] How to fetch multiple accounts in v4.0? #43
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Twitter-X-Media-Batch-Downloader#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Duck-3243 on GitHub (Dec 5, 2025).
Original GitHub issue: https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader/issues/45
First of all, thanks for the new version. Looks way more polished and functional.
However, I can't seem to get the multiple fetch working. It looks like the fetching query doesn't interpret commas correctly anymore. Output log says:
I noticed the lack of "@"s; looks like the entire "user1, user2, user3" is being treated as a single username.
@afkarxyz commented on GitHub (Dec 5, 2025):
In v4.0, there is no longer support for multiple fetches. I would like to see feedback for future development.
@zabilhyun commented on GitHub (Dec 5, 2025):
same problem here, it wont work even i manually add an "@" infront of username, i hope you can bring back batch fetching.
[06:35:57] [error] failed to fetch: failed to extract timeline: error: requested user could not be found [06:35:57] [error] failed to fetch mediaalso is there any option to update the saved fetches (.json) ? seems it only want load and not updating it to latest fetches, and i think the previous version has auto update the save files,
@TeKett commented on GitHub (Dec 6, 2025):
Gotta say that's a bad change, you cant load the old json files to get the list back, and you cant just paste all the names to add them in a single click either. The point of a program like this is to fetch thousands of accounts. Having to paste one by one in order to add them defeats the purpose of using your tool over gallery-dl directly.
Isn't it just a loop? Turn input string into a list, loop the fetch on the list? I see no reason for why it was removed. On that topic, rather then entering a name to fetch it, how about simply just adding the name to the list, rather then fetching immediately. So you can add 100 more to your total of 1000 without having to fetch those 100, only to then go over to the full list of now 1100, update, and then fetch all of them, where you run those 100 twice which eats into the rate limit.
@zumoterazu commented on GitHub (Dec 7, 2025):
It’s very strange that the function for bulk updating and downloading has been removed :/
For me, because of that, version 4.0 is useless, and I don’t plan to use it until those functions are restored.
@afkarxyz commented on GitHub (Dec 11, 2025):
has been implemented