mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
BitMeTV: use and filter
This commit is contained in:
parent
6dc12f0d3c
commit
e6a2646a98
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ namespace Jackett.Indexers
|
|||
release.Comments = new Uri(SiteLink + "/" + qLink.Attr("href"));
|
||||
release.Guid = release.Comments;
|
||||
release.Title = qLink.Attr("title");
|
||||
release.Description = release.Title;
|
||||
if (!query.MatchQueryStringAND(release.Title))
|
||||
continue;
|
||||
|
||||
//"Tuesday, June 11th 2013 at 03:52:53 AM" to...
|
||||
//"Tuesday June 11 2013 03:52:53 AM"
|
||||
|
|
Loading…
Reference in a new issue