Commit Graph

110 Commits (9a2553449056bd7553dba431f00a31c898bba4e4)

Author SHA1 Message Date
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
Mike Fährmann bd9cb3d191
improve job class selection code
5 years ago
Mike Fährmann e64773ffdd
allow multiple post-processor command-line options (#253)
5 years ago
Mike Fährmann bc26fc2439
implement '--clear-cache'
5 years ago
Mike Fährmann 176b7253a1
update function signature for config.load()
6 years ago
Mike Fährmann ae353ed3b0
provide "extractor" and "job" keys for logging output
6 years ago
Mike Fährmann bc0951d974
allow for simplified test data structures
6 years ago
Mike Fährmann 344bbaa71a
remove useless line
6 years ago
Mike Fährmann e26ba682a2
enforce utf-8 encoding for input files (#120)
6 years ago
Mike Fährmann a36259d8f1
update setup.py
6 years ago
Mike Fährmann 0514d6a0ae
make --filter and --range config-file options
6 years ago
Mike Fährmann 39f609b4c6
include current Git HEAD in debug output
6 years ago
Mike Fährmann e8311eb1ed
drop Python 3.3 support
6 years ago
Mike Fährmann 12797e3b1f
update configuration.rst
6 years ago
Mike Fährmann b08d95ebe4
add an 'encoding' option for logging files (default 'utf-8')
6 years ago
Mike Fährmann 2df1a15fb8
add '-s/--simulate' to run data extraction without download
6 years ago
Mike Fährmann 8bf3cdd82b
implement logging options
6 years ago
Mike Fährmann 0381ae5318
replace error handlers for stdout and co.
7 years ago
Mike Fährmann b50bdbf3d7
change config specifiers in input file format
7 years ago
Mike Fährmann 7f7c16ae37
add option to specify additional key-value pairs
7 years ago
Mike Fährmann 057668e17e
extend input-file format with per-URL config and comments
7 years ago
Mike Fährmann d951f13e37
add config option for unsupported-URL file
7 years ago
Mike Fährmann 364e335440
smaller adjustments and improvements
7 years ago
Mike Fährmann c9a9664a65
change --write-log behaviour
7 years ago
Mike Fährmann 97f4f15ec0
add option to write logging output to a file
7 years ago
Mike Fährmann 5488643fac
add requests and urllib3 versions to debug output
7 years ago
Mike Fährmann 0e5057b15d
remove deprecated options
7 years ago
Mike Fährmann 8a97bd0433
rename '--images' and '--chapters'
7 years ago
Mike Fährmann 0dedbe759c
enable '--chapter-filter'
7 years ago
Mike Fährmann 470bbe9d8c
fix smaller stuff
7 years ago
Mike Fährmann 9b21d3f13c
add '--filter' command-line option
7 years ago
Mike Fährmann f7de048980
add additional debug output
7 years ago
Mike Fährmann 06c4cae05b
extend the output of '--list-extractors'
7 years ago
Mike Fährmann d5a70f2580
add simple progress indicator for multiple URLs (#19)
7 years ago