1
0
Fork 0
mirror of synced 2024-06-27 02:20:36 +12:00
Commit graph

67 commits

Author SHA1 Message Date
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 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 f6484d8ddc add node modules to path 2020-08-18 18:14:56 -04:00
Nick Sweeting 87b79fe5e3 cleanup sdist and bdist build process 2020-08-18 17:12:49 -04:00
Nick Sweeting 71788cfd26 single-file supports version cli flag now 2020-08-18 15:00:12 -04:00
Nick Sweeting 8b427c9d79 get VERSION from package.json instead of VERSION to avoid duplication 2020-08-18 15:00:00 -04:00
Cristian cc0fa747ce feat: Add options to ease management of node related extractors 2020-08-18 10:34:28 -05:00
Nick Sweeting b0c0a676f8 re-enable readability and singlefile by default now that its less noisy 2020-08-18 08:29:46 -04:00
Nick Sweeting 9d093a34f8 better dependency version check 2020-08-18 08:21:55 -04:00
Nick Sweeting 2f282402c7 add hint and prefix stdout utils 2020-08-18 08:21:36 -04:00
Nick Sweeting 718d39e242 add common code extensions to default blacklist 2020-08-18 08:12:10 -04:00
Nick Sweeting 92de20af15 better detect missing dependencies on startup 2020-08-18 04:38:13 -04:00
Nick Sweeting 84a8b0d713 hide progress bars on mac 2020-08-18 03:27:52 -04:00
Nick Sweeting 050b717bb9
Merge branch 'master' into readability-extractor 2020-08-14 12:35:35 -04:00
Nick Sweeting 0ef2b17678 only show data locations in version output when in a data dir 2020-08-13 23:21:57 -04:00
Nick Sweeting a0901ba474 use BIND_ADDR config default for runserver 2020-08-13 23:21:37 -04:00
Cristian b7aa3df8d2 feat: Disable singlefile and readability by default 2020-08-12 14:42:21 -05:00
Cristian 7e2b249388 feat: Initial version of readability extractor 2020-08-11 08:37:12 -05:00
apkallum 50069d1eb3 set tz variable globally as UTC 2020-08-10 23:21:02 -04:00
Nick Sweeting 33ab7fd4ec autodetect when running inside docker and provide hints 2020-08-10 14:18:04 -04:00
Cristian 76846d18a0 docs: Improve message for missing singlefile binary 2020-08-10 09:00:10 -05:00
Cristian e358634f81 fix: Add missing configuration that breaks on edge case where only single file is being used 2020-08-08 09:12:14 -05:00
Nick Sweeting 19aa5c3e94 fix SAVE_SINGLEFILE setting to depend on chrome 2020-08-06 23:07:25 -04:00
Cristian 3c5c6a689e fix: Add missing configuration variable to be able to disable singlefile 2020-08-04 07:35:58 -05:00
Nick Sweeting 3d22da39fe Update archivebox/config/__init__.py 2020-08-03 13:22:06 -05:00
Cristian 853685668c feat: Add initial support for singlefile extractor 2020-08-03 13:22:06 -05:00
Nick Sweeting 5707ffe657 fix old config name FETCH_TITLE 2020-07-30 16:55:24 -04:00
Nick Sweeting 3c7966c13a dont get bin path when bin is missing 2020-07-28 07:20:57 -04:00
Nick Sweeting ece6d43078 hide builtin delete button 2020-07-28 05:51:02 -04:00
Nick Sweeting 904f728785 fix binary hash func when binary is missing 2020-07-27 18:52:57 -04:00
Cristian 6006b4f93b refactor: Organize code to remove flake8 issues 2020-07-24 12:25:25 -05:00
Cristian 030013899d feat: change COLOR_DICT to a default dict to prevent future issues 2020-07-23 12:02:17 -05:00
Cristian 42a549833b fix: Add missing colors to dict 2020-07-23 11:47:01 -05:00
apkallum b854884c56 move umask to init/__config__ 2020-07-23 11:50:42 -04:00