[SexactuBridge] add Bridge suffix to class name
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
3fa965cf3c
commit
294d89bd36
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
class Sexactu extends BridgeAbstract{
|
class SexactuBridge extends BridgeAbstract{
|
||||||
|
|
||||||
const MAINTAINER = "Riduidel";
|
const MAINTAINER = "Riduidel";
|
||||||
const NAME = "Sexactu";
|
const NAME = "Sexactu";
|
||||||
const URI = "http://www.gqmagazine.fr";
|
const URI = "https://www.gqmagazine.fr";
|
||||||
|
const HTTPS_STATUS = HTTPS_STATUS_VALID;
|
||||||
const DESCRIPTION = "Sexactu via rss-bridge";
|
const DESCRIPTION = "Sexactu via rss-bridge";
|
||||||
|
|
||||||
public function collectData(){
|
public function collectData(){
|
Loading…
Reference in a new issue