A CLI tool for scraping websites using XPath.
Find a file
King_DuckZ fa08abd00d Use iconv for converting html *before* passing input to tidyhtml.
Tidyhtml seems to be unable to convert from iso-8859-1 and I suspect
there will be many more failures in the future. So instead just
make sure all input to it is utf-8 and tell tidy to assume its
input is always utf-8.
2020-04-02 19:50:28 +02:00
cmake/Modules Use XQilla and Xerces-c from the system instead of pugixml. 2020-02-18 10:19:51 +01:00
lib Update submodules 2020-02-18 10:43:07 +01:00
src Use iconv for converting html *before* passing input to tidyhtml. 2020-04-02 19:50:28 +02:00
.gitignore Use XQilla and Xerces-c from the system instead of pugixml. 2020-02-18 10:19:51 +01:00
.gitmodules Trying to get scraplang implemented 2018-01-10 20:25:19 +00:00
CMakeLists.txt Use iconv for converting html *before* passing input to tidyhtml. 2020-04-02 19:50:28 +02:00
COPYING Attach GPLv3. 2015-10-01 15:31:58 +02:00
map_form.txt markdown code formatting 2018-02-05 21:40:36 +00:00
sample.scrap Making ApplyBlocks work with {{variable}} sources. 2018-02-15 10:29:05 +00:00