diff --git a/src/Jackett.Common/Definitions/demonoid.yml b/src/Jackett.Common/Definitions/demonoid.yml index cc777c252..f847d95ad 100644 --- a/src/Jackett.Common/Definitions/demonoid.yml +++ b/src/Jackett.Common/Definitions/demonoid.yml @@ -284,7 +284,7 @@ caps: - {id: 233, cat: TV, desc: "TV Trailers"} - {id: 234, cat: TV, desc: "TV War"} - {id: 235, cat: TV, desc: "TV Western"} - # cat 7 misc has no subcats + # cat 7 Miscellaneous has no subcats modes: search: [q] @@ -301,6 +301,10 @@ 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 @@ -343,10 +347,11 @@ search: # does not return imdb link in results rows: - selector: table.font_12px tr:has(td[class^="tone_1"]) + # only the default theme "Demonoid - v5" is supported + selector: table.table:has(td.torrent__table-today) > tbody > tr:has(td[class^="tone_"]) after: 1 dateheaders: - selector: tr td.added_today:not(:contains("Sponsored links")) + selector: tr td.torrent__table-today:not(:contains("Sponsored links")) filters: - name: replace args: ["Added ", ""] @@ -361,7 +366,7 @@ search: optional: true attribute: title category: - selector: span > a[href*="&subcategory="] + selector: span.torrent__table-info > a:nth-child(2) attribute: href optional: true filters: @@ -374,15 +379,15 @@ search: selector: a[href^="/files/details/"] attribute: href description: - selector: td:nth-last-child(9) + selector: td:nth-last-child(7) size: - selector: td:nth-last-child(6) + selector: td:nth-last-child(5) grabs: - selector: td:nth-last-child(4) - seeders: selector: td:nth-last-child(3) - leechers: + seeders: selector: td:nth-last-child(2) + leechers: + selector: td:nth-last-child(1) downloadvolumefactor: text: 0 uploadvolumefactor: