Updated documentation.
This commit is contained in:
parent
2468981468
commit
082facf405
2 changed files with 5 additions and 5 deletions
|
@ -125,7 +125,11 @@ Extending Dosage
|
||||||
-----------------
|
-----------------
|
||||||
In order to add a new webcomic, a new module class has to be created in
|
In order to add a new webcomic, a new module class has to be created in
|
||||||
one of the *.py files in the `dosagelib/plugins` subdirectory.
|
one of the *.py files in the `dosagelib/plugins` subdirectory.
|
||||||
Look at the existing module classes for examples.
|
Look at the
|
||||||
|
[documentation for adding modules](https://github.com/wummel/dosage/blob/master/doc/adding_new_comics.md)
|
||||||
|
and at
|
||||||
|
[existing module classes](https://github.com/wummel/dosage/tree/master/dosagelib/plugins)
|
||||||
|
for examples.
|
||||||
|
|
||||||
Test suite status
|
Test suite status
|
||||||
------------------
|
------------------
|
||||||
|
|
4
dosage
4
dosage
|
@ -57,10 +57,6 @@ directory:
|
||||||
If you already have downloaded several comics and want to get the latest
|
If you already have downloaded several comics and want to get the latest
|
||||||
strips of all of them:
|
strips of all of them:
|
||||||
dosage --continue @
|
dosage --continue @
|
||||||
|
|
||||||
On Unix, xargs(1) can download several comic strips in parallel,
|
|
||||||
for example using up to 4 processes:
|
|
||||||
cd Comics && find . -type d | xargs -n1 -P4 dosage -b . -v
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue