Jackett/src/Jackett.Common/Definitions/eztv.yml

70 lines
1.7 KiB
YAML
Raw Normal View History

---
site: eztv
name: EZTV
description: "EZTV is a Public torrent site for TV shows"
language: en-us
type: public
2017-01-24 16:20:30 +00:00
encoding: UTF-8
2018-11-22 18:42:42 +00:00
followredirect: true
links:
2018-11-22 18:42:42 +00:00
- https://eztv.io/
2018-10-25 21:10:00 +00:00
legacylinks:
- https://eztv.ag/ # redirects to .io
- https://eztv.re/ # redirects to .io
- https://eztv.it/ # redirects to .io
- https://eztv.ch/ # redirects to .io
caps:
categories:
1: TV
modes:
tv-search: [q, season, ep]
settings: []
search:
paths:
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{else}}/{{end}}"
keywordsfilters:
- name: re_replace
args: ["S[0-9]{2}([^E]|$)", ""] # remove season tag without episode (search doesn't support it)
rows:
selector: "table.forum_header_border tr[name='hover'].forum_header_border:has(a.magnet)" # some torrents don't have any download links, skip them
filters:
- name: andmatch
fields:
category:
text: 1
title:
selector: td:nth-child(2) a
2017-02-15 10:37:16 +00:00
attribute: title
filters:
- name: replace
args: ["[eztv]", ""]
- name: re_replace
args: ["\\(.*\\)$", ""]
- name: trim
details:
selector: td:nth-child(2) a
attribute: href
download:
selector: td:nth-child(3) a.magnet, td:nth-child(3) a
attribute: href
size:
text: "500 MB"
size:
optional: true
selector: td:nth-child(4)
date:
selector: td:nth-child(5)
filters:
- name: append
args: " ago"
seeders:
selector: td:nth-child(6)
downloadvolumefactor:
text: 0
uploadvolumefactor:
2020-01-04 05:51:55 +00:00
text: 1