Updated.
[ci skip]
This commit is contained in:
parent
eb5ce1c009
commit
f73b49504b
2 changed files with 4 additions and 3 deletions
|
@ -59,8 +59,8 @@ where NNN is the increasing comic number.
|
|||
```firstStripUrl = stripUrl % '1'```
|
||||
|
||||
This tells Dosage what the earliest comic strip URL looks like. Dosage
|
||||
stops searching for more comics when it is encounted. In our example
|
||||
comic numbering starts with ``1``, so the first comic URL is
|
||||
stops searching for more comics when it is encounterd. In our example
|
||||
comic numbering starts with ``1``, so the oldest comic URL is
|
||||
``http://superdupercomic.com/comics/1``
|
||||
|
||||
```imageSearch = compile(tagre("img", "src", r'(%simg/[^"]+)' % rurl))```
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
Dosage 2.11 (released xx.xx.2014)
|
||||
|
||||
Features:
|
||||
- comics: Added CampComic, FoulLanguage and StandStillStaySilent.
|
||||
- comics: Added CampComic, EatThatToast, FoulLanguage,
|
||||
PoorlyDrawnLines and StandStillStaySilent.
|
||||
|
||||
|
||||
Dosage 2.10 (released 5.1.2014)
|
||||
|
|
Loading…
Reference in a new issue