amalrajan / learncpp-download

Multi-threaded web scraper to download all the tutorials from www.learncpp.com and convert them to PDF files concurrently.
GNU Affero General Public License v3.0
69 stars 18 forks source link

doesn't download #38

Closed mohammadRezaeian closed 9 months ago

mohammadRezaeian commented 1 year ago

hi thank you for write this software but i have a problem: it doesn't download anything and only displays this output and just create directory downloads

2023-10-15 09:11:30,546 INFO worker.py:1636 -- Started a local Ray instance.

mohammadRezaeian commented 1 year ago

but docker work

AbelHutten commented 1 year ago

Same for me.

amalrajan commented 1 year ago

@mohammadRezaeian @AbelHutten check if you have "wkhtmltopdf" installed. It's a core dependency

amalrajan commented 9 months ago

Closing this issue, as it's not longer valid