Add release info.
This commit is contained in:
parent
2b98cf0079
commit
179ba7f49f
3 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
Dosage 1.14 (released xx.xx.2013)
|
||||
Dosage 1.14 (released 21.03.2013)
|
||||
|
||||
Features:
|
||||
- comics: Added KeenSpot comic strips and enable ComicGenesis
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Project: dosage
|
||||
Version: 1.13
|
||||
Version: 1.14
|
||||
Release-Focus: Minor feature enhancements
|
||||
Hide: N
|
||||
Website-URL: http://wummel.github.com/dosage/
|
||||
|
@ -8,9 +8,9 @@ Tar/GZ-URL: http://github.com/downloads/wummel/dosage/dosage-${version}.tar.gz
|
|||
GIT-Tree-URL: https://github.com/wummel/dosage.git
|
||||
Windows-installer-URL: http://github.com/downloads/wummel/dosage/dosage-${version}.exe
|
||||
|
||||
The following comic strips have been added: AhoiPolloi, AxeCop, Bearmageddon, DeadWinter,
|
||||
HarkAVagrant, IAmArg, LoadingArtist, Nnewts, PHDComics, PokeyThePenguin,
|
||||
SnowFlame, WorldOfMrToast and Zwarwald.
|
||||
The HTML output embeds the comic images now and the --output option
|
||||
can be specified multiple times.
|
||||
Several bugs have also been fixed.
|
||||
The following comic strips have been added: CucumberQuest,
|
||||
DasLebenIstKeinPonyHof, DemolitionSquad, DerFlix, DerTodUndDasMaedchen,
|
||||
DogHouseDiaries, FonFlatter, FullFrontalNerdity, GeeksNextDoor, Hipsters,
|
||||
KatzenfutterGeleespritzer, KickInTheHead, MyCartoons, OrnerBoy,
|
||||
ParallelUniversum, Ruthe, SandraAndWooGerman, WormWorldSaga.
|
||||
Several bugs have been fixed.
|
||||
|
|
|
@ -30,7 +30,7 @@ class ParallelUniversum(_BasicScraper):
|
|||
stripUrl = url + '%s/'
|
||||
firstStripUrl = stripUrl % '001-der-comic-ist-tot'
|
||||
imageSearch = compile(tagre("img", "src", r'(http://www\.paralleluniversum\.net/comics/\d+-\d+-\d+[^"]+)'))
|
||||
prevSearch = compile(tagre("a", "href", r'(http://www\.paralleluniversum\.net/[^"]+/)') +
|
||||
prevSearch = compile(tagre("a", "href", r'(http://www\.paralleluniversum\.net/[^"]+/)') +
|
||||
tagre("span", "class", "prev"))
|
||||
help = 'Index format: number-stripname'
|
||||
lang = 'de'
|
||||
|
|
Loading…
Reference in a new issue