mirror of
https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader.git
synced 2026-04-27 09:25:48 +03:00
[PR #22] [CLOSED] Check for zero-length files before download; #69
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#69
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?
📋 Pull Request Information
Original PR: https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader/pull/22
Author: @hyzboy
Created: 8/16/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
2e21cf6Check for zero-length files before download; remove empty files to avoid incomplete downloads📊 Changes
1 file changed (+8 additions, -3 deletions)
View changed files
📝
TwitterXMediaBatchDownloader_Windows.py(+8 -3)📄 Description
Check for zero-length files before download; remove empty files to avoid incomplete downloads.
If a file already exists but its size is zero, it is likely the result of a previous failed or interrupted download. This change ensures such files are deleted before attempting a new download, preventing the application from skipping incomplete files and improving download reliability.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.