rutor: latest now on home page

top/ is causing a gateway error
This commit is contained in:
Garfield69
2024-02-22 06:35:48 +13:00
parent ce2c72c258
commit fc4e37cec7

View File

@@ -77,8 +77,8 @@ search:
paths: paths:
# http://rutor.info/search/0/0/010/0/tt10288566 # search title and descr for imdb # http://rutor.info/search/0/0/010/0/tt10288566 # search title and descr for imdb
# http://rutor.info/search/0/0/100/0/gotham%2004x01 # search title for query # http://rutor.info/search/0/0/100/0/gotham%2004x01 # search title for query
# http://rutor.info/top/ # search keywordless # http://rutor.info/ # search keywordless
- path: "{{ if .Query.IMDBID }}search/0/0/010/{{ .Config.sort }}/{{ .Query.IMDBID }}{{ else }}{{ end }}{{ if .Keywords }}search/0/0/100/{{ .Config.sort }}/{{ .Keywords }}/{{ else }}{{ end }}{{ if or .Keywords .Query.IMDBID }}{{ else }}top/{{ end }}" - path: "{{ if .Query.IMDBID }}search/0/0/010/{{ .Config.sort }}/{{ .Query.IMDBID }}{{ else }}{{ end }}{{ if .Keywords }}search/0/0/100/{{ .Config.sort }}/{{ .Keywords }}/{{ else }}{{ end }}{{ if or .Keywords .Query.IMDBID }}{{ else }}/{{ end }}"
rows: rows:
selector: tr:has(td:has(a[href^="magnet:?xt="])) selector: tr:has(td:has(a[href^="magnet:?xt="]))