Commit Graph

86 Commits (770200888ea4e9cf612ec2cffafc16f73ac423fb)

Author SHA1 Message Date
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
Mike Fährmann 25bcdc8aa9
add `--write-unsupported` option (#15)
7 years ago
Mike Fährmann 701c016b97
add '-q/--quiet' option
8 years ago
Mike Fährmann f0aa35ac84
add '--ignore-config' option
8 years ago
Mike Fährmann 5af35ea150
add -v/--verbose option and reduce error verbosity
8 years ago
Mike Fährmann b43cd88101
add '-j/--dump-json' option
8 years ago
Mike Fährmann e4b3077168
improve config module
8 years ago
Mike Fährmann 11d5c6f717
move option parsing to seperate module
8 years ago
Mike Fährmann abfe7456d6
add '-R/--retries' and '--http-timeout' options
8 years ago
Mike Fährmann 80df2b3527
add custom argparse action
8 years ago
Mike Fährmann 27ae152f57
use logging to report errors
8 years ago
Mike Fährmann 0cfe51dc78
add '--config-yaml' option
8 years ago
Mike Fährmann f782282f97
add logger objects to extractors
8 years ago
Mike Fährmann 24f41e13b3
move some exception handling code
8 years ago
Mike Fährmann 6208d9dd79
implement '--images' and '--chapters' options
8 years ago
Mike Fährmann 2a32b12043
add '--items' option
8 years ago
Mike Fährmann 3bca866185
rework the '-g' cmdline option
8 years ago
Mike Fährmann 4f123b8513
code adjustments according to pep8
8 years ago
Mike Fährmann 07ffab04c3
add -i/--input-file option
8 years ago
Mike Fährmann f434a0711b
put centralized version string in 'version.py'
8 years ago
Mike Fährmann 0f96eb180e
add Python2 compatible version check
8 years ago
Mike Fährmann 0a3fb198f3
[batoto] raise exception if chapter is unavailable (#4)
8 years ago
Mike Fährmann 2418bfe91b
replace JSONDecodeError with ValueError
8 years ago
Mike Fährmann 813317045e
bump version
8 years ago
Mike Fährmann ba86bbfbdb
add '--list-extractors' argument
8 years ago