mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
Update GoComicsBridge
This commit is contained in:
parent
e30ad3feb4
commit
8b06299bad
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user