mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-06 00:27:27 +02:00
[ZoneTelechargementBridge] Fix links (#2526)
This commit is contained in:
@@ -173,7 +173,7 @@ class ZoneTelechargementBridge extends BridgeAbstract {
|
|||||||
// Split the link using '/'
|
// Split the link using '/'
|
||||||
$parts = explode('/', $url);
|
$parts = explode('/', $url);
|
||||||
// return the new URL using the new Link Protection system
|
// return the new URL using the new Link Protection system
|
||||||
return 'https://protecte.cam//171-2/?link=' . end($parts);
|
return 'https://ztprotecte.cam//171-2/?link=' . end($parts);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Function to get the CURL_RESOLVE content
|
// Function to get the CURL_RESOLVE content
|
||||||
|
Reference in New Issue
Block a user