mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 17:19:37 +00:00
Fix SCMB bridge
This trailing `/` made the link to each article invalid
This commit is contained in:
parent
00403214ce
commit
1ef7e40ecd
@ -3,7 +3,7 @@ class ScmbBridge extends BridgeAbstract{
|
|||||||
|
|
||||||
const MAINTAINER = "Astalaseven";
|
const MAINTAINER = "Astalaseven";
|
||||||
const NAME = "Se Coucher Moins Bête Bridge";
|
const NAME = "Se Coucher Moins Bête Bridge";
|
||||||
const URI = "http://secouchermoinsbete.fr/";
|
const URI = "http://secouchermoinsbete.fr";
|
||||||
const CACHE_TIMEOUT = 21600; // 6h
|
const CACHE_TIMEOUT = 21600; // 6h
|
||||||
const DESCRIPTION = "Returns the newest anecdotes.";
|
const DESCRIPTION = "Returns the newest anecdotes.";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user