mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
mactorrents: selector changes. resolves #5453
This commit is contained in:
parent
e9536bff76
commit
7aadf02167
1 changed files with 3 additions and 3 deletions
|
@ -29,11 +29,11 @@
|
|||
title:
|
||||
selector: div.blog-content h3 a
|
||||
category:
|
||||
selector: a[href*="/category/"]
|
||||
selector: a[href*="/mac-os-"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: split
|
||||
args: ["/", 4]
|
||||
args: ["/", 3]
|
||||
details:
|
||||
selector: div.blog-content h3 a
|
||||
attribute: href
|
||||
|
@ -44,7 +44,7 @@
|
|||
selector: div.blog-media p a img
|
||||
attribute: data-src
|
||||
date:
|
||||
selector: div.blog-content div.entry-meta time
|
||||
selector: time
|
||||
attribute: datetime
|
||||
filters:
|
||||
- name: replace
|
||||
|
|
Loading…
Reference in a new issue