mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 06:08:27 +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;
|
||||
|
||||
$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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user