diff --git a/bridges/LesJoiesDuCodeBridge.php b/bridges/LesJoiesDuCodeBridge.php index 25ff3f34..4ccc9d07 100644 --- a/bridges/LesJoiesDuCodeBridge.php +++ b/bridges/LesJoiesDuCodeBridge.php @@ -29,7 +29,7 @@ class LesJoiesDuCodeBridge extends BridgeAbstract{ } $content = $temp->innertext; - $auteur = $temp->find('.c1 em', 0); + $auteur = $temp->find('i', 0); $pos = strpos($auteur->innertext, "by"); if($pos > 0) diff --git a/bridges/TheCodingLoveBridge.php b/bridges/TheCodingLoveBridge.php index de5f9103..387adec6 100644 --- a/bridges/TheCodingLoveBridge.php +++ b/bridges/TheCodingLoveBridge.php @@ -29,7 +29,7 @@ class TheCodingLoveBridge extends BridgeAbstract{ } $content = $temp->innertext; - $auteur = $temp->find('.c1 em', 0); + $auteur = $temp->find('i', 0); $pos = strpos($auteur->innertext, "by"); if($pos > 0)