Skip to content

Commit

Permalink
jackett indexers as of 7aba6dba7c51528cea48e301f028c19a5c4255cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Jan 23, 2024
1 parent c0794f0 commit c7bf26c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 6 additions & 3 deletions definitions/v7/torrent-turk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,15 @@ search:
- name: querystring
args: cid
title:
selector: a[href*="?p=torrents&pid=10&action=details"]
selector: td.torrent_name > a
details:
selector: a[href*="?p=torrents&pid=10&action=details"]
selector: td.torrent_name > a
attribute: href
download:
selector: a[href*="?p=torrents&pid=10&action=download"]
selector: td.download > a
attribute: href
magnet:
selector: a[href^="magnet:?xt="]
attribute: href
date_day:
# Uploaded Friday at 05:11 by
Expand Down
10 changes: 4 additions & 6 deletions definitions/v8/movieworld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,18 @@ links:
caps:
categorymappings:
- {id: 37, cat: Movies, desc: "Freeleech"}
- {id: 14, cat: Movies/WEB-DL, desc: "Movie/WEB"}
- {id: 36, cat: Movies/UHD, desc: "Movie/4K Disc"}
- {id: 14, cat: Movies/WEB-DL, desc: "Movie/WeBRip"}
- {id: 5, cat: Movies/UHD, desc: "Movie/4K Rip"}
- {id: 6, cat: Movies/BluRay, desc: "Movie/BluRay Disc"}
- {id: 7, cat: Movies/BluRay, desc: "Movie/BluRay Rip"}
- {id: 34, cat: Movies, desc: "Movie/Rest"}
- {id: 34, cat: Movies, desc: "Movie/Other"}
- {id: 15, cat: Movies, desc: "Movie/Packs"}
- {id: 20, cat: Movies/SD, desc: "Movie/CAM"}
- {id: 20, cat: Movies/SD, desc: "Movie/CAM/HDRip"}
- {id: 21, cat: XXX, desc: "Movie/XXX"}
- {id: 28, cat: TV, desc: "Tv Packs"}
- {id: 31, cat: TV, desc: "Tv Mini Series"}
- {id: 30, cat: TV/HD, desc: "Tv Episodes"}
- {id: 26, cat: TV/Sport, desc: "Tv Sport"}
- {id: 18, cat: Other, desc: "Other"}
- {id: 41, cat: Movies, desc: "Freeleech"}

modes:
search: [q]
Expand Down

0 comments on commit c7bf26c

Please sign in to comment.