mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 14:47:35 +02:00
[ZoneTelechargementBridge] Fix protected links URL (#2481)
Links URL have been changed: the rewriteProtectedLink function is now updated !
This commit is contained in:
@@ -170,6 +170,6 @@ 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://liens.onaregarde-pourvous.com/171-2/?link=' . end($parts);
|
return 'https://protecte.cam//171-2/?link=' . end($parts);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user