Skip to content

Commit

Permalink
smaller changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Jun 28, 2017
1 parent 598e3a8 commit 92a1152
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions gallery_dl/extractor/readcomiconline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
3 changes: 3 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -109,6 +111,7 @@ prompt
cleanup
update
build
build_windows
sign
git-upload
pypi-upload
Expand Down

0 comments on commit 92a1152

Please sign in to comment.