mirror of
https://github.com/Skallwar/suckit.git
synced 2026-09-10 07:16:19 -04:00
* scraper: Initial work for other charset support
Not working
* scraper: Get charset from html instead of http headers
Not working
* scraper: Charset working
* scraper: Fix regex ('"' after equals)
* scraper: Use lazy_static for charset regex
* misc: Refactor pr
* tests: Refactor fixtures
* tests: Add html charset support tests
* tests: Charset, split tests
* downloader: Get charset from http headers
* misc: Clarify iterator first
* Apply suggestions from CohenArthur
Co-authored-by: CohenArthur <arthur.cohen@epita.fr>
|
||
|---|---|---|
| .. | ||
| fixtures | ||
| auth.rs | ||
| benchmark.py | ||
| charset_html_found.rs | ||
| charset_html_not_found.rs | ||
| charset_http_found.rs | ||
| charset_http_not_found.rs | ||
| filters.rs | ||
| requirements.txt | ||
| speed.csv | ||
| speed_regression.py | ||