Skip to content

Commit

Permalink
jackett indexers as of 67dfe7313f5859d568b4b73af9ab5cc27a2ede07 [2024…
Browse files Browse the repository at this point in the history
…-07-29T15:16:46Z] [backports skipped - TODO]
  • Loading branch information
bakerboy448 committed Jul 29, 2024
1 parent 49fdcdb commit 412fa25
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 5 deletions.
2 changes: 1 addition & 1 deletion definitions/v10/okpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ search:
notnewword: 1

rows:
selector: table.torrents > tbody > tr:has(table.torrentname)
selector: table.torrents > tbody > tr:has(a[href^="download.php?id="])

fields:
category:
Expand Down
6 changes: 3 additions & 3 deletions definitions/v10/rudub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ type: semi-private
encoding: windows-1251
followredirect: true
links:
- https://27july.rudub.online/
- https://29july.rudub.online/
legacylinks:
- https://rudub.online/
- https://28june.rudub.online/
- https://29june.rudub.online/
- https://30june.rudub.online/
- https://01july.rudub.online/
- https://02july.rudub.online/
Expand Down Expand Up @@ -41,6 +39,8 @@ legacylinks:
- https://24july.rudub.online/
- https://25july.rudub.online/
- https://26july.rudub.online/
- https://27july.rudub.online/
- https://28july.rudub.online/

caps:
categorymappings:
Expand Down
106 changes: 106 additions & 0 deletions definitions/v11/badasstorrents.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
---
id: badasstorrents
name: Badass Torrents
description: "Badass Torrents is a Public torrent site for MOVIES / TV / GENERAL"
language: en-US
type: public
encoding: UTF-8
requestDelay: 5
links:
- https://badasstorrents.com/
legacylinks:
- https://badasstorrents.mrunblock.bond/
- https://badasstorrents.nocensor.cloud/

caps:
categories:
Anime: TV/Anime
Apps: PC
Books: Books
Games: PC/Games
Movies: Movies
Music: Audio
Other: Other
TV: TV
XXX: XXX

modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q, album, artist]
book-search: [q]

settings:
- name: info_flaresolverr
type: info_flaresolverr
- name: downloadlink
type: select
label: Download link
default: "magnet:?xt="
options:
"/d/": ".torrent"
"magnet:?xt=": "magnet"
- name: downloadlink2
type: select
label: Download link (fallback)
default: "/d/"
options:
"/d/": ".torrent"
"magnet:?xt=": "magnet"
- name: info_download
type: info
label: About the Download links
default: You can optionally set as a fallback an automatic alternate link, so if the .torrent download link fails your download will still be successful.

download:
selectors:
- selector: a[href*="{{ .Config.downloadlink }}"]
attribute: href
- selector: a[href*="{{ .Config.downloadlink2 }}"]
attribute: href

search:
paths:
# search has 10 torrents per page, latest has 100 torrents per page.
- path: "{{ if .Keywords }}s/{{ .Keywords }}{{ else }}latest.html{{ end }}"
- path: "{{ if .Keywords }}s/{{ .Keywords }}&page=10{{ else }}{{ end }}"
keywordsfilters:
- name: re_replace
args: ["[\\s]+", "-"]
- name: tolower

rows:
selector: table.table-hover > tbody > tr
filters:
- name: andmatch

fields:
category:
selector: a[href^="/c/"]
title:
selector: a[href*="/v/"]
details:
selector: a[href*="/v/"]
attribute: href
download:
selector: a[href*="/v/"]
attribute: href
date:
selector: td:nth-child(3)
filters:
- name: append
args: " +00:00" # GMT
- name: dateparse
args: "yyyy-MM-dd HH:mm:ss zzz"
size:
selector: td:nth-child(4)
seeders:
selector: td:nth-child(5)
leechers:
selector: td:nth-child(6)
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# engine n/a
1 change: 0 additions & 1 deletion definitions/v9/yoinked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ caps:
- {id: 3, cat: Audio, desc: "Music"}
- {id: 1, cat: Movies, desc: "Movies"}
- {id: 2, cat: TV, desc: "TV"}
- {id: 4, cat: Console, desc: "Game"}

modes:
search: [q]
Expand Down

0 comments on commit 412fa25

Please sign in to comment.