mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-30 06:43:38 +03:00
docs: point to offical feed in qnap (#3088)
This commit is contained in:
parent
8b91921a70
commit
44e5bf5338
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,11 @@ final class QnapBridge extends BridgeAbstract
|
|||
{
|
||||
const NAME = 'QNAP';
|
||||
const URI = 'https://www.qnap.com/fr-fr/security-news/2022';
|
||||
const DESCRIPTION = 'Unofficial feed for security news';
|
||||
const DESCRIPTION = <<<'DESCRIPTION'
|
||||
<b>Use offical feed instead: https://www.qnap.com/fr-fr/security-news/feed </b><br><br>
|
||||
Unofficial feed for security news.
|
||||
DESCRIPTION;
|
||||
|
||||
const MAINTAINER = 'dvikan';
|
||||
|
||||
public function collectData()
|
||||
|
|
Loading…
Add table
Reference in a new issue