mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 20:12:50 +00:00
[PR #545] [MERGED] Added configurable curl post url #1377
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/545
Author: @Izaron
Created: 12/16/2016
Status: ✅ Merged
Merged: 12/16/2016
Merged by: @cfsmp3
Base:
master← Head:curl📝 Commits (1)
5d8ce8bAdded configurable curl post url📊 Changes
2 files changed (+7 additions, -1 deletions)
View changed files
📝
src/lib_ccx/ccx_common_option.h(+2 -0)📝
src/lib_ccx/ccx_encoders_curl.c(+5 -1)📄 Description
To compile with WITH_LIBCURL add in linux/build "-DWITH_LIBCURL" in BLD_FLAGS and "-l curl" in BLD_LINKER.
After code research, I added support for configurable cURL post URL. Already implemented options is "-out=curl" and "-curlposturl [URL]".
It was quite simple, because I used a global variable
ccx_options.But there are problem areas. My suggestions:
Done, processing time = 44 seconds This is beta software. Report issues to carlos at ccextractor org...I get
*** Error in './ccextractor': free(): invalid pointer: 0x00007f49893e9c18 ***and backtrace. And it happens in current master. I can explore it if you want. Sample video - LinkPlease, write what you think about it, thanks!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.