Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 556 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 556 Bytes

nbweb

nbweb is short for no bloat web

description

nbweb is a simple tool to extract data from websites

installation

pip install nbweb

usage

nbweb <url>

# return output in text format
nbweb --format=txt <url>

# return rss feed
nbweb --rss <url>

# check if website is supported
nbweb --supported <url>

# check the version
nbweb -v

about

inspired by yt-dlp

note

  • this application is currently in experimental phase and a complete rewrite is in process to make it modular.