1
0
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:
sysadminstory 2022-03-03 06:57:12 +01:00 committed by GitHub
parent 3bd4b0d6ab
commit ad1ef3425a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,6 +170,6 @@ class ZoneTelechargementBridge extends BridgeAbstract {
// Split the link using '/'
$parts = explode('/', $url);
// 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);
}
}