CCExtractor Development
Finish libcurl task
In CCExtractor 0.83 we have the seed of libcurl integration. It's a small thing - just use libcurl to do a POST whenever new subtitles are available, so the other party, whatever it is, can do something with the subtitles in real time.
It works, but it's totally in developer mode. So much that the target URL is hardcoded to 127.0.0.1:3000. The job is to make that URL configurable, i.e. add a new parameter.
To help you get started, two files you need to work with: params.c (where parameters are parsed) and ccx_encoders_curl.c (where curl is actually used).
Task tags
Students who completed this task
Evgeny Shulgin