A CLI tool for scraping websites using XPath.
Find a file
King_DuckZ c9db1d8ba3 Wrap the unique_ptr so that dtor is called from the cpp.
This make it unnecessary to include scrapast.hpp in whatever
cpp takes ownership of the unique_ptr. Without this tho,
the destructor of unique_ptr would force you to include scrapast.
2015-10-01 01:45:42 +02:00
cmake/Modules Refactoring to put html retrieval & cleaning into a separate file. 2014-06-07 22:07:13 +02:00
lib Update tidy (fixes the build with tidy as a submodule) 2015-09-30 16:33:52 +02:00
src Wrap the unique_ptr so that dtor is called from the cpp. 2015-10-01 01:45:42 +02:00
.gitignore First import 2014-06-06 20:24:24 +02:00
.gitmodules Drop tidy from the repo and import it as submodule. 2015-03-01 03:17:47 +01:00
CMakeLists.txt Implement parsing of scraplang. 2015-10-01 01:32:27 +02:00