diff --git a/README.md b/README.md index 111c58ae2..20f29082f 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * kickasstorrents.to * kickasstorrents.ws * Knaben - * Legit Torrents * LePorno.info * LimeTorrents * LimeTorrents clone diff --git a/src/Jackett.Common/Definitions/legittorrents.yml b/src/Jackett.Common/Definitions/legittorrents.yml deleted file mode 100644 index c069f104f..000000000 --- a/src/Jackett.Common/Definitions/legittorrents.yml +++ /dev/null @@ -1,99 +0,0 @@ ---- -id: legittorrents -name: Legit Torrents -description: "Legit Torrents is a Public site for free and legal torrents" -language: en-US -type: public -encoding: UTF-8 -links: - - http://www.legittorrents.info/ # site does not support https ERR_CONNECTION_REFUSED - -caps: - categorymappings: - - {id: 1, cat: Movies, desc: "Movies"} - - {id: 2, cat: Audio, desc: "Music"} - - {id: 3, cat: PC/Games, desc: "Games"} - - {id: 4, cat: Other, desc: "Other"} - - {id: 5, cat: TV/Anime, desc: "Anime"} - - {id: 6, cat: Books, desc: "Books"} - - {id: 7, cat: PC/0day, desc: "Apps Win"} - - {id: 8, cat: PC, desc: "Apps Linux"} - - {id: 9, cat: PC/Mac, desc: "Apps Mac"} - - {id: 13, cat: TV, desc: "TV"} - - {id: 14, cat: PC, desc: "Linux Distributions"} - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - music-search: [q] - book-search: [q] - -settings: - - name: sort - type: select - label: Sort requested from site - default: 3 - options: - 3: created - 5: seeders - 4: size - 2: title - - name: type - type: select - label: Order requested from site - default: 2 - options: - 2: desc - 1: asc - -search: - paths: - # http://www.legittorrents.info/index.php?page=torrents&search=windows&category=0&active=0 - - path: index.php - inputs: - page: torrents - search: "{{ .Keywords }}" - category: "{{ range .Categories }}{{.}};{{end}}" - # 0 all 1 active 2 deadonly - active: 0 - order: "{{ .Config.sort }}" - by: "{{ .Config.type }}" - - rows: - selector: table table table.lista > tbody > tr:has(a[href^="download.php?id="]) - - fields: - category: - selector: a[href^="index.php?page=torrents&category="] - attribute: href - filters: - - name: querystring - args: category - title: - selector: a[title][href^="index.php?page=torrent-details&id="] - details: - selector: a[title][href^="index.php?page=torrent-details&id="] - attribute: href - download: - selector: a[href^="download.php?id="] - attribute: href - date: - selector: td time - attribute: datetime - filters: - - name: append - args: " -07:00" # PDT - - name: dateparse - args: "2006-01-02 -07:00" - seeders: - selector: td:nth-of-type(5) - leechers: - selector: td:nth-of-type(6) - grabs: - selector: td:nth-of-type(7) - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 -# xbtit diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index c265028ef..771faedb6 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -428,6 +428,7 @@ namespace Jackett.Updater "Definitions/leaguehd.yml", // renamed to lemonhd "Definitions/lechaudron.yml", "Definitions/legacyhd.yml", // renamed realflix + "Definitions/legittorrents.yml", "Definitions/lemencili.yml", "Definitions/leparadisdunet.yml", "Definitions/leporno.yml",