mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #545] Added configurable curl post url #1380
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/545
State: closed
Merged: Yes
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!