Skip to content

Releases: Nighmared/RAD

hotfix, add user-agent

Choose a tag to compare

@Nighmared Nighmared released this 02 Jun 21:25
5dbf153

What's Changed

Full Changelog: v1.24...1.24.1

[Stable] RAD v1.24

Choose a tag to compare

@Nighmared Nighmared released this 20 Jan 11:16
6fed72a

Fixed html selector to resolve #5
:)

[Stable] RAD v1.23

Choose a tag to compare

@Nighmared Nighmared released this 05 Dec 22:39
v1.23
8ef87b5

Small bugfix, see #4

What's Changed

New Contributors

Full Changelog: v1.22...v1.23

[Stable] RAD v1.22

Choose a tag to compare

@Nighmared Nighmared released this 05 Sep 19:18
b505ac1

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

[Stable] RAD v1.21

Choose a tag to compare

@Nighmared Nighmared released this 21 Nov 21:39
v1.21
095a053

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

[Stable] RAD v1.1

Choose a tag to compare

@Nighmared Nighmared released this 19 Nov 09:12
v1.1
162d2d0

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.