forked from NocturnalNebula/litstash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
versionChanges.txt
38 lines (32 loc) · 1.6 KB
/
versionChanges.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
1.8 - July 2024
'''''''''''''''
- fix bug preventing audio stories from being batch downloaded from author page
1.7 - July 2024
'''''''''''''''
- restart support for author submission batch downloading by accessing submission list through API
- fix various bugs including errors caused by trailing whitespaces on user input
- increase retry limit
1.6 - April 2024
''''''''''''''''
- fix various bugs introduced by Literotica's author page format change
- update help page to explain work-around to author batch downloading
1.5 - February 2024
'''''''''''''''''''
- fix various bugs (illegal characters in filenames, stories containing emojies, numbers for usernames)
1.4 - December 2023
'''''''''''''''''''
- outputs now include story metadata (author, date, tags, series, etc...)
- created auto-download-all flag '-a' for batch downloads
- added support for xnxx stories (including author pages and Wayback Machine)
- output path is now '.../litstash-saves/username/___.html'
- cleaned up output during downloading
- unknown upload dates default to '0000-00-00'
1.3 - September 2023
''''''''''''''''''''
- complete program re-rewrite (now using classes rather than just functions)
- Wayback Machine support for all Literotica site schemes
- support for all submission types (stories, poems, illustrations, images, audios)
- added complete header for each submission (includes dates, word count, description, category)
- take arguments on the command line rather than using the main menu
- scan any webpage for Literotica submissions (not limited to author pages)
- more comprehensive error reporting while getting page sources