Releases: Nighmared/RAD
Releases · Nighmared/RAD
[Stable] RAD v1.23
Small bugfix, see #4
What's Changed
- Should fix index error by @Nighmared in #4
New Contributors
- @Nighmared made their first contribution in #4
Full Changelog: v1.22...v1.23
[Stable] RAD v1.22
Fixed image scraping so now it should work again... until the website layout changes again that is
[Stable] RAD v1.21
General improvements, more stable, and now even with documentation.
[Stable] RAD v1.1
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.