CSpider
CSpider copied to clipboard
A scalable and convenient crawler framework in C:).
with pre-requirements satisfied, header file not found error occurred. this line below should fix this error. ``` core/utils/uriparser.c #include "liburi/liburi.h" ```
Why can't I crawl the "https" url such as "baidu.com" and "github.com"
I have compiled the master branch (before the addition of liburi) and I had no issues, but after switching to the dev branch and doing: make I got the following...
What is the issue with the int in the for loop declaration? Gcc and Clang both support C99 and C11.
I build it on Debian12. When I enter make in core. This is output. [CSpider_test_output.txt](https://github.com/luohaha/CSpider/files/15471709/CSpider_test_output.txt)