[ZoneTelechargement] Update URL (#1425)

Website changed again his URL
This commit is contained in:
sysadminstory 2020-02-04 17:21:02 +01:00 committed by GitHub
parent 275662b8d4
commit 182e9e7b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ class ZoneTelechargementBridge extends BridgeAbstract {
*/
const NAME = 'Zone Telechargement';
const URI = 'https://www.zone-telechargement.net/';
const URI = 'https://www.zone-annuaire.com/';
const DESCRIPTION = 'Suivi de série sur Zone Telechargement';
const MAINTAINER = 'sysadminstory';
const PARAMETERS = array(
@ -17,7 +17,7 @@ class ZoneTelechargementBridge extends BridgeAbstract {
'name' => 'URL de la série',
'type' => 'text',
'required' => true,
'title' => 'URL d\'une série sans le https://wwv.zone-telechargement.net/',
'title' => 'URL d\'une série sans le https://www.zone-annuaire.com/',
'exampleValue' => 'telecharger-series/31079-halt-and-catch-fire-saison-4-french-hd720p.html'
)
)