mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
Reference in New Issue
Block a user
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/CCExtractor/ccextractor/pull/1877
Author: @cfsmp3
Created: 12/21/2025
Status: ✅ Merged
Merged: 1/8/2026
Merged by: @cfsmp3
Base:
master← Head:fix/issue-1282-delete-empty-output-files📝 Commits (1)
800c9a7fix: Delete empty output files instead of leaving 0-byte files (#1282)📊 Changes
1 file changed (+12 additions, -0 deletions)
View changed files
📝
src/lib_ccx/output.c(+12 -0)📄 Description
Summary
--output-field both, CCExtractor creates separate output files for each fielddinit_write()before closing - if empty, deletes the fileApproach
This is a simpler approach than PR #1793 (deferred file creation):
Test Results
Only the file with actual captions remains.
Fixes #1282
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.