Commit Graph

158 Commits (d7a2c732742b4af3e994a158a984412fc4308b6e)

Author SHA1 Message Date
Mike Fährmann 8ecd408f53
add '-J/--resolve-json' command-line option (#5864)
2 months ago
Mike Fährmann f7383a56f8
wrap filters/conditionals in a try-except block
2 months ago
Mike Fährmann b3aded1939
add '--print-traffic'
3 months ago
Mike Fährmann c9860002ba
[actions] add 'abort' and 'terminate' actions (#5778)
3 months ago
Mike Fährmann 3fc2e61818
add '--config-open' and '--config-status' (#5713)
3 months ago
Mike Fährmann 7ba2b209f1
fix exit status of --clear-cache/--list-modules/--list-extractors
4 months ago
Mike Fährmann 2e323ef0a2
[update] implement '-U/--update'
4 months ago
Mike Fährmann 601f5becc8
[version] add __variant__
4 months ago
Mike Fährmann dc9d83e64b
[output] support 'NO_COLOR' environment variable
5 months ago
Mike Fährmann bef0bd3b49
add '--no-colors' command-line option
5 months ago
Mike Fährmann 20e2c0042b
[output] enable colors by default
5 months ago
Aidan Harris a3f580254a
Add warnings flag
5 months ago
Mike Fährmann b1c175fdd1
allow using an empty string as argument for -D/--directory
8 months ago
Mike Fährmann 75697dfb26
implement -e/--error-file as a logging handler
9 months ago
Mike Fährmann 042a9da451
add 'output.errorfile' config option
10 months ago
Mike Fährmann 99b76628f7
implement '-e/--error-file' command-line option (#4732)
10 months ago
Mike Fährmann b714df5a16
disable 'downloader.progress' when using -q/--quiet (#4810)
10 months ago
Mike Fährmann 4700051562
rework and extend input file processing (#4732)
10 months ago
Mike Fährmann 4cdab8074e
update/fix --list-extractors
1 year ago
Mike Fährmann 92f98e6f5e
'sys.exit' -> 'SystemExit'
1 year ago
Mike Fährmann 410f783a33
implement 'subconfigs' option (#4440)
1 year ago
Mike Fährmann a14b63d941
support selecting a domain for '--cookies-from-browser'
1 year ago
Mike Fährmann a1ca2404f9
add 'globals' instead of overwriting the default (#3773)
2 years ago
Mike Fährmann 075c965512
add '--config-create' command-line option
2 years ago
Mike Fährmann 26d06e0bb2
move executable check into util.py
2 years ago
Mike Fährmann de2f35d068
simplify config.load()
2 years ago
Mike Fährmann 632d5d7745
allow loading config files in TOML format with --config-toml
2 years ago
Mike Fährmann d788e6c60c
implement 'globals' option
2 years ago
Mike Fährmann e480a93337
add 'output.stdout', '.stdin', and '.stderr' options
2 years ago
Mike Fährmann d4232f3a8b
implement restarting an extractor (#3338)
2 years ago
Mike Fährmann c2bc70593e
implement ability to load external extractor classes
2 years ago
Mike Fährmann f58215705a
add '-O/--postprocessor-option' command-line option (#3565)
2 years ago
Mike Fährmann dfe7b23579
support Firefox containers for --cookies-from-browser (#3346)
2 years ago
Mike Fährmann 46d811bac0
add loaded config files to debug output
2 years ago
Mike Fährmann 597b63d922
move git head functionality to function in util.py
2 years ago
Mike Fährmann b337e51e91
run flake8 on all .py files
2 years ago
Mike Fährmann e140b85342
reword error text for unsupported URLs
2 years ago
Mike Fährmann a6e2d96dde
fix bug when processing input file comments (#2808)
2 years ago
Mike Fährmann bdad9c40dd
remove whitespace before comments in input file URLs (#2808)
2 years ago
Mike Fährmann 764906e1af
allow tabstops as whitespace before input file comments (#2808)
2 years ago
Mike Fährmann d0adc13e23
allow comments after input file URLs (#2808)
2 years ago
Mike Fährmann 74865adae5
implement 'format-separator' option (#2737)
2 years ago
Mike Fährmann 603af48265
implement 'output.ansi' option (#2628)
2 years ago
Mike Fährmann 688d6553b4
replace calls to print() with stdout_write() (#2529)
2 years ago
Mike Fährmann 6742f3bc1e
implement --cookies-from-browser (#1606)
2 years ago
Mike Fährmann 9e6c981388
replace '\f' in --filename arguments with form feed character
2 years ago
Mike Fährmann f5b2a9fcc6
add 'signals-ignore' option (#2296)
3 years ago
Mike Fährmann 4edf43891c
add -d/--directory and -f/--filename command-line arguments
3 years ago
Mike Fährmann 45ca1693d8
add indicator to debug output when using a standalone executable
3 years ago
Mike Fährmann 4048eabeab
allow 'extractor.modules' to be a string
3 years ago