Commit Graph

143 Commits (bdebe4597a5024ccb2436bf7e9eabbe9aff89b28)

Author SHA1 Message Date
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
Mike Fährmann e9993451c3
remove Python version checks
3 years ago
Mike Fährmann dfe1e09df0
add '-T/--terminate' command-line option (#1399)
3 years ago
Mike Fährmann c693db5b1a
add '"skip": "terminate"' option
3 years ago
Mike Fährmann 755164b36a
improve --clear-cache (#1230)
3 years ago
Mike Fährmann a86ffb04bb
add 'output.fallback' option
3 years ago
Ailothaen 2e8061091a
Adding handling of several input files (#1353)
4 years ago
Mike Fährmann 5bcf28de93
add a 'extractor.modules' option
4 years ago
Mike Fährmann 6ecb0a19cf
handle sys.stdin being None when using '-' as input file (#653)
5 years ago
Mike Fährmann 4bc161ca0f
prevent crash when sys.stdout and co. are None (#653)
5 years ago
Mike Fährmann 383795b550
prevent superfluous calls to Logger.makeRecord()
5 years ago
Mike Fährmann f5604492c3
update interface of config functions
5 years ago
Mike Fährmann 5af291ba5c
include failed downloads and child extractors in exit status
5 years ago
Mike Fährmann 03e0cec715
return with non-zero exit status on error
5 years ago
Mike Fährmann 5ac9732adc
call 'sys.exit()' on Ctrl+c
5 years ago
Mike Fährmann 6393b47db2
add '-A/--abort'; deprecate '--abort-on-skip'
5 years ago