Skip to content

Commit

Permalink
jackett indexers as of 9ae3c4b4c27bd60e115e454355401ae0b32c1980
Browse files Browse the repository at this point in the history
Fixes #360
  • Loading branch information
mynameisbogdan committed Aug 29, 2023
1 parent 87b1c32 commit c7dbc1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definitions/v7/xbytes2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ login:
search:
path: index.php
keywordsfilters:
- name: re_replace
args: ["(?i)S(\\d{1,2})E(\\d{1,2})", "S$1/E$2"]
- name: re_replace
args: ["(?i)(S0?1)(?![\\dE])", "Primera Temporada"]
- name: re_replace
Expand Down Expand Up @@ -136,6 +134,8 @@ search:
# Parse other seasons
- name: re_replace
args: ["(?i)(S(\\d{1,2}))(?![\\dE])", "Temporada"]
- name: re_replace
args: ["(?i)S(\\d{1,2})E(\\d{1,2})", "S$1/E$2"]
inputs:
page: torrents
$raw: "&category={{ range .Categories }}{{.}};{{end}}"
Expand Down

0 comments on commit c7dbc1b

Please sign in to comment.