mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-03 16:19:45 +00:00
[Releases3DS/Switch] Update URL (#3910)
Adjust domain name due to "www." variant having invalid TLS certificate.
This commit is contained in:
parent
6ac976b92e
commit
b6909942c8
@ -4,7 +4,7 @@ class Releases3DSBridge extends BridgeAbstract
|
||||
{
|
||||
const MAINTAINER = 'ORelio';
|
||||
const NAME = '3DS Scene Releases';
|
||||
const URI = 'http://www.3dsdb.com/';
|
||||
const URI = 'http://3dsdb.com/';
|
||||
const CACHE_TIMEOUT = 10800; // 3h
|
||||
const DESCRIPTION = 'Returns the newest scene releases for Nintendo 3DS.';
|
||||
|
||||
|
@ -8,7 +8,7 @@ if (!class_exists('Releases3DSBridge')) {
|
||||
class ReleasesSwitchBridge extends Releases3DSBridge
|
||||
{
|
||||
const NAME = 'Switch Scene Releases';
|
||||
const URI = 'http://www.nswdb.com/';
|
||||
const URI = 'http://nswdb.com/';
|
||||
const DESCRIPTION = 'Returns the newest scene releases for Nintendo Switch.';
|
||||
|
||||
public function collectData()
|
||||
|
Loading…
Reference in New Issue
Block a user