skrapeit / skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
https://docs.skrape.it
MIT License
805 stars 59 forks source link

ensure major platform support #168

Closed christian-draeger closed 2 years ago

christian-draeger commented 2 years ago

we want to ensure that skrape{it} is working on all major platforms:

christian-draeger commented 2 years ago

according to this stackoverflow question ansi color logging in logback.xml on Windows causing problems. since i think it is more important to support a major OS like windows natively than having colored log output i decided to disable jansi upstream.

some more info on jansi on windows can be found here