Manning-Publications-Ebooks-Downloader icon indicating copy to clipboard operation
Manning-Publications-Ebooks-Downloader copied to clipboard

Python tool to easily download Manning products that you own

Results 5 Manning-Publications-Ebooks-Downloader issues
Sort by recently updated
recently updated
newest added

When trying the script, I get: ``` Created folder Manning_2021-12-27 Traceback (most recent call last): File "/home/user/bin/manning-publications-ebooks-downloader-venv/Manning-Publications-Ebooks-Downloader/./manning.py", line 138, in get_list() File "/home/user/bin/manning-publications-ebooks-downloader-venv/Manning-Publications-Ebooks-Downloader/./manning.py", line 69, in get_list 'lt': soup0.find('input', {'name':...

When trying this in a venv it first failed with `module bs4` not found. The reason is that the script uses interpreter in `/usr/bin/python3` rather than `/usr/bin/env python3`, which would...

Features to be added in the future: - [ ] Unit tests - [ ] Add the `--limit=X` command line argument to only get last `X` items - [ ]...

enhancement

Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

Since it is harder now to log in via Python, I created this Gist which might help: https://gist.github.com/luckylittle/7b336a4b2edd9e8bf826de178a150475