mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 22:28:22 +01:00
[ZoneTelechargementBridge] Fix protected links URL (#2481)
Links URL have been changed: the rewriteProtectedLink function is now updated !
This commit is contained in:
parent
3bd4b0d6ab
commit
ad1ef3425a
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user