mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
LesJoiesDuCode/TheCodingLove: Fix author format
This commit is contained in:
parent
8e44a01b2a
commit
25bc285083
@ -29,7 +29,7 @@ class LesJoiesDuCodeBridge extends BridgeAbstract{
|
|||||||
}
|
}
|
||||||
$content = $temp->innertext;
|
$content = $temp->innertext;
|
||||||
|
|
||||||
$auteur = $temp->find('.c1 em', 0);
|
$auteur = $temp->find('i', 0);
|
||||||
$pos = strpos($auteur->innertext, "by");
|
$pos = strpos($auteur->innertext, "by");
|
||||||
|
|
||||||
if($pos > 0)
|
if($pos > 0)
|
||||||
|
@ -29,7 +29,7 @@ class TheCodingLoveBridge extends BridgeAbstract{
|
|||||||
}
|
}
|
||||||
$content = $temp->innertext;
|
$content = $temp->innertext;
|
||||||
|
|
||||||
$auteur = $temp->find('.c1 em', 0);
|
$auteur = $temp->find('i', 0);
|
||||||
$pos = strpos($auteur->innertext, "by");
|
$pos = strpos($auteur->innertext, "by");
|
||||||
|
|
||||||
if($pos > 0)
|
if($pos > 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user