Commit Graph

125 Commits (760b9b4db4b6f9ae15f2125c53f2658835e2ceea)

Author SHA1 Message Date
Mike Fährmann 2d4887b75b
improve KeywordJob output for "parent" extractors (closes #548)
5 years ago
Mike Fährmann 2e2fc7f0ad
prevent infinite recursion when spawning extractors (closes #489)
5 years ago
Mike Fährmann 1921c127a5
make OSErrors during file downloads nonfatal (closes #512)
5 years ago
Mike Fährmann 63e6993716
merge 'bypost' functionality into metadata postprocessor
5 years ago
Gio c0b9ad678d Separate metadata from handle_url into handle_metadata, commenting
5 years ago
Gio 6ed4fc07ff Don't print intentional metadata skips to the console.
5 years ago
Gio cfc70a97ab Added an additional channel for downloading the metadata of an entire post or gallery.
5 years ago
Mike Fährmann f5604492c3
update interface of config functions
5 years ago
Mike Fährmann 3fc1e12949
[postprocessor:metadata] filter private entries
5 years ago
Mike Fährmann 9e88e7a344
[postprocessor:exec] improve (#421, #413)
5 years ago
Mike Fährmann 5af291ba5c
include failed downloads and child extractors in exit status
5 years ago
Mike Fährmann 322c2e7ed4
renaming variables
5 years ago
Mike Fährmann 4409d00141
embed error messages in StopExtraction exceptions
5 years ago
Mike Fährmann c887493a80
overhaul exception stuff
5 years ago
Mike Fährmann 389d2d7e38
implement 'cookies-update' option (#445)
5 years ago
Mike Fährmann 03bc8adfc7
[postprocessor:exec] run after file moved to target location
5 years ago
Mike Fährmann 776e9e073f
close archive on job completion (#417)
5 years ago
Mike Fährmann 9178b54eae
handle errors when opening download archive file (#417)
5 years ago
Mike Fährmann 682105b8ee
prevent crash when loading unavailable downloader (#405)
5 years ago
Mike Fährmann 5f8621b29d
improve output of active post processor modules
5 years ago
Mike Fährmann 0bb873757a
update PathFormat class
5 years ago
Mike Fährmann 8dc42bb178
implement 'enumerate' for 'extractor.skip' (#306)
5 years ago
Mike Fährmann 20f7b07312
ensure postproc finalize() is called during C-c or crash (#355)
5 years ago
Mike Fährmann 7b77ecc35a
fix paths for files without extension (#220)
5 years ago
Mike Fährmann 62097284fe
add 'download' option (#220)
5 years ago
Mike Fährmann fe7805de7c
improve attribute access in DownloadJob.handle_url()
5 years ago
Mike Fährmann f2000a69aa
implement 'image-unique' and 'chapter-unique' options (#303)
5 years ago
Mike Fährmann ee4d7c3d89
update downloader.find() and related code
5 years ago
Mike Fährmann 523ebc9b0b
Fix serialization of 'datetime' objects in '--write-metadata'
5 years ago
Mike Fährmann b09a8184ca
move TestJob into test module; test _extractor values
6 years ago
Mike Fährmann ae353ed3b0
provide "extractor" and "job" keys for logging output
6 years ago
Mike Fährmann 89ee8cd7e4
filter "private" kwdict entries
6 years ago
Mike Fährmann 61741d7333
provide type information for Queue messages
6 years ago
Mike Fährmann 277b52101a
add 'category-transfer' option
6 years ago
Mike Fährmann 5f38ac9609
[postprocessor:exec] add a better error message (#155)
6 years ago
Mike Fährmann 0225d90078
add exception name and traceback for OSErrors
6 years ago
Mike Fährmann fb53b5dd55
fix control+c during -j and range tests
6 years ago
Mike Fährmann 13cb270326
set target directory before postprocessor init (fixes #126)
6 years ago
Mike Fährmann b828473aa3
retry HTTP requests for more exception classes
6 years ago
Mike Fährmann c47482b110
smaller changes, missing docs, etc.
6 years ago
Mike Fährmann 3c25fa2dad
update build_testresult_db.py script
6 years ago
Mike Fährmann 8ef84a6823
add option to enable/disable specific downloader modules
6 years ago
Mike Fährmann d3d7f01543
add 'prepare()' step for post-processors
6 years ago
Mike Fährmann 6ed629f2b6
allow specifying number of skips before abort/exit (closes #115)
6 years ago
Mike Fährmann 48a8717a7c
add 'output.num-to-str' option
6 years ago
Mike Fährmann 0514d6a0ae
make --filter and --range config-file options
6 years ago
Mike Fährmann 4a348990f4
adjust value resolution for retries/timeout/verify options
6 years ago
Mike Fährmann ca6ac4db6a
fix 'content' tests
6 years ago
Mike Fährmann 188876d814
implement youtube-dl downloader module
6 years ago
Mike Fährmann 8c8da11bb8
do not create directory structures when using '-s'
6 years ago