Dreame Novel Downloader

Download complete novels from Dreame.com as a text file (placeholder for EPUB)

作者
manna huizar (Jubes2011)
日安装量
0
总安装量
0
评分
0 0 0
版本
1.5
创建于
2025-08-23
更新于
2025-08-23
大小
3.1 KB
许可证
MIT
适用于

It adds a "Download Novel" button to the Dreame.com novel pages.
• When clicked, it starts a download process that fetches each chapter sequentially.
• There's a configurable delay between chapter fetches (2.5 seconds) to be respectful to the website's servers.
• The script scrapes the novel's title, individual chapter titles, and their content (paragraphs) from the page.
• Once all chapters are scraped, the data is compiled into plain text format and triggers a download of a .txt file. The filename is sanitized to ensure compatibility.
• The script includes CSS styling for the download button to ensure it's prominently visible and functional.
• It notes that the script relies on CSS selectors to find elements, which might need updates if the Dreame website structure changes.