Skip to content

Commit

Permalink
[ExtremeDownloadBridge] Update URL (RSS-Bridge#2290)
Browse files Browse the repository at this point in the history
  • Loading branch information
sysadminstory authored and floviolleau committed Jan 25, 2022
1 parent 99459eb commit abf8839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridges/ExtremeDownloadBridge.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
class ExtremeDownloadBridge extends BridgeAbstract {
const NAME = 'Extreme Download';
const URI = 'https://www.extreme-down.tv/';
const URI = 'https://www.extreme-down.plus/';
const DESCRIPTION = 'Suivi de série sur Extreme Download';
const MAINTAINER = 'sysadminstory';
const PARAMETERS = array(
Expand All @@ -10,7 +10,7 @@ class ExtremeDownloadBridge extends BridgeAbstract {
'name' => 'URL de la série',
'type' => 'text',
'required' => true,
'title' => 'URL d\'une série sans le https://ww1.extreme-d0wn.com/',
'title' => 'URL d\'une série sans le https://www.extreme-down.plus/',
'exampleValue' => 'series-hd/hd-series-vostfr/46631-halt-and-catch-fire-saison-04-vostfr-hdtv-720p.html'),
'filter' => array(
'name' => 'Type de contenu',
Expand Down

0 comments on commit abf8839

Please sign in to comment.