Nick Sweeting
|
f4f1d7893c
|
fix CUSTOM_TEMPLATES_DIR config load and chrome symlinking
|
2024-10-03 03:20:25 -07:00 |
|
Nick Sweeting
|
e315905721
|
add new InstalledBinary model to cache binaries on host machine
|
2024-10-03 03:10:22 -07:00 |
|
Nick Sweeting
|
18474f452b
|
move config moved out of legacy files and better version output
|
2024-09-30 23:52:00 -07:00 |
|
Nick Sweeting
|
d21bc86075
|
finish migrating almost all config to new system
|
2024-09-30 23:21:34 -07:00 |
|
Nick Sweeting
|
8c3342afe5
|
rename archivebox setup to archivebox install
|
2024-09-30 23:19:46 -07:00 |
|
Nick Sweeting
|
69522da4bb
|
move wget and mercury into plugins
|
2024-09-30 21:43:45 -07:00 |
|
Nick Sweeting
|
2a1645ba27
|
fix import errors
|
2024-09-30 19:32:57 -07:00 |
|
Nick Sweeting
|
31ce490321
|
fix help command output docstrings and more CLI log coloring
|
2024-09-30 18:29:17 -07:00 |
|
Nick Sweeting
|
66cd711df9
|
improve version detection
|
2024-09-30 18:12:48 -07:00 |
|
Nick Sweeting
|
b913e6f426
|
rename OUTPUT_DIR to DATA_DIR
|
2024-09-30 17:44:18 -07:00 |
|
Nick Sweeting
|
363a499289
|
move util.py into misc folder
|
2024-09-30 17:25:15 -07:00 |
|
Nick Sweeting
|
dfca4b13b2
|
move system.py into misc folder
|
2024-09-30 17:13:55 -07:00 |
|
Nick Sweeting
|
7a41b6ae46
|
remove ConfigSectionName and add type hints to CONSTANTS
|
2024-09-30 16:50:36 -07:00 |
|
Nick Sweeting
|
3e5b6ddeae
|
move config into dedicated global app
|
2024-09-30 15:59:05 -07:00 |
|
Nick Sweeting
|
18355dc2c6
|
clean up config loading in settings and config file layout
|
2020-10-31 03:08:03 -04:00 |
|
Nick Sweeting
|
cac3912439
|
small type fixes
|
2020-10-30 04:50:14 -04:00 |
|
Nick Sweeting
|
1e5fbf4bd2
|
Update archivebox/config/__init__.py
|
2020-10-29 13:46:03 -04:00 |
|
Cristian
|
81dd626b85
|
fix: CHROME_USER_DATA_DIR was causing an error after the update to posix paths
|
2020-10-29 11:09:18 -05:00 |
|
Nick Sweeting
|
5faadee7d1
|
workaround for mercury version output
|
2020-10-24 22:59:09 -04:00 |
|
Cristian
|
14f56a868a
|
refactor: Change typing for new stubs
|
2020-10-22 08:46:16 -05:00 |
|
Cristian
|
c12fe0e3d7
|
feat: Use CURL_ARGS on title extractor
|
2020-10-22 08:46:16 -05:00 |
|
Cristian
|
563d0f94ec
|
feat: Use CURL_ARGS in favicon extractor
|
2020-10-22 08:46:16 -05:00 |
|
Cristian
|
972d57bd08
|
feat: Add CURL_ARGS to control curl arguments
|
2020-10-22 08:46:16 -05:00 |
|
Cristian
|
24e7a74855
|
feat: Add WGET_ARGS to control wget arguments
|
2020-10-22 08:46:16 -05:00 |
|
Cristian
|
65530e1e5b
|
refactor: Use json.loads instead of split for list arguments
|
2020-10-22 08:46:16 -05:00 |
|
Cristian
|
bc02e0ffe3
|
feat: Add config for youtubedl (YOUTUBEDL_ARGS)
|
2020-10-22 08:46:16 -05:00 |
|
Angel Rey
|
16b5ca3207
|
Replaced os.path in init config
|
2020-10-02 15:46:39 -05:00 |
|
Cristian
|
62ed11a5ca
|
fix: Improve headers handling
|
2020-09-24 12:55:51 -05:00 |
|
Cristian
|
e0939d7fe4
|
fix: Syntax issue on config module
|
2020-09-24 08:48:58 -05:00 |
|
Nick Sweeting
|
a7cd01ad4f
|
Merge pull request #480 from apkallum/master
|
2020-09-23 17:30:11 -04:00 |
|
Nick Sweeting
|
38c1f96e2c
|
Update archivebox/config/__init__.py
|
2020-09-23 17:29:57 -04:00 |
|
Karim
|
2b987421fb
|
simpler check for CHROME_USER_DATA_DIR
|
2020-09-23 17:23:53 -04:00 |
|
apkallum
|
508984c941
|
fix: ensure chrome data dir is none when appropiate
|
2020-09-23 13:22:10 -04:00 |
|
Cristian
|
46b9e3d536
|
fix: Fix mercury extractor test
|
2020-09-23 10:34:05 -05:00 |
|
ttimasdf
|
706bd895e0
|
feat: Add mercury-parser
|
2020-09-22 18:44:12 -05:00 |
|
Cristian
|
b18bbf8874
|
test: Fix tests post-rebase
|
2020-09-17 09:09:52 -05:00 |
|
apkallum
|
95157427c2
|
update stubs file
|
2020-09-17 09:09:52 -05:00 |
|
apkallum
|
abf68e5437
|
no home() in Paths
|
2020-09-17 09:09:52 -05:00 |
|
apkallum
|
b99784b919
|
pathlib with / syntax for config, index
|
2020-09-17 09:09:52 -05:00 |
|
apkallum
|
594d9e49ce
|
first attempt to migrate to Pathlib
|
2020-09-17 09:09:52 -05:00 |
|
apkallum
|
3288f8579b
|
add public add view + toggle setting
|
2020-09-16 08:50:56 -05:00 |
|
Cristian
|
c16fdf1b47
|
feat: Update data folder check
|
2020-09-15 08:05:46 -05:00 |
|
Nick Sweeting
|
d179264cb7
|
dont warn about chrome twice
|
2020-08-18 20:08:04 -04:00 |
|
Nick Sweeting
|
75deaf293d
|
Merge branch 'master' into node_config
|
2020-08-18 19:04:50 -04:00 |
|
Nick Sweeting
|
104b6e2a7b
|
ignore font assets by default
|
2020-08-18 18:58:05 -04:00 |
|
Nick Sweeting
|
7144e0bdce
|
search for node dependencies in output dir first
|
2020-08-18 18:40:19 -04:00 |
|
Nick Sweeting
|
4566904db2
|
better colors and hints in version
|
2020-08-18 18:38:14 -04:00 |
|
Nick Sweeting
|
31a6318582
|
better colors, hints, and progress bars in docker
|
2020-08-18 18:32:11 -04:00 |
|
Nick Sweeting
|
364388424c
|
update config stubs
|
2020-08-18 18:15:45 -04:00 |
|
Nick Sweeting
|
f6484d8ddc
|
add node modules to path
|
2020-08-18 18:14:56 -04:00 |
|