A modified version of https://github.com/webcomics/dosage
Find a file
Tobias Gruetzmacher 808b624e5f Remove hard dependency on pycountry again.
This basically reverts commit 86b31dc12b.

It now works like this: If the use has pycountry installed, it is used.
If not, Dosage falls back to a small internal list generated from
pycountry by scripts/mklanguages.py.

This means additional work if we ever decide to translate Dosage, since
pycountry already has all the translations for language names...

This fixes #23.
2015-07-11 01:27:39 +02:00
doc Remove descriptions and genres (closes #9). 2015-04-20 20:29:09 +02:00
dosagelib Remove hard dependency on pycountry again. 2015-07-11 01:27:39 +02:00
scripts Remove hard dependency on pycountry again. 2015-07-11 01:27:39 +02:00
tests Remove descriptions and genres (closes #9). 2015-04-20 20:29:09 +02:00
.gitattributes Add web page source files. 2013-03-29 11:01:04 +01:00
.gitignore Switch to setuptools and cleanup metadata. 2015-04-22 22:22:03 +02:00
.travis.yml Fix size comparison for RSS & HTML output. 2015-04-21 00:01:23 +02:00
COPYING Updated copyright. 2014-01-05 16:50:57 +01:00
dosage Remove hard dependency on pycountry again. 2015-07-11 01:27:39 +02:00
Makefile Remove freecode submit code. 2014-06-23 22:21:03 +02:00
MANIFEST.in Switch to setuptools and cleanup metadata. 2015-04-22 22:22:03 +02:00
README.md
requirements.txt Remove hard dependency on pycountry again. 2015-07-11 01:27:39 +02:00
setup.py Remove hard dependency on pycountry again. 2015-07-11 01:27:39 +02:00

Dosage

Dosage is a comic strip downloader and archiver.

Dosage is designed to keep a local copy of specific webcomics and other picture-based content such as Picture of the Day sites. With the dosage commandline script you can get the latest strip of a webcomic, or catch-up to the last strip downloaded, or download a strip for a particular date/index (if the webcomic's site layout allows this).

Multiple webcomics can be downloaded in parallel, making the update of comic strips faster.

See http://dosage.rocks/ for more info.