Skip to content

Commit

Permalink
muziefabriek: new date selector
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Jun 16, 2020
1 parent 59a11ff commit b32dd23
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Jackett.Common/Definitions/muziekfabriek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@ search:
- name: andmatch

fields:
title:
selector: a[href^="details.php?id="]
details:
selector: a[href^="details.php?id="]
attribute: href
category:
selector: a[href^="browse.php?cat="]
attribute: href
filters:
- name: querystring
args: cat
title:
selector: a[href^="details.php?id="]
details:
selector: a[href^="details.php?id="]
attribute: href
download:
selector: a[href^="download.php?id="]
attribute: href
Expand All @@ -98,7 +98,7 @@ search:
- name: regexp
args: (\d+)
date:
selector: td:nth-child(4) table tr:nth-child(2) td:nth-child(3)
selector: td:nth-child(4) table tr:nth-child(2) td:nth-child(2)
filters:
- name: replace
args: ["januari", "January"]
Expand Down

0 comments on commit b32dd23

Please sign in to comment.