mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-21 07:42:10 +02:00
bridges: Fix bridges failing unit test
This commit is contained in:
@@ -127,7 +127,7 @@ class YGGTorrentBridge extends BridgeAbstract {
|
||||
|
||||
}
|
||||
|
||||
public function collectTorrentData($url) {
|
||||
private function collectTorrentData($url) {
|
||||
|
||||
//For weird reason, the link we get can be invalid, we fix it.
|
||||
$url_full = explode('/', $url);
|
||||
|
Reference in New Issue
Block a user