Hacker News new | ask | show | jobs
by dantle 2167 days ago
Here's a trivial python script to download them, for the lazy among us.

https://gist.github.com/dantler/f26d75f1051db13649aaedf73f7d...

2 comments

Awesome sauce. Even runs on Windows, as long as wget is in the path.
Thanks - this is very useful. Any idea how I can adapt this to download articles behind paywalls? For instance for bookmark archival?
Perhaps adapt something like https://github.com/iamadamdev/bypass-paywalls-chrome to run in a scripted headless environment?