mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-27 03:40:13 +02:00
@@ -45,7 +45,7 @@ class GitlabCommitsBridge extends BridgeAbstract{
|
|||||||
}
|
}
|
||||||
|
|
||||||
$html = file_get_html($uri)
|
$html = file_get_html($uri)
|
||||||
or $this->returnError('No results for LWNprev', 404);
|
or $this->returnError('No results for Gitlab Commits of project '.$param['uri'].'/'.$param['u'].'/'.$param['p'], 404);
|
||||||
|
|
||||||
|
|
||||||
foreach($html->find('li.commit') as $commit){
|
foreach($html->find('li.commit') as $commit){
|
||||||
|
Reference in New Issue
Block a user