mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
showrss: add legacylink http. #5920
This commit is contained in:
@@ -18,6 +18,9 @@ namespace Jackett.Common.Indexers
|
||||
public class ShowRSS : BaseWebIndexer
|
||||
{
|
||||
private string SearchAllUrl { get { return SiteLink + "other/all.rss"; } }
|
||||
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
|
||||
"http://showrss.info/",
|
||||
};
|
||||
|
||||
private new ConfigurationData configData
|
||||
{
|
||||
|
Reference in New Issue
Block a user