forked from blallo/rss-bridge
Update GoComicsBridge
This commit is contained in:
parent
e30ad3feb4
commit
8b06299bad
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class GoComicsBridge extends BridgeAbstract {
|
||||||
|
|
||||||
foreach($html->find('div.comic__container') as $element) {
|
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);
|
$link = $element->find('a.js-item-comic-link', 0);
|
||||||
$comic = $img->src;
|
$comic = $img->src;
|
||||||
$title = $link->title;
|
$title = $link->title;
|
||||||
|
|
Loading…
Reference in a new issue