nbweb
is short for no bloat web
nbweb
is a simple tool to extract data from websites
pip install nbweb
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
inspired by yt-dlp
- this application is currently in experimental phase and a complete rewrite is in process to make it modular.