Commit Graph

64 Commits (017188d2681b49195135d631775365baea4fd3c1)

Author SHA1 Message Date
Mike Fährmann baccf8a958
improve postprocessor handling
6 years ago
Mike Fährmann 7646bdbcfd
improve postprocessor initialization code
6 years ago
Mike Fährmann 821535b458
adjust PathFormat class
6 years ago
Mike Fährmann 6a31ada9e3
re-implement OAuth1.0 code
6 years ago
Mike Fährmann 69a5e6ddb3
Merge branch 'master' into 1.4-dev
6 years ago
Mike Fährmann 16e014baaa
[smugmug] added image and album extractor
6 years ago
Mike Fährmann cc36f88586
rename safe_int to parse_int; move parse_* to text module
7 years ago
Mike Fährmann 51ea699083
add 'abort()' as function to filter expressions
7 years ago
Mike Fährmann 3f2dd6b6f8
avoid double path-separators
7 years ago
Mike Fährmann b69cc94f0e
[util] implement bencode()
7 years ago
Mike Fährmann 749fbbfa6c
[mangadex] add chapter- and manga-extractor
7 years ago
Mike Fährmann 2fad0b1f1b
add 'U' conversion for format strings to unquote their content
7 years ago
Mike Fährmann 8cdce21dcb
make archive keys user-configurable
7 years ago
Mike Fährmann e1e0668ca8
add option to set default replacement field value
7 years ago
Mike Fährmann ac3da8115e
[util] don't add text: URLs to list of downloaded URLs
7 years ago
Mike Fährmann b50bdbf3d7
change config specifiers in input file format
7 years ago
Mike Fährmann f970a8f13c
fix adding keys to download archive when using skip=false
7 years ago
Mike Fährmann 179bcdd349
adjust archive-ids
7 years ago
Mike Fährmann 3cec533c28
Merge branch 'archive'
7 years ago
Mike Fährmann b73b8b4f50
add OAuth unittests
7 years ago
Mike Fährmann 4d2fadfb6f
restore skip actions with download archive
7 years ago
Mike Fährmann 65773263fc
[util] implement OAuthSession.urlencode() (closes #75)
7 years ago
Mike Fährmann 057668e17e
extend input-file format with per-URL config and comments
7 years ago
Mike Fährmann 347baf7ac5
improve util.parse_range() performance
7 years ago
Mike Fährmann aa38eab2be
allow not-defined fields in format strings
7 years ago
Mike Fährmann 84a52a9256
add DownloadArchive class
7 years ago
Mike Fährmann db7f04dd97
emit log messages on download failure
7 years ago
Mike Fährmann 6174a5c4ef
[download] adjust filename extension on filetype mismatch
7 years ago
Mike Fährmann f10ffc0839
update extractor blacklist to also allow classes
7 years ago
Mike Fährmann 29d75fc3fa
[tumblr] add support for OAuth authentication (#65)
7 years ago
Mike Fährmann d241a0fb60
[util] replace '/' with '\' in base-directory paths
7 years ago
Mike Fährmann 93482a1f88
implement 'util.advance()'
7 years ago
Mike Fährmann a718c6c6cd
implement 'util.parse_bytes()'
7 years ago
Mike Fährmann caf26412dd
add option to set alternate location of .part files (#29)
7 years ago
Mike Fährmann ea8ca4cfa4
add 'util.expand_path()'
7 years ago
Mike Fährmann 963670d73b
add options to control usage of .part files (#29)
7 years ago
Mike Fährmann b0353aa02d
rewrite download modules (#29)
7 years ago
Mike Fährmann 832b8b76ac
[util] extend global namespace for filter expressions
7 years ago
Mike Fährmann 8e6a767109
[util] restructure formatter for better exception propagation
7 years ago
Mike Fährmann 8df023e144
[util:filter] re-enable builtins
7 years ago
Mike Fährmann b319f4bab3
smaller code and text changes
7 years ago
Mike Fährmann c1f0afe4c6
add custom string formatter class
7 years ago
Mike Fährmann 9fc1d0c901
implement and use 'util.safe_int()'
7 years ago
Mike Fährmann 9b21d3f13c
add '--filter' command-line option
7 years ago
Mike Fährmann 268cfa3cfe
filter duplicate URLs (#36)
7 years ago
Mike Fährmann 9bf9d64ad8
update unittests for util.py
7 years ago
Mike Fährmann e3bfb8325a
fix circular dependency
7 years ago
Mike Fährmann 004456d5d5
properly update the config-dictionary
7 years ago
Mike Fährmann ae2d61e5b3
handle format string exceptions separately
7 years ago
Mike Fährmann d74a635e41
[util] update 'default' values and improve test coverage
7 years ago