Nick Sweeting
|
4a5d607296
move logging_util into archivebox.misc subfolder
|
1 year ago |
Nick Sweeting
|
de2ab43f7f
switch .is_dir and .exists for os.access to avoid PermissionError on startup
|
1 year ago |
Nick Sweeting
|
cf1ea8f80f
improve config loading of TMP_DIR, LIB_DIR, move to separate files
|
1 year ago |
Nick Sweeting
|
b913e6f426
rename OUTPUT_DIR to DATA_DIR
|
1 year ago |
Nick Sweeting
|
363a499289
move util.py into misc folder
|
1 year ago |
Nick Sweeting
|
dfca4b13b2
move system.py into misc folder
|
1 year ago |
Nick Sweeting
|
3e5b6ddeae
move config into dedicated global app
|
1 year ago |
Nick Sweeting
|
6a6ae7468e
fix lint errors
|
1 year ago |
Nick Sweeting
|
beb3932d80
replace uses of URL_REGEX with find_all_urls to handle markdown better
|
1 year ago |
jim winstead
|
5478d13d52
Add generic_jsonl parser
|
1 year ago |
Nick Sweeting
|
16d278fbdb
Merge pull request #1168 from mAAdhaTTah/add-readwise-reader
|
2 years ago |
Ross Williams
|
c039ef05b3
Fix hyphen placement in util.URL_REGEX
|
2 years ago |
mAAdhaTTah
|
181501fd36
Add Readwise Reader API parser
|
2 years ago |
SnZ
|
2db830c6a8
Method typo?
|
3 years ago |
Nick Sweeting
|
c5fc3e1e65
--ammend
|
3 years ago |
Nick Sweeting
|
a6767671fb
append content of referenced files to imports
|
3 years ago |
Nick Sweeting
|
f6d6a06c78
always show all totals in log output
|
3 years ago |
Nick Sweeting
|
38e54b93fe
allow parsing to continue even when fetching URL contents fails
|
3 years ago |
Nick Sweeting
|
a9986f1f05
add timezone support, tons of CSS and layout improvements, more detailed snapshot admin form info, ability to sort by recently updated, better grid view styling, better table layouts, better dark mode support
|
4 years ago |
Nick Sweeting
|
5d3a03b299
use stderr and hint in case of parser returning no urls instead of bare exception
|
4 years ago |
Nick Sweeting
|
8ce93ff787
use KEY, NAME, and PARSER to define parsers instead of hardcoding in init
|
4 years ago |
Nick Sweeting
|
36f0646501
Merge pull request #669 from FliegendeWurst/fix-issue-235
|
4 years ago |
FliegendeWurst
|
60bd9a902e
add command: --parser option
|
4 years ago |
Nick Sweeting
|
5fb9ca389f
check more url parsing invariants on startup
|
4 years ago |
mAAdhaTTah
|
ac7ad9e942
Add parser for Pocket API
|
5 years ago |
Emmanuel Hainry
|
aebc83659d
Add parser for Wallabag Atom feeds
|
5 years ago |
Angel Rey
|
2c62abb270
Replaced os.path in init parsers
|
5 years ago |
apkallum
|
594d9e49ce
first attempt to migrate to Pathlib
|
5 years ago |
Nick Sweeting
|
15efb2d5ed
new generic_html parser for extracting hrefs
|
5 years ago |
Nick Sweeting
|
e3ac4c2405
htmldecode downloaded sources before parsing for links
|
5 years ago |