DreamCobbler / fiction-dl

A content downloader, capable of retrieving works of (fan)fiction from the web and saving them in a few common file formats.
GNU General Public License v3.0
46 stars 2 forks source link

I had to install dreamy-utilities manually to get it working #6

Closed Anangaya closed 3 years ago

Anangaya commented 3 years ago

I installed this using pip but when I tried to download a story from HF I got error related to dreamy-utilities (don't remember exactly what but it worked perfectly after I installed dreamy-utilities using pip though. On a side note I was trying to scrape stories from HF when I found this on pypi. I'm new to programming and was trying to get an epub from the scraped html strings(chapters). Now that I found this I don't need to go through that anymore. Thanks for creating this tool. Really appreciate it.

DreamCobbler commented 3 years ago

dreamy-utilities was missing in the dependency list in 1.6.2. Fixed that in 1.6.3.