1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-02 14:47:35 +02:00

Update GoComicsBridge

This commit is contained in:
Luc Didry
2017-10-11 10:03:29 +02:00
parent e30ad3feb4
commit 8b06299bad

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;