beyondhd: now searching using searchin=descr&incldead=1 #4828

This commit is contained in:
Garfield69 2019-03-09 19:53:47 +13:00
parent fbb3c1bdfc
commit 1cd05963df
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace Jackett.Common.Indexers
{
public class BeyondHD : BaseWebIndexer
{
private string SearchUrl { get { return SiteLink + "browse.php?searchin=title&incldead=0&"; } }
private string SearchUrl { get { return SiteLink + "browse.php?searchin=descr&incldead=1&"; } }
private new ConfigurationDataLoginLink configData
{