Jackett: [REQ] DXP.ru

Created on 17 Nov 2019  Β·  15Comments  Β·  Source: Jackett/Jackett

DXP.ru is a RUSSIAN Semi-Private Torrent Tracker for MOVIES / TV.

Link: https://dxp.ru/

Mappings:

      - {id: 14, cat:Movies/HD, desc: "Π€ΠΈΠ»ΡŒΠΌΡ‹ HDTV"}
      - {id: 15, cat:Movies/DVD, desc: "Π€ΠΈΠ»ΡŒΠΌΡ‹ DVD"}
      - {id: 13, cat:Movies/SD, desc: "Π€ΠΈΠ»ΡŒΠΌΡ‹ XviD"}
      - {id: 12, cat:Movies/Other, desc: "ΠœΡƒΠ»ΡŒΡ‚Ρ„ΠΈΠ»ΡŒΠΌΡ‹"}
      - {id: 9, cat:TV/Documentary, desc: "Π”ΠΎΠΊΡƒΠΌΠ΅Π½Ρ‚Π°Π»ΡŒΠ½Ρ‹Π΅"}
      - {id: 11, cat:TV/OTHER, desc: "Π‘Π΅Ρ€ΠΈΠ°Π»Ρ‹"}

      - {id: 10, cat:Audio, desc: "ΠœΡƒΠ·Ρ‹ΠΊΠ°"}
      - {id: 16, cat:Books, desc: "Книги"}
      - {id: 22, cat:Other, desc: "ΠšΠ°Ρ€Ρ‚ΠΈΠ½ΠΊΠΈ"}

      - {id: 1, cat:PC, desc: "ΠŸΡ€ΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΡ Windows"}
      - {id: 3, cat:PC, desc: "ΠŸΡ€ΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΡ Unix/Linux"}
      - {id: 4, cat:PC/Mac, desc: "ΠŸΡ€ΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΡ Mac"}
      - {id: 2, cat:PC/Phone-Other, desc: "ΠŸΡ€ΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΡ PDA"}

      - {id: 5, cat:PC/Games, desc: "Π˜Π³Ρ€Ρ‹ PC"}
      - {id: 23, cat:PC/Games, desc: "Π˜Π³Ρ€Ρ‹ Unix/Linux"}
      - {id: 6, cat:Console/PS3, desc: "Π˜Π³Ρ€Ρ‹ PlayStation 3"}
      - {id: 7, cat:Console/Xbox, desc: "Π˜Π³Ρ€Ρ‹ X-Box"}
      - {id: 8, cat:Console/PSP, desc: "Π˜Π³Ρ€Ρ‹ PSP"}

      - {id: 18, cat:Other, desc: "Π­ΠΊΡΠΊΠ»ΡŽΠ·ΠΈΠ²Ρ‹"}
      - {id: 21, cat:Other, desc: "Π›Π°Π²ΠΊΠ° субтитров"}
      - {id: 20, cat:Other, desc: "DEMO"}
      - {id: 17, cat:Other, desc: "VIP"}
      - {id: 24, cat:Other, desc: "SuperVIP"}

Search URL example:
https://dxp.ru/torrents.php?cat=14&search=2019

Notes:

  • to my knowledge, it's not possible to select multiple categories at once;
  • since content of some categories (VIP, SuperVIP and sometimes others) isn't available for free, not all torrent files are available for download for all users;
  • when incldead=1 is specified, category filter doesn't work.
New Semi-Private Tracker

All 15 comments

registration currently restricted to a window of an hour at 19:00 Moscow time....
pain in the ass. well outside my usual hours. I'll see if I can manage something.

registration and login in successful.

try out jackett pre-release 0.12.1008

Thanks. Is it possible to add an option to exclude VIP and SuperVIP categories from search results?

Is it possible to add an option to exclude VIP and SuperVIP categories from search results?

I am not aware of a way to do with with the current yaml indexer.
I have set it up to flag freeleech, so vip torrents will not have the freeleech flag.

Of course, if the indexer were to be coded in c# then an option to exclude vip is possible.
but you will need to wait for a c# dev to volunteer to code, as I only support the yaml indexers.

let me know if you want me to flag this ticket for a rewrite in c#.

And isn't it possible to hide .torrent-links for these categories?

I am not aware of a way to do with with the current yaml indexer.

Predefine the default categories, may be?

default: default flag, can be true or false (default is false)
Optional. Specify if this category should be used as default (if the search query doesn't contain any categories).

nope.

leaving out category definitions simply results in there being no category tag in the search results.

turning on/off the default flag on the category table applies to whether to include the category filter for search request.
but since the dxp web site does not support multi category filtering, there is little point setting that up.

but since the dxp web site does not support multi category filtering, this there is little point setting that up.

If (when) I select multiple categories in Jackett, I get results from all of them.

that only applies to the dashboard search panel.
the indexer returns all the results that the web site delivers, and the search panel can optionally filter them using the panel filter.
but that is not the same as category filtering in the indexer itself, where what you want to do is to tell the web site to return only the results for a particular set of categories.

that only applies to the dashboard search panel.

I think it could be helpful for such users if name of these categories would be e.g. Other/Misc (or custom, anything not extensively used) instead of just Other. What do you think?

the site's category 17 and 24 are already flagged as custom. they are loaded as 100017 and 100024
image

but the indexer has to return the torznab category equivalent (it is a requirement), which is the cat: parm in the the indexer's categoriesmapping block.

if you want to switch them to Other/Misc (or anything else for that matter) just raise a PR.
but remember that the cat: parm only accepts those category names in the range 0000-7999 from that torznab document I linked earlier. custom as a category name is not valid ;-)

17 and 24 are already flagged as custom. they are loaded as 100017 and 100024

Hmm, indeed. Why it's not 0017 and 0240, for example?

https://github.com/nZEDb/nZEDb/blob/dev/docs/newznab_api_specification.txt#L608-L695

any category that is loaded that does not exactly match the torznab listed ones is considered custom.
so 0010 ,0020 and 1000 are torznab, 17 or 0017 would be custom.

Was this page helpful?
0 / 5 - 0 ratings