From 547c9174b170fa41a5838ee2d49d8d0f1fc4c562 Mon Sep 17 00:00:00 2001 From: HDVinnie Date: Fri, 11 May 2018 21:35:13 -0400 Subject: [PATCH] Delete tehconnection.yml (#3082) - Site went down and came back under Gazelle codebase. This `.yml` is no longer useful. --- .../Definitions/tehconnection.yml | 102 ------------------ 1 file changed, 102 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/tehconnection.yml diff --git a/src/Jackett.Common/Definitions/tehconnection.yml b/src/Jackett.Common/Definitions/tehconnection.yml deleted file mode 100644 index 5ea5ecf9f..000000000 --- a/src/Jackett.Common/Definitions/tehconnection.yml +++ /dev/null @@ -1,102 +0,0 @@ ---- - site: tehconnection - name: TehConnection - description: "Movies Tracker" - language: en-us - type: private - encoding: UTF-8 - links: - - https://tehconnection.me/ - - caps: - categorymappings: - - {id: 1, cat: Movies, desc: "Movies"} - - modes: - search: [q] - movie-search: [q, imdbid] - - login: - path: /login - method: form - inputs: - username: "{{ .Config.username }}" - password: "{{ .Config.password }}" - error: - - selector: table.main:contains("Login Failed!") - test: - path: /torrents - - search: - paths: - - path: /filterTorrents - inputs: - $raw: "{{range .Categories}}categories[]={{.}}&{{end}}" - search: "{{if .Query.IMDBID}}{{else}}{{ .Keywords }}{{end}}" - uploader: "" - imdb: "{{ .Query.IMDBIDShort }}" - tvdb: "" - tmdb: "" - mal: "" - sorting: created_at - direction: desc - qty: 100 - preprocessingfilters: - - name: jsonjoinarray - args: ["$.result", ""] - - name: prepend - args: "" - - name: append - args: "
" - rows: - selector: tr - fields: - category: - selector: a[href*="/categories/"] - attribute: href - filters: - - name: regexp - args: "/categories/.*?\\.(\\d+)" - title: - selector: a.view-torrent - download: - selector: a[href*="/download_check/"] - attribute: href - filters: - - name: replace - args: ["/download_check/", "/download/"] - details: - selector: a.view-torrent - attribute: href - imdb: - optional: true - selector: a[href*="://www.imdb.com/title/"] - attribute: href - size: - selector: td:nth-child(5) - seeders: - selector: td:nth-child(7) - leechers: - selector: td:nth-child(8) - grabs: - selector: td:nth-child(6) - filters: - - name: regexp - args: ([\d\.]+) - date: - selector: time - attribute: datetime - filters: - - name: append - args: " +00:00" - - name: dateparse - args: "2006-01-02 15:04:05 -07:00" - downloadvolumefactor: - case: - "i[data-original-title=\"100% Free\"]": "0" - "i[data-original-title=\"Global FreeLeech\"]": "0" - "*": "1" - uploadvolumefactor: - case: - "i[data-original-title=\"Double upload\"]": "2" - "*": "1"