Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/7cf326eeb5cd7de04d0334ef4bee5c588e348156 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Index and Club URLs fixed

Fixed: RSS URLs for NzbIndex and NzbClub
pull/3113/head
Mark McDowall 13 years ago
parent a50c0a9f77
commit 7cf326eeb5

@ -23,7 +23,7 @@ namespace NzbDrone.Core.Providers.Indexer
{
return new[]
{
String.Format("http://www.nzbclub.com/nzbfeed.aspx?ig=2&gid=102952&st=1&ns=1&q=%23a.b.teevee%40EFNet"),
String.Format("http://www.nzbclub.com/nzbfeed.aspx?ig=2&gid=102952&st=1&ns=1&q=%23a.b.teevee"),
String.Format("http://www.nzbclub.com/nzbfeed.aspx?ig=2&gid=5542&st=1&ns=1&q=")
};
}

@ -23,7 +23,7 @@ namespace NzbDrone.Core.Providers.Indexer
{
return new[]
{
String.Format("http://www.nzbindex.nl/rss/alt.binaries.teevee/?sort=agedesc&minsize=100&complete=1&max=50&more=1&q=%23a.b.teevee%40EFNet"),
String.Format("http://www.nzbindex.nl/rss/alt.binaries.teevee/?sort=agedesc&minsize=100&complete=1&max=50&more=1&q=%23a.b.teevee"),
String.Format("http://www.nzbindex.nl/rss/alt.binaries.hdtv/?sort=agedesc&minsize=100&complete=1&max=50&more=1&q=")
};
}

Loading…
Cancel
Save