Commit graph

327 commits

Author SHA1 Message Date
Cyberpro123
564e6322a4
added date checker function 2025-12-19 13:37:37 -08:00
Cyberpro123
2078d85f26
replicated functions of private mail parsing script 2025-12-19 13:02:42 -08:00
Cyberpro123
4cace0b171
okay lets get to work 2025-12-19 10:40:50 -08:00
Cyberpro123
9b25e3922e
okay let's call this 1.2.0 for now 2025-12-19 10:33:24 -08:00
Cyberpro123
cefb55d359
Added more verbose error message for expired session pickle 2025-10-22 22:28:40 -07:00
Cyberpro123
4a8e464da0
will login again when pickle over 30 days old 2025-10-22 22:24:53 -07:00
Cyberpro123
f1e8c1887d
will properly detect and raise error when redirected to AO3 login 2025-10-22 22:24:09 -07:00
Cyberpro123
8ce6ade150
added seperate tracker for works without edits since last download 2025-10-22 21:36:53 -07:00
Cyberpro123
2176baf09b
fixed typo 2025-09-26 04:54:50 -07:00
Cyberpro123
25bc323c5a
updated description for integrated AO3CSS, not downloaded 2025-09-26 04:47:40 -07:00
Cyberpro123
41716ef463
install.py's dirCopy() fixed by using os.walk, not os.listdir() 2025-09-03 17:14:36 -07:00
Cyberpro123
f482ff7c8b
integrated ao3css instead of downloading from github on install 2025-09-03 16:21:22 -07:00
Cyberpro123
05597e12e8
Relicenced from MIT license to GPL v2.0 2025-09-03 16:09:55 -07:00
Cyberpro123
3fef96a1af
replaced print() with logger.info() in install.py 2025-09-03 15:16:58 -07:00
Cyberpro123
3ef5ab5e46
added option to not install webUI, changed to recursive folder copy 2025-09-03 15:14:38 -07:00
Cyberpro123
ba6d6153d7
sql.init() now logs message when run 2025-09-03 15:10:31 -07:00
Cyberpro123
630a000dc1
simplified install.py 2025-09-03 14:35:22 -07:00
Cyberpro123
84b90439b6
Fixed descriptions & notes fields 2025-08-26 10:16:44 -07:00
Cyberpro123
24d6deaa8c
getWorksFromPage() and derivitives now return list, not set 2025-08-26 09:01:24 -07:00
Cyberpro123
d123192e1d
can now get series title from work Raw 2025-08-22 05:37:14 -07:00
Cyberpro123
e893d2060e
changed number to reflect unstable versions between 1.1.1 & 1.2.0 2025-08-19 14:02:55 -07:00
Cyberpro123
705cb8ba30
bumped version number to v1.1.1 2025-08-19 13:54:39 -07:00
Cyberpro123
9574fccd42
removed redundant 'import bs4' in metadata.py 2025-08-19 13:54:15 -07:00
Cyberpro123
68f0f529a8
traceback.print_exception() now prints to outfile 2025-08-19 13:53:02 -07:00
Cyberpro123
b108bea882
bumped version number to v1.1.0 2025-08-19 13:24:17 -07:00
Cyberpro123
80927fc260
Fixed 'image failed to download' condition getting caught by generic
exception handler
2025-08-19 13:21:03 -07:00
Cyberpro123
e41136f563
Added program descriptions to the --help menus 2025-08-19 09:11:07 -07:00
Cyberpro123
54934bafa9
added --auto for download.py 2025-08-19 05:38:43 -07:00
Cyberpro123
dfe4ee429f
Added --all to download.py 2025-08-19 05:33:53 -07:00
Cyberpro123
f22837cff9
bandaid solution to appending sometimes making files not readable as
utf-8
2025-08-19 05:23:35 -07:00
Cyberpro123
2a161ad26e
don't needlessly re-compute raw filepath 2025-08-19 05:22:58 -07:00
Cyberpro123
90a0f076ba
process.py --auto now checks last edited timestamps 2025-08-19 03:48:49 -07:00
Cyberpro123
eb9416225b
some raws aren't utf-8 despite claiming to be 2025-08-19 03:47:49 -07:00
Cyberpro123
a02465c1ae
Now checks last edited timestamp of raw, doesn't redownload same version 2025-08-19 02:29:58 -07:00
Cyberpro123
37820df7da
further testing reveals 2322 of 2322 tested raws are utf-8 2025-08-18 12:44:59 -07:00
Cyberpro123
1b28e6a2c8
images now saved where web server expects 2025-08-18 09:56:03 -07:00
Cyberpro123
fde7a945ef
new finding of metadata comment w/ plain text parsing, not bs4 2025-08-18 09:25:54 -07:00
Cyberpro123
98100946fe
implimented common.tail() for getting last X lines of any text file 2025-08-18 07:30:20 -07:00
Cyberpro123
fbd596696a
various fixes to problems found in getImages during 2200-work testing 2025-08-17 12:26:26 -07:00
Cyberpro123
781e0de4c7
Replaced subprocess.run(wget) with download.getPage 2025-08-16 10:26:18 -07:00
Cyberpro123
7da6566c7e
Now copies files instead of hardlinking them 2025-08-16 10:21:36 -07:00
Cyberpro123
2b4e3e51ca
now only ever prints first 100 characters of db command tuple 2025-08-16 10:14:12 -07:00
Cyberpro123
9eaec7b188
Unstable versions between v1.0.0 & v1.0.1 2025-08-16 10:11:10 -07:00
Cyberpro123
d0ebf7438a
Release Version 1.0.0 2025-08-16 04:59:19 -07:00
Cyberpro123
6fee90aa39
Revert "metadata comment should always be at end of file"
This reverts commit 910e4c4557.
2025-08-15 12:54:07 -07:00
Cyberpro123
852cbf41e9
Improved logging 2025-08-15 12:52:55 -07:00
Cyberpro123
5610d42c77
it was not a typo 2025-08-15 12:40:17 -07:00
Cyberpro123
9745c649dd
titles generally don't have images in them 2025-08-15 12:36:08 -07:00
Cyberpro123
8fed7a328b
typo 2025-08-15 12:34:16 -07:00
Cyberpro123
d6e24833fa
added warning for very large raws 2025-08-15 12:24:51 -07:00