Skip to content

Tags: Dramatycznie/AO3_Scraper

Tags

v1.5.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #19 from Dramatycznie/improve-tqdm-output

Update downloading_utils.py

v1.5.1

Delete Analysis-00.toc

v1.5.0

Update README.md

v1.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #14 from Dramatycznie/delay-and-url-fix

Refactor download_bookmarks, lower min delay

v1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from Dramatycznie/README-update

Update README.md

v1.3.0

Optimize session handling, implement closure logging

- Enhanced session handling by initializing token and session variables outside the loop for reuse
- Added log_program_closure() to log program closure using logger and atexit.register() for automatic execution.

v1.2.0

Add message for logged-in user visibility

- Include message informing users about works visible to logged-in users

v1.1.1

Fixed issue with crashing while logging in

- Fixed issue with crashing while logging in due to a TypeError caused by the use of unary "+" operator on a string. The issue was resolved by removing the "+" signs from lines 95 and 101 of the AO3_Scraper.py file. The corrected lines now correctly print whether the login was successful or failed using the Fore.GREEN and Fore.RESET variables.
- updated requirements
- closure statement was updated to exit after displaying the closing message

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.0.2

Improved input validation

The start and end page numbers are now validated to ensure they are positive integers