🚧 DRAFT: Preliminary Version 📝 - Work in Progress 🏗️ 🚧
HTML downloader for offline LLM usage
TODO: write this section.
- Document-Viewer downloader: "https://www.ti.com/document-viewer/lit/html/sprz457"
- Doxygen-Export donloader: "https://software-dl.ti.com/mcu-plus-sdk/esd/AM64X/latest/exports/docs/api_guide_am64x/index.html"
- Resource-Explorer downloader: "https://dev.ti.com/tirex/explore/node?node=A__AD2nw6Uu4txAz2eqZdShBg__DIGITAL-POWER-SDK-AM263X__k-hvNHd__LATEST"
Install with uv:
uv pip install .Or install directly from the repository:
uv pip install git+https://github.com/Ogekuri/HtmlDownloader.gitRun with uvx (without installation):
uvx --from . htmldownloader --from-url <URL> --to-dir <DIRECTORY>Or after installation:
htmldownloader --from-url <URL> --to-dir <DIRECTORY>Download a webpage to the current directory:
htmldownloader --from-url https://example.com --to-dir ./downloadsRun with uvx:
uvx --from . htmldownloader --from-url https://example.com --to-dir ./downloads--from-url: The URL of the web page to download (required)--to-dir: The directory where the HTML file will be saved (required)