Skip to content

Commit

Permalink
filebase: fix DL and Details links resolves 10143
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Nov 8, 2020
1 parent 2ccd057 commit 0c08aec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Jackett.Common/Definitions/filebase.yml
Expand Up @@ -107,7 +107,7 @@ settings:

search:
paths:
# http://www.filebase.ws/torrents/search/?s=dateD&t=all&c=serials&search=mandalorian&t=all
# http://www.filebase.ws/torrents/search/?s=dateD&t=all&c=serials&search=mandalorian
- path: torrents/search/
keywordsfilters:
- name: diacritics
Expand All @@ -128,13 +128,13 @@ search:

fields:
category:
selector: td:nth-child(1) a
selector: td:nth-child(1) > a
attribute: href
filters:
- name: split
args: ["/", 2]
torrent_id:
selector: td:nth-child(2) a
selector: td:nth-child(2) > a
attribute: href
filters:
- name: split
Expand Down Expand Up @@ -170,7 +170,7 @@ search:
- name: replace
args: ["HDTVRip", "HDTV"]
details:
selector: td:nth-child(2) a
selector: td:nth-child(2) > a
attribute: href
download:
text: "{{ .Config.sitelink }}download.php?id={{ .Result.torrent_id }}"
Expand Down

1 comment on commit 0c08aec

@garfield69
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.