Merge pull request #592 from ldidry/fix-gocomics

Update GoComicsBridge
This commit is contained in:
Teromene 2017-10-11 11:34:37 +01:00 committed by GitHub
commit 6f66e6d9be

View file

@ -20,7 +20,7 @@ class GoComicsBridge extends BridgeAbstract {
foreach($html->find('div.comic__container') as $element) {
$img = $element->find('img', 0);
$img = $element->find('.item-comic-image img', 0);
$link = $element->find('a.js-item-comic-link', 0);
$comic = $img->src;
$title = $link->title;