mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Since CouchPotato will not drop a release that matches by name, even if the IMDB id doesn't match, I've added to Jackett that it doesn't return releases that have an IMDB that doesn't match the one we're searching for.
This should prevent CouchPotato from grabbing wrong movies (for example downloading San Andreas Quake instead of San Andreas). Updated nxtgn indexer to implement the changed interface in develop compared to master. Implemented missing imdb id on TorrentPotato, and changed JsonResponse to not include null values (to prevent imdb property being shown when we don't know it) Added thetvdb and imdb id to torznab, as they are part of the torznab specification, albeit optional. Added imdb ID for movies. Will now only look at the first 3 pages when searching. To prevent flooding server when searching for a common term. A category is now assigned to releases. Changed nxtgn banner to only be copied if newer upon build. Added support for nxtgn.org # Conflicts: # src/Jackett/Jackett.csproj
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Jackett.Models
|
||||
public string torrent_id { get; set; }
|
||||
public string details_url { get; set; }
|
||||
public string download_url { get; set; }
|
||||
// public string imdb_id { get; set; }
|
||||
public string imdb_id { get; set; }
|
||||
public bool freeleech { get; set; }
|
||||
public string type { get; set; }
|
||||
public long size { get; set; }
|
||||
|
Reference in New Issue
Block a user