showrss: add legacylink http. #5920

This commit is contained in:
Garfield69
2019-08-28 22:20:53 +12:00
parent 321c11d231
commit ed6eb09387

View File

@@ -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
{