mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-14 17:00:48 +02:00
add various missing descriptions
This commit is contained in:
parent
1de845c8f5
commit
4ea0e6c016
6 changed files with 6 additions and 6 deletions
|
|
@ -25,7 +25,7 @@ public class BB : TorrentIndexerBase<BBSettings>
|
|||
public override string Name => "BB";
|
||||
public override string[] IndexerUrls => new string[] { StringUtil.FromBase64("aHR0cHM6Ly9iYWNvbmJpdHMub3JnLw==") };
|
||||
private string LoginUrl => Settings.BaseUrl + "login.php";
|
||||
public override string Description => "bB is a Private Torrent Tracker for 0DAY / GENERAL";
|
||||
public override string Description => "BB is a Private Torrent Tracker for 0DAY / GENERAL";
|
||||
public override string Language => "en-US";
|
||||
public override Encoding Encoding => Encoding.UTF8;
|
||||
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ public class FileList : TorrentIndexerBase<FileListSettings>
|
|||
{
|
||||
public override string Name => "FileList.io";
|
||||
public override string[] IndexerUrls => new string[] { "https://filelist.io" };
|
||||
public override string Description => "";
|
||||
public override string Description => "FileList (FL) is a ROMANIAN Private Torrent Tracker for 0DAY / GENERAL";
|
||||
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
|
||||
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
|
||||
public override bool SupportsRss => true;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ public class Newznab : UsenetIndexerBase<NewznabSettings>
|
|||
|
||||
public override string Name => "Newznab";
|
||||
public override string[] IndexerUrls => GetBaseUrlFromSettings();
|
||||
public override string Description => "";
|
||||
public override string Description => "Newznab is an API search specification for Usenet";
|
||||
public override bool FollowRedirect => true;
|
||||
public override bool SupportsRedirect => true;
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ public class PassThePopcorn : TorrentIndexerBase<PassThePopcornSettings>
|
|||
{
|
||||
public override string Name => "PassThePopcorn";
|
||||
public override string[] IndexerUrls => new string[] { "https://passthepopcorn.me" };
|
||||
public override string Description => "";
|
||||
public override string Description => "PassThePopcorn (PTP) is a Private site for MOVIES / TV";
|
||||
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
|
||||
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
|
||||
public override bool SupportsRss => true;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ public class TorrentPotato : TorrentIndexerBase<TorrentPotatoSettings>
|
|||
{
|
||||
public override string Name => "TorrentPotato";
|
||||
public override string[] IndexerUrls => new string[] { "http://127.0.0.1" };
|
||||
public override string Description => "";
|
||||
public override string Description => "A JSON based torrent provider previously developed for CouchPotato";
|
||||
|
||||
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
|
||||
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ public class Torznab : TorrentIndexerBase<TorznabSettings>
|
|||
|
||||
public override string Name => "Torznab";
|
||||
public override string[] IndexerUrls => GetBaseUrlFromSettings();
|
||||
public override string Description => "";
|
||||
public override string Description => "A Newznab-like api for torrents.";
|
||||
public override bool FollowRedirect => true;
|
||||
public override bool SupportsRedirect => true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue