diff --git a/README.md b/README.md index ca6da4f1c..bad690382 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * AsianCinema * Asylum Share * AudioNews (AN) + * Aussierul.es [![(invite needed)][inviteneeded]](#) * AvistaZ (AsiaTorrents) * Borgzelle * Back-ups diff --git a/src/Jackett.Common/aussierules.yml b/src/Jackett.Common/aussierules.yml new file mode 100644 index 000000000..c28bdcdd7 --- /dev/null +++ b/src/Jackett.Common/aussierules.yml @@ -0,0 +1,87 @@ +--- +id: aussierules +name: Aussierul.es +description: "Aussierul.es is a torrent site for Aussie Rules Football played in Australia" +language: en +type: private +encoding: UTF-8 +links: + - https://aussierul.es/ + +caps: + categories: + 1: TV/Sport + + modes: + search: [q] + +settings: + - name: username + type: text + label: Username + - name: password + type: password + label: Password + - name: type + label: Search Type + type: select + default: Torrent Name + options: + t_name: Torrent Name + t_description: Torrent Description + t_both: Name & Description + t_uploader: Uploader + t_genre: IMDB Genre + - name: dead + label: Include Dead Torrents + type: select + default: No + options: + yes: yes + No: No + +login: + method: form + form: form + path: login.php + inputs: + username: "{{ .Config.username }}" + password: "{{ .Config.password }}" + error: + - selector: table:contains("An error has occured!") + test: + path: browse.php + +search: + paths: + - path: "browse.php?search_type={{ .Config.type }}&include_dead_torrents={{ .Config.dead }}&keywords={{ .Keywords }}" + + rows: + selector: table#sortabletable > tbody > tr:not(:first-child) + + fields: + category: + text: 1 + title: + selector: td:nth-child(2) > div:nth-child(1) > a > strong + date: + # 27-03-2021 18:34 + selector: td:nth-child(2) > div:nth-child(2) + filters: + - name: dateparse + args: "2-01-2006 15:04" + download: + selector: a[href*="download.php?id="] + attribute: href + seeders: + selector: td:nth-child(7) + leechers: + selector: td:nth-child(8) + grabs: + selector: td:nth-child(6) + size: + selector: td:nth-child(5) + details: + selector: td:nth-child(2) > div:nth-child(1) > a + attribute: href +# engine n/a