mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 23:29:56 +03:00
[ThePirateBayBridge] Fix TLD from .org to .wf (#907)
This commit is contained in:
parent
8c97953211
commit
7d474e5361
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ class ThePirateBayBridge extends BridgeAbstract {
|
|||
|
||||
const MAINTAINER = 'mitsukarenai';
|
||||
const NAME = 'The Pirate Bay';
|
||||
const URI = 'https://thepiratebay.org/';
|
||||
const URI = 'https://thepiratebay.wf/';
|
||||
const DESCRIPTION = 'Returns results for the keywords. You can put several
|
||||
list of keywords by separating them with a semicolon (e.g. "one show;another
|
||||
show"). Category based search needs the category number as input. User based
|
||||
|
|
Loading…
Add table
Reference in a new issue