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
56 stars 19 forks source link

Javascript functions return void #49

Open IntergalacticTurtleFucker opened 5 months ago

IntergalacticTurtleFucker commented 5 months ago

The web scraper tries to scrape local Javascript functions, like the show solution button in quizzes, which inevitably returns void. image I do not know much about web scraping, but it would be nice if the bot opens the functions and copies the solution instead or something like that... image P.S. You may tell me to use the HTML documents, but it would be nice to also have the answers visible in the PDF

amalrajan commented 4 days ago

I think this is a valid issue. Thanks for the heads up on this. I'll look into this someday