yggtorrent: change domain www4.*.li, remove beta search. resolves #11069 (#11077)

This commit is contained in:
ilike2burnthing
2021-02-13 15:31:05 +00:00
committed by GitHub
parent 33c0545631
commit 97ec479dc0
2 changed files with 8 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ type: semi-private
encoding: UTF-8 encoding: UTF-8
followredirect: true followredirect: true
links: links:
- https://www2.yggtorrent.si/ - https://www4.yggtorrent.li/
legacylinks: legacylinks:
- https://yggtorrent.com/ - https://yggtorrent.com/
- https://ww1.yggtorrent.com/ - https://ww1.yggtorrent.com/
@@ -37,6 +37,7 @@ legacylinks:
- https://ww3.yggtorrent.si/ - https://ww3.yggtorrent.si/
- https://yggtorrent.si/ - https://yggtorrent.si/
- http://www2.yggtorrent.si/ - http://www2.yggtorrent.si/
- https://www2.yggtorrent.si/
caps: caps:
categorymappings: categorymappings:
@@ -157,10 +158,6 @@ settings:
type: checkbox type: checkbox
label: Enhance sonarr compatibility with anime by renaming episode (xxx to exxx). Works only if episode is at the end of the query. Can disturb movies search. (back to the future 3 -> back to the future e3) label: Enhance sonarr compatibility with anime by renaming episode (xxx to exxx). Works only if episode is at the end of the query. Can disturb movies search. (back to the future 3 -> back to the future e3)
default: false default: false
- name: betasearchengine
type: checkbox
label: "Use Beta Search engine URL (Less restrictive) / SonarrV3 Full Series Search NEW"
default: false
- name: sort - name: sort
type: select type: select
label: Sort requested from site label: Sort requested from site
@@ -213,10 +210,10 @@ search:
args: [" ", " "] args: [" ", " "]
- name: trim - name: trim
paths: paths:
- path: "{{ if .Config.betasearchengine }}new_search{{ else }}engine{{ end }}/search?category={{ .Config.category }}&name={{ if .Config.betasearchengine }}{{ .Keywords }}{{ else }}{{ re_replace .Keywords \"\\b[^\\s]+\\b\" \"\"$&\"\"}}{{ end }}&description=&file=&uploader=&sub_category=&do=search&order={{ .Config.type }}&sort={{ .Config.sort }}" - path: "engine/search?category={{ .Config.category }}&name={{ .Keywords }}&description=&file=&uploader=&sub_category=&do=search&order={{ .Config.type }}&sort={{ .Config.sort }}"
followredirect: true followredirect: true
# Saison Word # Saison Word
- path: "{{ if .Config.betasearchengine }}new_search{{ else }}engine{{ end }}/search?category={{ .Config.category }}&name={{ if .Keywords }}{{ re_replace .Keywords \"[sS]0(\\d{1,2})\" \"Saison.$1\"}}{{ else }}&page=50{{ end }}&description=&file=&uploader=&sub_category=&do=search&order={{ .Config.type }}&sort={{ .Config.sort }}" - path: "engine/search?category={{ .Config.category }}&name={{ if .Keywords }}{{ re_replace .Keywords \"[sS]0(\\d{1,2})\" \"Saison.$1\"}}{{ else }}&page=50{{ end }}&description=&file=&uploader=&sub_category=&do=search&order={{ .Config.type }}&sort={{ .Config.sort }}"
followredirect: true followredirect: true
rows: rows:

View File

@@ -7,7 +7,7 @@ type: semi-private
encoding: UTF-8 encoding: UTF-8
followredirect: true followredirect: true
links: links:
- https://www2.yggtorrent.si/ - https://www4.yggtorrent.li/
legacylinks: legacylinks:
- https://yggtorrent.com/ - https://yggtorrent.com/
- https://ww1.yggtorrent.com/ - https://ww1.yggtorrent.com/
@@ -37,6 +37,7 @@ legacylinks:
- https://ww3.yggtorrent.si/ - https://ww3.yggtorrent.si/
- https://yggtorrent.si/ - https://yggtorrent.si/
- http://www2.yggtorrent.si/ - http://www2.yggtorrent.si/
- https://www2.yggtorrent.si/
caps: caps:
categorymappings: categorymappings:
@@ -148,10 +149,6 @@ settings:
type: checkbox type: checkbox
label: Enhance sonarr compatibility with anime by renaming episode (xxx to exxx). Works only if episode is at the end of the query. Can disturb movies search. (back to the future 3 -> back to the future e3) label: Enhance sonarr compatibility with anime by renaming episode (xxx to exxx). Works only if episode is at the end of the query. Can disturb movies search. (back to the future 3 -> back to the future e3)
default: false default: false
- name: betasearchengine
type: checkbox
label: "Use Beta Search engine URL (Less restrictive) / SonarrV3 Full Series Search NEW"
default: false
- name: sort - name: sort
type: select type: select
label: Sort requested from site label: Sort requested from site
@@ -221,10 +218,10 @@ search:
args: [" ", " "] args: [" ", " "]
- name: trim - name: trim
paths: paths:
- path: "{{ if .Config.betasearchengine }}new_search{{ else }}engine{{ end }}/search?category={{ .Config.category }}&name={{ if .Config.betasearchengine }}{{ .Keywords }}{{ else }}{{ re_replace .Keywords \"\\b[^\\s]+\\b\" \"\"$&\"\"}}{{ end }}&description=&file=&uploader=&sub_category=&do=search&order={{ .Config.type }}&sort={{ .Config.sort }}" - path: "engine/search?category={{ .Config.category }}&name={{ .Keywords }}&description=&file=&uploader=&sub_category=&do=search&order={{ .Config.type }}&sort={{ .Config.sort }}"
followredirect: true followredirect: true
# Saison Word # Saison Word
- path: "{{ if .Config.betasearchengine }}new_search{{ else }}engine{{ end }}/search?category={{ .Config.category }}&name={{ if .Keywords }}{{ re_replace .Keywords \"[sS]0(\\d{1,2})\" \"Saison.$1\"}}{{ else }}&page=50{{ end }}&description=&file=&uploader=&sub_category=&do=search&order={{ .Config.type }}&sort={{ .Config.sort }}" - path: "engine/search?category={{ .Config.category }}&name={{ if .Keywords }}{{ re_replace .Keywords \"[sS]0(\\d{1,2})\" \"Saison.$1\"}}{{ else }}&page=50{{ end }}&description=&file=&uploader=&sub_category=&do=search&order={{ .Config.type }}&sort={{ .Config.sort }}"
followredirect: true followredirect: true
rows: rows: