Skip to content

Releases: BitingSnakes/silkworm

v0.6.0

Choose a tag to compare

@egorsmkv egorsmkv released this 04 Jun 15:04
  • added fast-h2m library to convert HTML to Markdown
  • upgraded scraper-rust to v0.6.0 (drasdically enhances speed of HTML selectors)

v0.5.3

Choose a tag to compare

@egorsmkv egorsmkv released this 20 May 13:02
  • add Lean 4 formal model for Silkworm
  • fixed issues found by formal model
  • add a middleware to control crawler using values from robots.txt
  • add an example start_urls_from_file_spider.py

v0.5.2

Choose a tag to compare

@egorsmkv egorsmkv released this 16 May 21:54
  • add a middleware to control cookies

v0.5.1

Choose a tag to compare

@egorsmkv egorsmkv released this 15 May 21:33
  • added Servo browser to get pages with OnionLink integration (parse TOR websites)
  • enhanced scraper-rs to use all cores for async parsing
  • added errback support (resolves #163)
  • added logger engine to control how much logs generated (resolves #177)
  • upgraded other deps

v0.4.8

Choose a tag to compare

@egorsmkv egorsmkv released this 04 May 07:52
  • integrated async client for onionlink

v0.4.7

Choose a tag to compare

@egorsmkv egorsmkv released this 03 May 12:58
  • add onionlink to scrape TOR websites

v0.4.6

Choose a tag to compare

@egorsmkv egorsmkv released this 26 Mar 20:04

fix #169

v0.4.5

Choose a tag to compare

@egorsmkv egorsmkv released this 26 Mar 19:05
5860d8f

v0.4.4

Choose a tag to compare

@egorsmkv egorsmkv released this 24 Mar 17:51

upgrade scraper-rust

v0.4.3

Choose a tag to compare

@egorsmkv egorsmkv released this 23 Mar 03:00

update rsloop