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