diff --git a/src/Jackett.Common/Definitions/demonoid.yml b/src/Jackett.Common/Definitions/demonoid.yml index 2b721899b..b325b5858 100644 --- a/src/Jackett.Common/Definitions/demonoid.yml +++ b/src/Jackett.Common/Definitions/demonoid.yml @@ -308,10 +308,6 @@ settings: type: info label: How to get the Cookie default: "
  1. Access this tracker with your browser
  2. click on the Apply Filter button on the page to invoke the search and solve the challenge
  3. Open the DevTools panel by pressing F12
  4. Select the Network tab
  5. Click on the Doc button (Chrome Browser) or HTML button (FireFox)
  6. Refresh the page by pressing F5
  7. Click on the first row entry
  8. Select the Headers tab on the Right panel
  9. Find 'cookie:' in the Request Headers section
  10. Select and Copy the whole cookie string (everything after 'cookie: ') and Paste here.
" - - name: info_themes - type: info - label: About themes - default: Only the default theme Demonoid - v5 is supported. If you are using v3 then change it in your User Control Panel or you will get 0 results. - name: sort type: select label: Sort requested from site @@ -333,12 +329,18 @@ login: download: infohash: hash: - selector: div:contains("Torrent hash") > div.col-md-5 > div + selector: tr:has(td:contains("Torrent hash")) filters: + # 907617B7 070AACB6 08CC213C 5277368D 217C1666 - name: replace args: [" ", ""] + - name: regexp + args: ([A-F|0-9]{40}) title: - selector: h1[id="torrent--title"] + selector: td.ctable_header + filters: + - name: replace + args: ["Details for ", ""] search: paths: @@ -361,11 +363,10 @@ search: # does not return imdb link in results rows: - # only the default theme "Demonoid - v5" is supported - selector: table.table tbody tr.table__row:has(td[class*="tone_"]) + selector: table.font_12px tbody tr:has(td[class^="tone_"]):not(:has(script)) after: 1 dateheaders: - selector: tr td.table__separator:not(:contains("Sponsored links")) + selector: td.added_today:not(:contains("Sponsored links")) filters: - name: replace args: ["Added ", ""] @@ -374,7 +375,7 @@ search: fields: category: - selector: span.table__column__subtext > a:nth-child(2) + selector: a.subcategory attribute: href optional: true default: 0 @@ -389,25 +390,16 @@ search: download: selector: a[href^="/files/details/"] attribute: href - poster: - selector: div[title] - attribute: data-bs-content - filters: - - name: regexp - args: src='(.+?)' - imdbid: - selector: a[href*="imdb.com/title/tt"] - attribute: href description: - selector: td:nth-last-child(7) + selector: td:nth-last-child(8) size: - selector: td:nth-last-child(5) + selector: td:nth-last-child(6) grabs: - selector: td:nth-last-child(3) + selector: td:nth-last-child(4) seeders: - selector: td:nth-last-child(2) + selector: td:nth-last-child(3) leechers: - selector: td:nth-last-child(1) + selector: td:nth-last-child(2) downloadvolumefactor: text: 0 uploadvolumefactor: