mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
beyondhd: now searching using searchin=descr&incldead=1 #4828
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user