[OvertakeBridge] Renamed RaceDepartmentBridge to OvertakeBridge (#4294)

This commit is contained in:
Tostiman 2024-10-16 18:37:30 +02:00 committed by GitHub
parent 6aba9fdf54
commit eb21e97d01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,16 @@
<?php
class RaceDepartmentBridge extends FeedExpander
class OvertakeBridge extends FeedExpander
{
const NAME = 'RaceDepartment News';
const URI = 'https://racedepartment.com/';
const DESCRIPTION = 'Get the latest (sim)racing news from RaceDepartment.';
const NAME = 'Overtake News';
const URI = 'https://www.overtake.gg/';
const DESCRIPTION = 'Get the latest (sim)racing news from Overtake.';
const MAINTAINER = 't0stiman';
const DONATION_URI = 'https://ko-fi.com/tostiman';
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)