mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1737] [MERGED] [FEAT] Removed the share module #2460
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/1737
Author: @steel-bucket
Created: 8/23/2025
Status: ✅ Merged
Merged: 8/24/2025
Merged by: @prateekmedia
Base:
master← Head:remove-share-module📝 Commits (10+)
90578eareplaced nanomsg with nanomsg_sysda6b1e5feat: Share Module - squash commitsd8dd4c9Share Module: Added Documentation1d8b363Share Module: Removed Sharing Serviceb9cb261Merge branch 'master' into migration-share-module20a32a5Share: formatting issues009febeShare: failing CIc3e4717Share: failing CIa0b2ca2Share: Removed protobuf25eb707Share Module: Update CHANGES.txt📊 Changes
40 files changed (+16 additions, -5716 deletions)
View changed files
📝
.gitignore(+0 -2)📝
docs/CHANGES.TXT(+1 -0)📝
docs/using_cmake_build.txt(+1 -4)📝
linux/Makefile.am(+1 -7)📝
linux/build(+2 -3)📝
linux/module_generator(+1 -2)📝
mac/Makefile.am(+1 -7)📝
mac/build.command(+2 -3)📝
src/BUILD(+1 -2)📝
src/CMakeLists.txt(+0 -18)📝
src/ccextractor.c(+0 -25)📝
src/ccextractor.h(+0 -1)📝
src/lib_ccx/BUILD(+2 -4)📝
src/lib_ccx/CMakeLists.txt(+0 -3)📝
src/lib_ccx/ccx_common_constants.h(+0 -3)📝
src/lib_ccx/ccx_common_option.c(+0 -7)📝
src/lib_ccx/ccx_common_option.h(+0 -11)📝
src/lib_ccx/ccx_encoders_common.c(+0 -8)📝
src/lib_ccx/ccx_encoders_splitbysentence.c(+0 -4)📝
src/lib_ccx/ccx_encoders_transcript.c(+0 -4)...and 20 more files
📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Removes the share module and the sharing service.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.