mirror of
https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader.git
synced 2026-04-27 17:35:48 +03:00
[GH-ISSUE #35] [Bug] Account Handle Name WinError 123 #31
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#31
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 @adachng on GitHub (Nov 19, 2025).
Original GitHub issue: https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader/issues/35
Description
The error looks like this:
Before version 3.8, the folder names are following the account URLs.
In version 3.8, the folder names follow the account nicknames which can contain invalid characters, failing the download.
Suggestion
Revert behaviour of folder naming to default to follow the Twitter account's URL (pre-3.8 behaviour).
If desired, have an option to tick which behaviour to choose. For the nickname mode, maybe choose the URL instead of failure?
Personally, I am perfectly fine with the naming pre-3.8 👍
@afkarxyz commented on GitHub (Dec 4, 2025):
Fixed!