webpage_extractors

webpage information extractor

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.1.0
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:26

Authors

  • bung87

Installation

nimble install webpage_extractors
choosenim install webpage_extractors
git clone https://github.com/bung87/webpage_extractors

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
webpage_extractors - - - - - - -

Dependencies

Package Version Optional
nim >= 2.1.1 No

Source

Repository https://github.com/bung87/webpage_extractors
Homepage https://github.com/bung87/webpage_extractors
Registry Source nimble_official

README

webpage_extractors

web page html content extractors

The goal is providing serveral extractors and compare their performance.

Note: Under development, Apis can be changed at any time.

Apis

Basic content extractor, no need for language detection and stop words.

proc extractContentBasic*(s: string, textOnly = false): string =