mirror of https://github.com/Jackett/Jackett
beyondhd: now searching using searchin=descr&incldead=1 #4828
This commit is contained in:
parent
fbb3c1bdfc
commit
1cd05963df
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue