Skip to content

Releases: Nighmared/RAD

[Stable] RAD v1.22

05 Sep 19:18
b505ac1
Compare
Choose a tag to compare

Fixed image scraping so now it should work again... until the website layout changes again that is

[Stable] RAD v1.21

21 Nov 21:39
v1.21
095a053
Compare
Choose a tag to compare

General improvements, more stable, and now even with documentation.

[Stable] RAD v1.1

19 Nov 09:12
v1.1
162d2d0
Compare
Choose a tag to compare

Works really fine. All one needs to do is add links and titles to the links.txt file in the same format as the example that's already given.
Then install the required libraries

  • beautifulsoup4
  • fpdf
  • Pillow
  • requests

And after that just run the download.py file. The complete pdf's can then be found in a ./pdf/ directory created at the same place where the script was called. So just call the script from it's own directory.