-
-
Notifications
You must be signed in to change notification settings - Fork 97
Description
I create a new issue to track this. Not sure if it should be in https://github.com/Prowlarr/Indexers instead, feel free to move it if needed.
When searching via RSS, the categories for the YGGTorrent indexer is not cascaded to the actual search.
YGGTorrent is in v1. However it seems to be working for some other v1 indexers like JPopSuki.
YggTorrent search
http://{server}/2/api?t=search&apikey=8c8b5c3b3af441a8a712806e44242524&cat=7000
[Info] NzbSearchService: Searching indexer(s): [YGGtorrent] for Term: [], Offset: 0, Limit: 0, Categories: [7000]
[Info] Cardigann: Adding request: https://www3.yggtorrent.nz/engine/search?category=all&name=&description=&file=&uploader=&sub_category=&do=search&order=desc&sort=publish_date
[Info] Cardigann: Adding request: https://www3.yggtorrent.nz/engine/search?category=all&name=&page=50&description=&file=&uploader=&sub_category=&do=search&order=desc&sort=publish_date
JPopSuki search 1
http://{server}/8/api?t=search&apikey=8c8b5c3b3af441a8a712806e44242524&cat=3000
[Info] NzbSearchService: Searching indexer(s): [JPopsuki] for Term: [], Offset: 0, Limit: 0, Categories: [3000]
[Info] Cardigann: Adding request: https://jpopsuki.eu/ajax.php?filter_cat[1]=1&filter_cat[2]=1&searchtags=japanese&tags_type=0&searchstr=&order_by=s3&order_way=desc&disablegrouping=1§ion=torrents
JPopSuki search 2
http://{server}/8/api?t=search&apikey=8c8b5c3b3af441a8a712806e44242524&cat=5000
[Info] NzbSearchService: Searching indexer(s): [JPopsuki] for Term: [], Offset: 0, Limit: 0, Categories: [5000]
[Info] Cardigann: Adding request: https://jpopsuki.eu/ajax.php?filter_cat[5]=1&filter_cat[6]=1&filter_cat[7]=1&searchtags=japanese&tags_type=0&searchstr=&order_by=s3&order_way=desc&disablegrouping=1§ion=torrents
sigh...
cat, notcatsalso added: https://wiki.servarr.com/en/prowlarr/search#api-endpoints
I tried that before, and it works only for some indexers. For example on FileList it's working, but for YggTorrent it's not propagating to the actual indexer search:
[Info] NzbSearchService: Searching indexers: [YGGtorrent] for {Term: , Offset: 0, Limit: 0, Categories: [7000]}
[Info] Cardigann: Adding request: https://www3.yggtorrent.nz/engine/search?category=all&name=&description=&file=&uploader=&sub_category=&do=search&order=desc&sort=publish_date
[Info] Cardigann: Adding request: https://www3.yggtorrent.nz/engine/search?category=all&name=&page=50&description=&file=&uploader=&sub_category=&do=search&order=desc&sort=publish_date
Originally posted by @gotson in Prowlarr/Prowlarr#182 (comment)