mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-23 10:05:32 +03:00
[ExplosmBridge] Fix website URI (#2140)
This commit is contained in:
parent
d38bc18232
commit
459adf4790
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ class ExplosmBridge extends FeedExpander {
|
|||
|
||||
const MAINTAINER = 'bockiii';
|
||||
const NAME = 'Explosm Bridge';
|
||||
const URI = 'https://www.explosm.com/';
|
||||
const URI = 'https://www.explosm.net/';
|
||||
const CACHE_TIMEOUT = 4800; //2hours
|
||||
const DESCRIPTION = 'Returns the last 5 comics';
|
||||
|
||||
|
|
Loading…
Reference in a new issue