|
Welcome,
Guest
|
|
Submit ComicRack bugs to get them squashed
|
TOPIC: Web Comic - IndexScraper
Web Comic - IndexScraper 1 year, 7 months ago #8658
|
Hi.
I spend hours to find construction not working.
<Image PageLinkType="IndexScraper" Url="http://...">
<Parts>
<Part></Part>
<Part></Part>
</Parts>
</Image>
To start it working i must put ! before Url.
<Image PageLinkType="IndexScraper" Url="!http://...">
<Parts>
<Part></Part>
<Part></Part>
</Parts>
</Image>
I think it wrong because i already setup PageLinkType and i don't need prefixes in url string. P.S. I don't check BrowseScraper. It may have same problem with ?. Sorry for my English. |
|
|
Re: Web Comic - IndexScraper 1 year, 7 months ago #8675
|
The difference between having the "!" and not having it is the order in which the pages are scraped. I don't know why one would work and the other wouldn't. They should just present the comics in opposite order.
EDIT: I misread your code (it's been some time since I wrote one of these). I'm not sure what's going on there but I didn't use PageLinkType="IndexScraper" at all and just used the "!" by itself with the index url. If you want you can remove the PageLinkType part in your revised code but I don't know why the first version doesn't work. Maybe Cyo knows... |
|
Last Edit: 1 year, 7 months ago by Astrophizz.
|
Re: Web Comic - IndexScraper 1 year, 7 months ago #8682
|
i think PageLinkType="IndexScraper" not working and ignored by ComicRack.
|
|
|
Re: Web Comic - IndexScraper 1 year, 7 months ago #8701
|
The wiki documentation was wrong. Sorry.
The correct attribute is "Type" (as in Type="IndexScraper"). I've changed the doc. |
|
|
Re: Web Comic - IndexScraper 1 year, 7 months ago #8711
|
Ok. Thanks.
|
|
|
|
Time to create page: 0.43 seconds