From 89754732a6cf7d2ec1d280e04db9eabdf4d2c74e Mon Sep 17 00:00:00 2001 From: ServarrAdmin Date: Mon, 9 Sep 2024 18:51:31 -0500 Subject: [PATCH] cleanup unneeded v11 oxtorrent-vip --- definitions/v11/oxtorrent-vip.yml | 164 ------------------------------ 1 file changed, 164 deletions(-) delete mode 100644 definitions/v11/oxtorrent-vip.yml diff --git a/definitions/v11/oxtorrent-vip.yml b/definitions/v11/oxtorrent-vip.yml deleted file mode 100644 index 64b9df8eb..000000000 --- a/definitions/v11/oxtorrent-vip.yml +++ /dev/null @@ -1,164 +0,0 @@ ---- -id: oxtorrent-vip -replaces: - - oxtorrent - - torrent911 -name: OxTorrent-vip -description: "OxTorrent-vip is a French Public site for TV / MOVIES / GENERAL" -language: fr-FR -type: public -encoding: UTF-8 -# to fetch current domain use https://www.protege-torrent.com/Oxtorrent -links: - - https://www.oxtorrent.st/ -legacylinks: - - https://www.protege-liens.com/ - # latest domains list - - https://www.protege-torrent.com/ - - https://www.rantop.org/ - - https://www.torrent.ws/ - - https://oxtorrent.blog/ - # actual legacylinks - - https://www.torrent911.pe/ # now on poster layout - - https://oxtorrent.unblockninja.com/ # proxy for torrent911 - - https://torrent911.ninjaproxy1.com/ # proxy for torrent911 - - https://torrent9.torrentbay.st/ # proxy for torrent911 - - https://www.t911.pw/ # now on poster layout - - https://www.oxtorrent.nl/ - - https://www.oxtorrent.sbs/ - - https://www.oxtorrent.wtf/ - - https://www.oxtorrent.tf/ - - https://www.oxtorrent.day/ - - https://oxtorrent.proxyninja.org/ # currently proxies protege-torrent page - - https://www.oxtorrent.zip/ - - https://www.oxtorrent.vip/ - - https://www.oxtorrent.lol/ - - https://www.oxtorrent.la/ - - https://www.oxtorrent.uno/ - -caps: - categorymappings: - - {id: Films, cat: Movies, desc: "Movies"} - - {id: Animes, cat: TV/Anime, desc: "Anime"} - - {id: Documentaires, cat: TV/Documentary, desc: "Documentaires"} - - {id: Séries, cat: TV, desc: "TV"} - - {id: Musiques, cat: Audio, desc: "Music"} - - {id: Ebooks, cat: Books, desc: "Books"} - - {id: Livres, cat: Books, desc: "Livres"} - - {id: Logiciels, cat: PC, desc: "Software"} - - {id: Applications, cat: PC, desc: "Applications"} - - {id: Jeux-PC, cat: PC/Games, desc: "PC Games"} - - {id: Jeux-Consoles, cat: Console/XBox 360, desc: "Console Games"} - - {id: Porno, cat: XXX, desc: "Porno"} - - {id: Spectacles, cat: TV/Other, desc: "Spectacles"} - - {id: Sports, cat: TV/Sport, desc: "Sports"} - - {id: Formations, cat: Other, desc: "Formations"} - - {id: Vidéos, cat: TV, desc: "Vidéos"} - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - music-search: [q] - book-search: [q] - allowrawsearch: true - -settings: - - name: multilang - type: checkbox - label: Replace MULTi by another language in release name - default: false - - name: multilanguage - type: select - label: Replace MULTi by this language - default: FRENCH - options: - FRENCH: FRENCH - MULTi FRENCH: MULTi FRENCH - ENGLISH: ENGLISH - MULTi ENGLISH: MULTi ENGLISH - VOSTFR: VOSTFR - MULTi VOSTFR: MULTi VOSTFR - - name: vostfr - type: checkbox - label: Replace VOSTFR and SUBFRENCH with ENGLISH - default: false - -download: - selectors: - - selector: a[href^="magnet:?"] - attribute: href - - selector: script:contains("magnet:?") - filters: - - name: regexp - args: "\\s'(magnet:\\?.+?)';" - -search: - paths: - - path: "{{ if .Keywords }}recherche/{{ .Keywords }}{{ else }}derniers{{ end }}" - keywordsfilters: - # if searching for season packs swith S01 to saison 1 #9712 - - name: re_replace - args: ["(?i)(S0)(\\d{1,2})$", "saison $2"] - - name: re_replace - args: ["(?i)(S)(\\d{1,3})$", "saison $2"] - - rows: - selector: table.table-hover > tbody > tr:has(td a[href]) - filters: - - name: andmatch - - fields: - category: - selector: td:nth-child(1) i - attribute: class - title_phase1: - selector: td:nth-child(1) a - filters: - - name: re_replace - args: ["(?i)\\b(FRENCH|MULTI|TRUEFRENCH|VOSTFR|SUBFRENCH)\\b(.+?)(\\b(19|20\\d{2})\\b)$", "$3 $1$2"] - title_vostfr: - text: "{{ .Result.title_phase1 }}" - filters: - - name: re_replace - args: ["(?i)\\b(vostfr|subfrench)\\b", "ENGLISH"] - title_phase2: - text: "{{ if .Config.vostfr }}{{ .Result.title_vostfr }}{{ else }}{{ .Result.title_phase1 }}{{ end }}" - title_multilang: - text: "{{ .Result.title_phase2 }}" - filters: - - name: re_replace - args: ["(?i)\\b(MULTI(?!.*(?:FRENCH|ENGLISH|VOSTFR)))\\b", "{{ .Config.multilanguage }}"] - title: - text: "{{ if .Config.multilang }}{{ .Result.title_multilang }}{{ else }}{{ .Result.title_phase2 }}{{ end }}" - details_href: - selector: td:nth-child(1) a[href] - attribute: href - optional: true - filters: - - name: regexp - args: (/?torrent/\d+) - details_onclick: - selector: td:nth-child(1) a[onclick] - attribute: onclick - optional: true - filters: - - name: regexp - args: (/?torrent/\d+) - details: - text: "{{ or .Result.details_href .Result.details_onclick }}" - download: - text: "{{ .Result.details }}" - size: - selector: td:nth-child(2) - date: - text: now - seeders: - selector: td:nth-child(3) - leechers: - selector: td:nth-child(4) - downloadvolumefactor: - text: 0 - uploadvolumefactor: - text: 1 -# engine n/a