mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 17:19:37 +00:00
[OvertakeBridge] Renamed RaceDepartmentBridge to OvertakeBridge
This commit is contained in:
parent
80c43f10d8
commit
3fc0c5c89b
@ -1,16 +1,16 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class RaceDepartmentBridge extends FeedExpander
|
class OvertakeBridge extends FeedExpander
|
||||||
{
|
{
|
||||||
const NAME = 'RaceDepartment News';
|
const NAME = 'Overtake News';
|
||||||
const URI = 'https://racedepartment.com/';
|
const URI = 'https://www.overtake.gg/';
|
||||||
const DESCRIPTION = 'Get the latest (sim)racing news from RaceDepartment.';
|
const DESCRIPTION = 'Get the latest (sim)racing news from Overtake.';
|
||||||
const MAINTAINER = 't0stiman';
|
const MAINTAINER = 't0stiman';
|
||||||
const DONATION_URI = 'https://ko-fi.com/tostiman';
|
const DONATION_URI = 'https://ko-fi.com/tostiman';
|
||||||
|
|
||||||
public function collectData()
|
public function collectData()
|
||||||
{
|
{
|
||||||
$this->collectExpandableDatas('https://www.racedepartment.com/ams/index.rss', 10);
|
$this->collectExpandableDatas('https://www.overtake.gg/ams/index.rss', 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function parseItem(array $item)
|
protected function parseItem(array $item)
|
Loading…
Reference in New Issue
Block a user