[PR #535] [CLOSED] return a non-zero return code if no subtitles were found #1363

Closed
opened 2026-01-29 17:16:00 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/535
Author: @ghost
Created: 12/15/2016
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • e690382 return a non-zero return code if no subtitles were found
  • 2ee4f86 fixed error in modification to general_loop
  • 945fee7 fix 2
  • 136f0b2 considering all input files for presence of captions
  • e0cfaf9 another attempt

📊 Changes

5 files changed (+34 additions, -18 deletions)

View changed files

📝 src/ccextractor.c (+8 -6)
📝 src/lib_ccx/ccx_common_common.h (+1 -0)
📝 src/lib_ccx/general_loop.c (+17 -7)
📝 src/lib_ccx/lib_ccx.h (+4 -4)
📝 src/lib_ccx/myth.c (+4 -1)

📄 Description

Previous PR: https://github.com/CCExtractor/ccextractor/pull/527


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/535 **Author:** [@ghost](https://github.com/ghost) **Created:** 12/15/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`e690382`](https://github.com/CCExtractor/ccextractor/commit/e690382f2d69f223726d027614f96d870416b01e) return a non-zero return code if no subtitles were found - [`2ee4f86`](https://github.com/CCExtractor/ccextractor/commit/2ee4f86be87b1a8facb906c376e3f428772fefd5) fixed error in modification to general_loop - [`945fee7`](https://github.com/CCExtractor/ccextractor/commit/945fee7d65c176bde15776c141fcd1f27ac87a5f) fix 2 - [`136f0b2`](https://github.com/CCExtractor/ccextractor/commit/136f0b21dde4f8ffcc3cc1d7a03ba96e3c84aedf) considering all input files for presence of captions - [`e0cfaf9`](https://github.com/CCExtractor/ccextractor/commit/e0cfaf93093b140ef1cddd2c661579486f5579f1) another attempt ### 📊 Changes **5 files changed** (+34 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+8 -6) 📝 `src/lib_ccx/ccx_common_common.h` (+1 -0) 📝 `src/lib_ccx/general_loop.c` (+17 -7) 📝 `src/lib_ccx/lib_ccx.h` (+4 -4) 📝 `src/lib_ccx/myth.c` (+4 -1) </details> ### 📄 Description Previous PR: https://github.com/CCExtractor/ccextractor/pull/527 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:16:00 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1363