deekboy

Results 4 comments of deekboy

hmm.. still no update on this? I'm not an expert on the plugin code. I tried to figure it out but am I'm still getting stuck. Todays comic is not...

comicskingdom.py name fix ``` from ..helpers import indirectStarter from ..scraper import ParserScraper import re class ComicsKingdom(ParserScraper): partDiv = '//div[d:class("comic-reader-item")]' imageSearch = '//meta[@property="og:image"]/@content' prevSearch = partDiv + '[2]/@data-link' starter = indirectStarter...

> For `gocomics.py`, > > ``` > imageSearch = "(//div[contains(@class, 'ComicViewer_comicViewer')]//button//img/@src)[1]" > ``` > > works more reliably. Appreciate the patch! FYI this will randomly pick the wrong comic on...

Another quick update. I didn't realize extra stuff was being added to image name which make the image blurry. Add at the top from urllib.parse import urlparse Imagesearch still same...