mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-23 09:51:17 +02:00
LesJoiesDuCode/TheCodingLove: Fix author format
This commit is contained in:
@@ -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)
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user