smaller changes

pull/24/head
Mike Fährmann 7 years ago
parent 598e3a8d88
commit 92a11528d1
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -130,8 +130,8 @@ Configuration
=============
Configuration files for *gallery-dl* use a JSON-based file format.
For a (more or less) complete example of a configuration file, see
gallery-dl.conf_. A list of all available configuration options and their
For a (more or less) complete example, see gallery-dl.conf_.
A list of all available configuration options and their
descriptions can be found in configuration.rst_.
*gallery-dl* searches for configuration files in the following paths:

@ -41,8 +41,8 @@ class ReadcomiconlineIssueExtractor(ReadcomiconlineExtractor,
pattern = [r"(?:https?://)?(?:www\.)?readcomiconline\.to/"
r"Comic/.+/.+\?id=\d+"]
test = [("http://readcomiconline.to/Comic/W-i-t-c-h/Issue-130?id=22289", {
"url": "dd1659d9eb5f6ebb421e66316c98d71682a44c2d",
"keyword": "bc2f937893c1204ba40e0293e86f0a8943be1304",
"url": "a45c77f8fbde66091fe2346d6341f9cf3c6b1bc5",
"keyword": "dee8a8a44659825afe1d69e1d809a48b03e98c68",
})]
def get_job_metadata(self, page):

@ -40,7 +40,9 @@ build() {
# build wheel and source distributions
echo Building bdist_wheel and sdist
python setup.py bdist_wheel sdist
}
build_windows() {
# build windows exe in vm
echo Building Windows executable
ln -fs "${ROOTDIR}" /tmp/
@ -109,6 +111,7 @@ prompt
cleanup
update
build
build_windows
sign
git-upload
pypi-upload

Loading…
Cancel
Save