Commit Graph

128 Commits (ce996dd21b9e1c6b9f8a9c2377847d18a1110966)

Author SHA1 Message Date
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
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