Prowlarr / Indexers

Contains indexer definitions
69 stars 64 forks source link

Filter freeleech on HD-Olimpo #407

Closed longopy closed 7 months ago

longopy commented 7 months ago

Is there an existing issue for this?

Current Behavior

HD-Olimpo has support for freeleech torrents (and an interactive search marks them as such in prowlarr), but if I set the "Freeleech" flag when adding the indexer, it fails. imagen

Also, it seems that if I don't set the flag, all torrents are marked as freeleech in the indexer flags when they are not.

imagen

Expected Behavior

The system should allow me to use the freeleech flag and perform the filtering correctly.

I hope you can fix both the indexer flag and the indexer flags when searching.

An example of a query that would return the torrents filtered by freeleech: https://hd-olimpo.club/torrents?free[0]=100

It might also be interesting to be able to show torrents that are 50% freeleech or similar. https://hd-olimpo.club/torrents?free[0]=50

Steps To Reproduce

No response

Environment

- OS: Ubuntu Server 22.04.2
- Prowlarr: 1.13.3.4273
- Docker Install: Yes
- Using Reverse Proxy: Yes (Ngnix Proxy Manager)
- Browser: Firefox Developer Edition 124.0b1

What branch are you running?

Master

Trace Logs?

2024-02-21 15:09:34.9|Trace|EventAggregator|ConfigSavedEvent -> UiAuthorizationHandler
2024-02-21 15:09:34.9|Trace|EventAggregator|ConfigSavedEvent <- UiAuthorizationHandler
2024-02-21 15:09:34.9|Trace|EventAggregator|ConfigSavedEvent ~> LocalizationService
2024-02-21 15:09:34.9|Trace|EventAggregator|ConfigSavedEvent ~> TaskManager
2024-02-21 15:09:34.9|Trace|EventAggregator|ConfigSavedEvent <~ LocalizationService
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http'
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:''
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080'
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:''
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:''
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:''
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True'
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'certificatevalidation' defaultValue:'Enabled'
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups'
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28'
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'applicationurl' defaultValue:''
2024-02-21 15:09:34.9|Trace|EventAggregator|ConfigSavedEvent <~ TaskManager
2024-02-21 15:09:34.9|Trace|ConfigService|Using default config value for 'historycleanupdays' defaultValue:'30'
2024-02-21 15:09:34.9|Trace|Http|Res: 2248 [PUT] /api/v1/config/host: 202.Accepted (227 ms)
2024-02-21 15:09:34.9|Debug|Api|[PUT] /api/v1/config/host: 202.Accepted (227 ms)
2024-02-21 15:09:38.8|Trace|Http|Req: 2249 [POST] /api/v1/indexer/action/getUrls (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:38.8|Trace|Http|Req: 2250 [GET] /api/v1/downloadclient (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:38.8|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:38.8|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:38.8|Trace|Http|Res: 2250 [GET] /api/v1/downloadclient: 200.OK (16 ms)
2024-02-21 15:09:38.8|Trace|Http|Res: 2249 [POST] /api/v1/indexer/action/getUrls: 200.OK (17 ms)
2024-02-21 15:09:38.8|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (16 ms)
2024-02-21 15:09:38.8|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (17 ms)
2024-02-21 15:09:39.9|Trace|HealthCheckService|Check health -> UpdateCheck
2024-02-21 15:09:39.9|Trace|HealthCheckService|Check health <- UpdateCheck
2024-02-21 15:09:39.9|Trace|HealthCheckService|Check health -> ApiKeyValidationCheck
2024-02-21 15:09:39.9|Trace|HealthCheckService|Check health <- ApiKeyValidationCheck
2024-02-21 15:09:39.9|Trace|HealthCheckService|Check health -> ProxyCheck
2024-02-21 15:09:39.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 15:09:39.9|Trace|HealthCheckService|Check health <- ProxyCheck
2024-02-21 15:09:39.9|Trace|HealthCheckService|Check health -> ReleaseBranchCheck
2024-02-21 15:09:39.9|Trace|HealthCheckService|Check health <- ReleaseBranchCheck
2024-02-21 15:09:39.9|Trace|EventAggregator|Publishing HealthCheckCompleteEvent
2024-02-21 15:09:39.9|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthController
2024-02-21 15:09:39.9|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthController
2024-02-21 15:09:39.9|Trace|EventAggregator|HealthCheckCompleteEvent ~> NotificationService
2024-02-21 15:09:39.9|Trace|EventAggregator|HealthCheckCompleteEvent <~ NotificationService
2024-02-21 15:09:39.9|Trace|Http|Req: 2251 [GET] /api/v1/health (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:39.9|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:39.9|Trace|Http|Res: 2251 [GET] /api/v1/health: 200.OK (2 ms)
2024-02-21 15:09:39.9|Debug|Api|[GET] /api/v1/health: 200.OK (2 ms)
2024-02-21 15:09:40.9|Trace|Http|Req: 2252 [POST] /api/v1/indexer (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:40.9|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:40.9|Trace|Cardigann|Getting Basic search
2024-02-21 15:09:40.9|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:09:40.9|Trace|Cardigann|Populating config vars
2024-02-21 15:09:41.0|Debug|Cardigann|Adding request: https://hd-olimpo.club/api/torrents/filter?sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:09:41.0|Debug|Cardigann|Downloading Feed https://hd-olimpo.club/api/torrents/filter?sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:09:41.0|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:09:41.0|Trace|IndexerHttpClient|Req: [GET] https://hd-olimpo.club/api/torrents/filter?sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:09:41.0|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 15:09:41.8|Trace|Http|Req: 2253 [POST] /signalr/messages?access_token=(removed)&id=(removed) (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:41.8|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-02-21 15:09:41.8|Trace|Http|Res: 2253 [POST] /signalr/messages?access_token=(removed)&id=(removed) 200.OK (4 ms)
2024-02-21 15:09:42.4|Trace|IndexerHttpClient|Res: HTTP/1.1 [GET] https://hd-olimpo.club/api/torrents/filter?sortField=created_at&sortDirection=desc&perPage=100: 200.OK (121601 bytes) (1425 ms)
2024-02-21 15:09:42.4|Trace|Cardigann|Cardigann (hdolimpo-api): Parsing response
2024-02-21 15:09:42.4|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:09:42.5|Trace|Cardigann|Cardigann (hdolimpo-api): Got 100 releases
2024-02-21 15:09:42.5|Trace|EventAggregator|Publishing ProviderAddedEvent<IIndexer>
2024-02-21 15:09:42.5|Trace|EventAggregator|ProviderAddedEvent<IIndexer> ~> ApplicationService
2024-02-21 15:09:42.5|Trace|Http|Res: 2252 [POST] /api/v1/indexer: 201.Created (1547 ms)
2024-02-21 15:09:42.5|Debug|Api|[POST] /api/v1/indexer: 201.Created (1547 ms)
2024-02-21 15:09:42.5|Debug|ApplicationService|No tags set to application Radarr.
2024-02-21 15:09:42.5|Trace|Radarr|Adding indexer HD-Olimpo - Copia [9]
2024-02-21 15:09:42.5|Trace|HttpClient|Req: [POST] http://192.168.1.64:7878/api/v3/indexer: {"id":0,"enableRss":true,"enableAutomaticSearch":true,"enableInteractiveSearch":true,"priority":25,"name":"HD-Olimpo - Copia (Prowlarr)","implementation":"Torznab","configContract":"TorznabSettings","tags":[],"fields":[{"name":"baseUrl","value":"http://192.168.1.64:9696/9/","type":"textbox","advanced":false},{"name":"apiPath","value":"/api","type":"textbox","advanced":true},{"name":"multiLanguages","value":[],"type":"select","advanced":true},{"name":"apiKey","value":"(removed)","type":"textbox","advanced":false},{"name":"categories","value":[2000],"type":"select","advanced":false},{"name":"additionalParameters","type":"textbox","advanced":true},{"name":"removeYear","value":false,"type":"checkbox","advanced":true},{"name":"minimumSeeders","value":1,"type":"number","advanced":true},{"name":"seedCriteria.seedRatio","type":"textbox","advanced":false},{"name":"seedCriteria.seedTime","value":4320,"type":"number","advanced":true},{"name":"requiredFlags","value":[],"type":"select","advanced":true}]}
2024-02-21 15:09:42.5|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 15:09:42.5|Trace|Http|Req: 2254 [GET] /9/api?t=caps&apikey=(removed) (from 172.23.0.1 Radarr/5.3.6.8612 (alpine 3.18.6))
2024-02-21 15:09:42.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:42.6|Trace|Http|Res: 2254 [GET] /9/api?t=caps&apikey=(removed) 200.OK (9 ms)
2024-02-21 15:09:42.6|Trace|Http|Req: 2255 [GET] /9/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 (from 172.23.0.1 Radarr/5.3.6.8612 (alpine 3.18.6))
2024-02-21 15:09:42.6|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:42.6|Info|ReleaseSearchService|Searching indexer(s): [HD-Olimpo - Copia] for Term: [], Offset: 0, Limit: 100, Categories: [2000]
2024-02-21 15:09:42.6|Trace|Cardigann|Getting Movie search
2024-02-21 15:09:42.6|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:09:42.6|Trace|Cardigann|Populating config vars
2024-02-21 15:09:42.6|Debug|Cardigann|Adding request: https://hd-olimpo.club/api/torrents/filter?categories[]=1&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:09:42.6|Debug|Cardigann|Downloading Feed https://hd-olimpo.club/api/torrents/filter?categories[]=1&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:09:42.6|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:09:42.6|Trace|RateLimitService|Rate Limit triggered, delaying 'hd-olimpo.club' for 0.386 sec
2024-02-21 15:09:43.0|Trace|IndexerHttpClient|Req: [GET] https://hd-olimpo.club/api/torrents/filter?categories[]=1&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:09:43.0|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 15:09:44.4|Trace|IndexerHttpClient|Res: HTTP/1.1 [GET] https://hd-olimpo.club/api/torrents/filter?categories[]=1&sortField=created_at&sortDirection=desc&perPage=100: 200.OK (121697 bytes) (1427 ms)
2024-02-21 15:09:44.4|Trace|Cardigann|Cardigann (hdolimpo-api): Parsing response
2024-02-21 15:09:44.4|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:09:44.4|Trace|Cardigann|Cardigann (hdolimpo-api): Got 100 releases
2024-02-21 15:09:44.4|Trace|EventAggregator|Publishing IndexerQueryEvent
2024-02-21 15:09:44.4|Trace|EventAggregator|IndexerQueryEvent -> HistoryService
2024-02-21 15:09:44.4|Trace|EventAggregator|IndexerQueryEvent <- HistoryService
2024-02-21 15:09:44.4|Debug|ReleaseSearchService|Total of 100 reports were found for Term: [], Offset: 0, Limit: 100, Categories: [2000] from 1 indexer(s)
2024-02-21 15:09:44.5|Trace|Http|Res: 2255 [GET] /9/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 200.OK (1899 ms)
2024-02-21 15:09:44.5|Trace|HttpClient|Res: HTTP/1.1 [POST] http://192.168.1.64:7878/api/v3/indexer: 201.Created (11399 bytes) (1990 ms)
2024-02-21 15:09:44.5|Debug|ApplicationService|No tags set to application Sonarr.
2024-02-21 15:09:44.5|Trace|Sonarr|Adding indexer HD-Olimpo - Copia [9]
2024-02-21 15:09:44.5|Trace|HttpClient|Req: [POST] http://192.168.1.64:8989/api/v3/indexer: {"id":0,"enableRss":true,"enableAutomaticSearch":true,"enableInteractiveSearch":true,"priority":25,"name":"HD-Olimpo - Copia (Prowlarr)","implementation":"Torznab","configContract":"TorznabSettings","tags":[],"fields":[{"name":"baseUrl","value":"http://192.168.1.64:9696/9/","type":"textbox","advanced":false},{"name":"apiPath","value":"/api","type":"textbox","advanced":true},{"name":"apiKey","value":"(removed)","type":"textbox","advanced":false},{"name":"categories","value":[5000],"type":"select","advanced":false},{"name":"animeCategories","value":[],"type":"select","advanced":false},{"name":"animeStandardFormatSearch","value":false,"type":"checkbox","advanced":false},{"name":"additionalParameters","type":"textbox","advanced":true},{"name":"minimumSeeders","value":1,"type":"number","advanced":true},{"name":"seedCriteria.seedRatio","type":"textbox","advanced":false},{"name":"seedCriteria.seedTime","value":4320,"type":"number","advanced":true},{"name":"seedCriteria.seasonPackSeedTime","value":4320,"type":"number","advanced":true}]}
2024-02-21 15:09:44.5|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 15:09:44.5|Trace|Http|Req: 2256 [GET] /9/api?t=caps&apikey=(removed) (from 172.23.0.1 Sonarr/4.0.1.929 (alpine 3.19.1))
2024-02-21 15:09:44.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:44.5|Trace|Http|Res: 2256 [GET] /9/api?t=caps&apikey=(removed) 200.OK (7 ms)
2024-02-21 15:09:44.5|Trace|Http|Req: 2257 [GET] /9/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100 (from 172.23.0.1 Sonarr/4.0.1.929 (alpine 3.19.1))
2024-02-21 15:09:44.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:44.5|Info|ReleaseSearchService|Searching indexer(s): [HD-Olimpo - Copia] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000]
2024-02-21 15:09:44.5|Trace|Cardigann|Getting TV search
2024-02-21 15:09:44.5|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:09:44.5|Trace|Cardigann|Populating config vars
2024-02-21 15:09:44.5|Debug|Cardigann|Adding request: https://hd-olimpo.club/api/torrents/filter?categories[]=2&categories[]=4&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:09:44.5|Debug|Cardigann|Downloading Feed https://hd-olimpo.club/api/torrents/filter?categories[]=2&categories[]=4&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:09:44.5|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:09:44.5|Trace|RateLimitService|Rate Limit triggered, delaying 'hd-olimpo.club' for 0.419 sec
2024-02-21 15:09:45.0|Trace|IndexerHttpClient|Req: [GET] https://hd-olimpo.club/api/torrents/filter?categories[]=2&categories[]=4&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:09:45.0|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 15:09:45.4|Trace|Http|Req: 2258 [POST] /api/v1/indexer/action/getUrls (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:45.4|Trace|Http|Req: 2259 [GET] /api/v1/downloadclient (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:45.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:45.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:45.4|Trace|Http|Res: 2259 [GET] /api/v1/downloadclient: 200.OK (11 ms)
2024-02-21 15:09:45.4|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (11 ms)
2024-02-21 15:09:45.4|Trace|Http|Res: 2258 [POST] /api/v1/indexer/action/getUrls: 200.OK (13 ms)
2024-02-21 15:09:45.4|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (13 ms)
2024-02-21 15:09:46.5|Trace|IndexerHttpClient|Res: HTTP/1.1 [GET] https://hd-olimpo.club/api/torrents/filter?categories[]=2&categories[]=4&sortField=created_at&sortDirection=desc&perPage=100: 200.OK (121572 bytes) (1510 ms)
2024-02-21 15:09:46.5|Trace|Cardigann|Cardigann (hdolimpo-api): Parsing response
2024-02-21 15:09:46.5|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:09:46.5|Trace|Cardigann|Cardigann (hdolimpo-api): Got 100 releases
2024-02-21 15:09:46.5|Trace|EventAggregator|Publishing IndexerQueryEvent
2024-02-21 15:09:46.5|Trace|EventAggregator|IndexerQueryEvent -> HistoryService
2024-02-21 15:09:46.6|Trace|EventAggregator|IndexerQueryEvent <- HistoryService
2024-02-21 15:09:46.6|Debug|ReleaseSearchService|Total of 100 reports were found for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000] from 1 indexer(s)
2024-02-21 15:09:46.6|Trace|Http|Res: 2257 [GET] /9/api?t=tvsearch&cat=5000&extended=1&apikey=(removed)&offset=0&limit=100: 200.OK (2028 ms)
2024-02-21 15:09:46.6|Trace|HttpClient|Res: HTTP/1.1 [POST] http://192.168.1.64:8989/api/v3/indexer: 201.Created (4500 bytes) (2090 ms)
2024-02-21 15:09:46.6|Trace|EventAggregator|ProviderAddedEvent<IIndexer> <~ ApplicationService
2024-02-21 15:09:47.5|Trace|HealthCheckService|Check health -> IndexerCheck
2024-02-21 15:09:47.5|Trace|HealthCheckService|Check health <- IndexerCheck
2024-02-21 15:09:47.5|Trace|HealthCheckService|Check health -> IndexerVIPCheck
2024-02-21 15:09:47.5|Trace|HealthCheckService|Check health <- IndexerVIPCheck
2024-02-21 15:09:47.5|Trace|HealthCheckService|Check health -> IndexerVIPExpiredCheck
2024-02-21 15:09:47.5|Trace|HealthCheckService|Check health <- IndexerVIPExpiredCheck
2024-02-21 15:09:47.5|Trace|EventAggregator|Publishing HealthCheckCompleteEvent
2024-02-21 15:09:47.5|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthController
2024-02-21 15:09:47.5|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthController
2024-02-21 15:09:47.5|Trace|EventAggregator|HealthCheckCompleteEvent ~> NotificationService
2024-02-21 15:09:47.5|Trace|EventAggregator|HealthCheckCompleteEvent <~ NotificationService
2024-02-21 15:09:47.5|Trace|Http|Req: 2260 [GET] /api/v1/health (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:47.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:47.5|Trace|Http|Res: 2260 [GET] /api/v1/health: 200.OK (2 ms)
2024-02-21 15:09:47.5|Debug|Api|[GET] /api/v1/health: 200.OK (2 ms)
2024-02-21 15:09:47.9|Trace|Http|Req: 2261 [DELETE] /api/v1/indexer/9 (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:47.9|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:47.9|Trace|EventAggregator|Publishing ProviderDeletedEvent<IIndexer>
2024-02-21 15:09:47.9|Trace|EventAggregator|ProviderDeletedEvent<IIndexer> -> HistoryService
2024-02-21 15:09:47.9|Trace|EventAggregator|ProviderDeletedEvent<IIndexer> <- HistoryService
2024-02-21 15:09:47.9|Trace|EventAggregator|ProviderDeletedEvent<IIndexer> ~> ApplicationService
2024-02-21 15:09:47.9|Trace|EventAggregator|ProviderDeletedEvent<IIndexer> ~> IndexerStatusService
2024-02-21 15:09:47.9|Trace|Http|Res: 2261 [DELETE] /api/v1/indexer/9: 200.OK (20 ms)
2024-02-21 15:09:47.9|Debug|Api|[DELETE] /api/v1/indexer/9: 200.OK (20 ms)
2024-02-21 15:09:47.9|Trace|HttpClient|Req: [DELETE] http://192.168.1.64:7878/api/v3/indexer/9
2024-02-21 15:09:47.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 15:09:47.9|Trace|EventAggregator|ProviderDeletedEvent<IIndexer> <~ IndexerStatusService
2024-02-21 15:09:47.9|Trace|HttpClient|Res: HTTP/1.1 [DELETE] http://192.168.1.64:7878/api/v3/indexer/9: 200.OK (2 bytes) (11 ms)
2024-02-21 15:09:47.9|Trace|HttpClient|Req: [DELETE] http://192.168.1.64:8989/api/v3/indexer/9
2024-02-21 15:09:47.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 15:09:47.9|Trace|HttpClient|Res: HTTP/1.1 [DELETE] http://192.168.1.64:8989/api/v3/indexer/9: 200.OK (2 bytes) (11 ms)
2024-02-21 15:09:47.9|Trace|EventAggregator|ProviderDeletedEvent<IIndexer> <~ ApplicationService
2024-02-21 15:09:51.0|Trace|Http|Req: 2262 [GET] /api/v1/downloadclient (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:51.0|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:51.0|Trace|Http|Res: 2262 [GET] /api/v1/downloadclient: 200.OK (4 ms)
2024-02-21 15:09:51.0|Debug|Api|[GET] /api/v1/downloadclient: 200.OK (4 ms)
2024-02-21 15:09:51.0|Trace|Http|Req: 2263 [POST] /api/v1/indexer/action/getUrls (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:51.0|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:51.0|Trace|Http|Res: 2263 [POST] /api/v1/indexer/action/getUrls: 200.OK (4 ms)
2024-02-21 15:09:51.0|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (4 ms)
2024-02-21 15:09:52.9|Trace|HealthCheckService|Check health -> IndexerCheck
2024-02-21 15:09:52.9|Trace|HealthCheckService|Check health <- IndexerCheck
2024-02-21 15:09:52.9|Trace|HealthCheckService|Check health -> IndexerDownloadClientCheck
2024-02-21 15:09:52.9|Trace|HealthCheckService|Check health <- IndexerDownloadClientCheck
2024-02-21 15:09:52.9|Trace|HealthCheckService|Check health -> IndexerLongTermStatusCheck
2024-02-21 15:09:52.9|Trace|HealthCheckService|Check health <- IndexerLongTermStatusCheck
2024-02-21 15:09:52.9|Trace|HealthCheckService|Check health -> IndexerStatusCheck
2024-02-21 15:09:52.9|Trace|HealthCheckService|Check health <- IndexerStatusCheck
2024-02-21 15:09:52.9|Trace|HealthCheckService|Check health -> IndexerVIPCheck
2024-02-21 15:09:52.9|Trace|HealthCheckService|Check health <- IndexerVIPCheck
2024-02-21 15:09:52.9|Trace|HealthCheckService|Check health -> IndexerVIPExpiredCheck
2024-02-21 15:09:52.9|Trace|HealthCheckService|Check health <- IndexerVIPExpiredCheck
2024-02-21 15:09:52.9|Trace|HealthCheckService|Check health -> NoDefinitionCheck
2024-02-21 15:09:52.9|Trace|HttpClient|Req: [GET] https://indexers.prowlarr.com/master/9
2024-02-21 15:09:52.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 15:09:53.0|Trace|HttpClient|Res: HTTP/2.0 [GET] https://indexers.prowlarr.com/master/9: 200.OK (1287337 bytes) (99 ms)
2024-02-21 15:09:53.1|Trace|HealthCheckService|Check health <- NoDefinitionCheck
2024-02-21 15:09:53.1|Trace|HealthCheckService|Check health -> OutdatedDefinitionCheck
2024-02-21 15:09:53.1|Trace|HealthCheckService|Check health <- OutdatedDefinitionCheck
2024-02-21 15:09:53.1|Trace|EventAggregator|Publishing HealthCheckCompleteEvent
2024-02-21 15:09:53.1|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthController
2024-02-21 15:09:53.1|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthController
2024-02-21 15:09:53.1|Trace|EventAggregator|HealthCheckCompleteEvent ~> NotificationService
2024-02-21 15:09:53.1|Trace|EventAggregator|HealthCheckCompleteEvent <~ NotificationService
2024-02-21 15:09:53.1|Trace|Http|Req: 2264 [GET] /api/v1/health (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:53.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:53.1|Trace|Http|Res: 2264 [GET] /api/v1/health: 200.OK (1 ms)
2024-02-21 15:09:53.1|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2024-02-21 15:09:56.3|Trace|Scheduler|Pending Tasks: 1
2024-02-21 15:09:56.3|Trace|CommandQueueManager|Publishing MessagingCleanup
2024-02-21 15:09:56.3|Trace|CommandQueueManager|Checking if command is queued or started: MessagingCleanup
2024-02-21 15:09:56.3|Trace|CommandQueueManager|Inserting new command: MessagingCleanup
2024-02-21 15:09:56.3|Trace|CommandExecutor|MessagingCleanupCommand -> CleanupCommandMessagingService
2024-02-21 15:09:56.3|Trace|CommandQueueManager|Marking command as started: MessagingCleanup
2024-02-21 15:09:56.4|Trace|CommandQueueManager|Cleaning up old commands
2024-02-21 15:09:56.4|Trace|CommandQueueManager|Updating command status
2024-02-21 15:09:56.4|Trace|EventAggregator|Publishing CommandExecutedEvent
2024-02-21 15:09:56.4|Trace|EventAggregator|CommandExecutedEvent -> TaskManager
2024-02-21 15:09:56.4|Trace|TaskManager|Updating last run time for: NzbDrone.Core.Messaging.Commands.MessagingCleanupCommand
2024-02-21 15:09:56.4|Trace|EventAggregator|CommandExecutedEvent <- TaskManager
2024-02-21 15:09:56.4|Trace|EventAggregator|CommandExecutedEvent -> TaskController
2024-02-21 15:09:56.4|Trace|EventAggregator|CommandExecutedEvent <- TaskController
2024-02-21 15:09:56.4|Trace|CommandExecutor|MessagingCleanupCommand <- CleanupCommandMessagingService [00:00:00.0089856]
2024-02-21 15:09:56.4|Trace|Http|Req: 2265 [GET] /api/v1/command (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:56.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:56.4|Trace|CommandQueueManager|Getting all commands
2024-02-21 15:09:56.4|Trace|Http|Res: 2265 [GET] /api/v1/command: 200.OK (3 ms)
2024-02-21 15:09:56.4|Debug|Api|[GET] /api/v1/command: 200.OK (3 ms)
2024-02-21 15:09:56.7|Trace|Http|Req: 2266 [POST] /signalr/messages?access_token=(removed)&id=(removed) (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:56.7|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-02-21 15:09:56.7|Trace|Http|Res: 2266 [POST] /signalr/messages?access_token=(removed)&id=(removed) 200.OK (2 ms)
2024-02-21 15:09:59.3|Trace|Http|Req: 2267 [POST] /api/v1/indexer (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:09:59.3|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:09:59.4|Trace|Cardigann|Getting Basic search
2024-02-21 15:09:59.4|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:09:59.4|Trace|Cardigann|Populating config vars
2024-02-21 15:09:59.4|Debug|Cardigann|Adding request: https://hd-olimpo.club/api/torrents/filter?free=1&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:09:59.4|Debug|Cardigann|Downloading Feed https://hd-olimpo.club/api/torrents/filter?free=1&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:09:59.4|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:09:59.4|Trace|IndexerHttpClient|Req: [GET] https://hd-olimpo.club/api/torrents/filter?free=1&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:09:59.4|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 15:09:59.8|Trace|IndexerHttpClient|Res: HTTP/1.1 [GET] https://hd-olimpo.club/api/torrents/filter?free=1&sortField=created_at&sortDirection=desc&perPage=100: 200.OK (965 bytes) (452 ms)
2024-02-21 15:09:59.8|Trace|Cardigann|Cardigann (hdolimpo-api): Parsing response
2024-02-21 15:09:59.8|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:09:59.8|Trace|Cardigann|No releases found. Response: {
    "data": [],
    "links": {
        "first": "https://hd-olimpo.club/api/torrents/filter?page=1",
        "last": "https://hd-olimpo.club/api/torrents/filter?page=1",
        "prev": null,
        "next": null,
        "self": "https://hd-olimpo.club/api/torrents"
    },
    "meta": {
        "current_page": 1,
        "from": null,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "&laquo; Anterior",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Siguiente &raquo;",
                "active": false
            }
        ],
        "path": "https://hd-olimpo.club/api/torrents/filter",
        "per_page": "100",
        "to": null,
        "total": 0
    }
}
2024-02-21 15:09:59.8|Trace|ProwlarrErrorPipeline|Handling Exception
2024-02-21 15:09:59.8|Warn|ProwlarrErrorPipeline|Invalid request Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer, your indexer category settings, or other indexer settings such as search freeleech only etc.
2024-02-21 15:09:59.9|Trace|Http|Res: 2267 [POST] /api/v1/indexer: 400.BadRequest (513 ms)
2024-02-21 15:09:59.9|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (513 ms)
2024-02-21 15:10:12.9|Trace|Http|Req: 2268 [POST] /signalr/messages?access_token=(removed)&id=(removed) (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:10:12.9|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-02-21 15:10:12.9|Trace|Http|Res: 2268 [POST] /signalr/messages?access_token=(removed)&id=(removed) 200.OK (0 ms)
2024-02-21 15:10:14.9|Trace|Http|Req: 2269 [POST] /api/v1/indexer?forceSave=true (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:10:14.9|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:10:14.9|Trace|Cardigann|Getting Basic search
2024-02-21 15:10:14.9|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:10:14.9|Trace|Cardigann|Populating config vars
2024-02-21 15:10:14.9|Debug|Cardigann|Adding request: https://hd-olimpo.club/api/torrents/filter?free=1&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:10:14.9|Debug|Cardigann|Downloading Feed https://hd-olimpo.club/api/torrents/filter?free=1&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:10:14.9|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:10:14.9|Trace|IndexerHttpClient|Req: [GET] https://hd-olimpo.club/api/torrents/filter?free=1&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 15:10:14.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 15:10:15.3|Trace|IndexerHttpClient|Res: HTTP/1.1 [GET] https://hd-olimpo.club/api/torrents/filter?free=1&sortField=created_at&sortDirection=desc&perPage=100: 200.OK (965 bytes) (424 ms)
2024-02-21 15:10:15.3|Trace|Cardigann|Cardigann (hdolimpo-api): Parsing response
2024-02-21 15:10:15.3|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 15:10:15.3|Trace|Cardigann|No releases found. Response: {
    "data": [],
    "links": {
        "first": "https://hd-olimpo.club/api/torrents/filter?page=1",
        "last": "https://hd-olimpo.club/api/torrents/filter?page=1",
        "prev": null,
        "next": null,
        "self": "https://hd-olimpo.club/api/torrents"
    },
    "meta": {
        "current_page": 1,
        "from": null,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "&laquo; Anterior",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Siguiente &raquo;",
                "active": false
            }
        ],
        "path": "https://hd-olimpo.club/api/torrents/filter",
        "per_page": "100",
        "to": null,
        "total": 0
    }
}
2024-02-21 15:10:15.3|Trace|ProwlarrErrorPipeline|Handling Exception
2024-02-21 15:10:15.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer, your indexer category settings, or other indexer settings such as search freeleech only etc.
2024-02-21 15:10:15.3|Trace|Http|Res: 2269 [POST] /api/v1/indexer?forceSave=true: 400.BadRequest (448 ms)
2024-02-21 15:10:15.3|Debug|Api|[POST] /api/v1/indexer?forceSave=true: 400.BadRequest (448 ms)
2024-02-21 15:10:17.5|Trace|Http|Req: 2270 [GET] /api/v1/health (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:10:17.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:10:17.5|Trace|Http|Res: 2270 [GET] /api/v1/health: 200.OK (1 ms)
2024-02-21 15:10:17.5|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2024-02-21 15:10:17.5|Trace|Http|Req: 2271 [GET] /api/v1/system/status (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:10:17.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:10:17.5|Trace|Http|Res: 2271 [GET] /api/v1/system/status: 200.OK (3 ms)
2024-02-21 15:10:17.5|Debug|Api|[GET] /api/v1/system/status: 200.OK (3 ms)
2024-02-21 15:10:18.5|Trace|Http|Req: 2272 [GET] /api/v1/log/file (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 15:10:18.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 15:10:18.5|Trace|Http|Res: 2272 [GET] /api/v1/log/file: 200.OK (1 ms)
2024-02-21 15:10:18.5|Debug|Api|[GET] /api/v1/log/file: 200.OK (1 ms)
2024-02-21 15:10:21.1|Trace|Http|Req: 2273 [GET] /logfile/prowlarr.trace.txt (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)

Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.

mynameisbogdan commented 7 months ago

Yea, can see where the bug is. Thanks.

mynameisbogdan commented 7 months ago

Restart Prowlarr and try again.

longopy commented 7 months ago

Restart Prowlarr and try again.

I tried it and it still fails.

Should the version be changed? imagen

mynameisbogdan commented 7 months ago

Provide new logs then.

longopy commented 7 months ago

Now the tracker does not work without filters either.

2024-02-21 19:58:30.6|Debug|Cardigann|Downloading Feed https://hd-olimpo.club/api/torrents/filter?sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 19:58:30.6|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 19:58:30.6|Trace|IndexerHttpClient|Req: [GET] https://hd-olimpo.club/api/torrents/filter?sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 19:58:30.6|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 19:58:32.1|Trace|IndexerHttpClient|Res: HTTP/1.1 [GET] https://hd-olimpo.club/api/torrents/filter?sortField=created_at&sortDirection=desc&perPage=100: 200.OK (121754 bytes) (1479 ms)
2024-02-21 19:58:32.1|Trace|Cardigann|Cardigann (hdolimpo-api): Parsing response
2024-02-21 19:58:32.1|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 19:58:32.1|Trace|Cardigann|Unexpected Response content (121754 bytes): {
    "data": [
        {
            "type": "torrent",
            "id": "51551",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/2by4DHPmfaTqJ9YJZJK5tPxHpuk.jpg",
                "name": "Remando como un solo hombre (2023) [AMZN WEB-DL 2160p DV-HDR10 ES DD+ 5.1][HDO]",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 23625454991,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 0,
                "uploader": "Jato",
                "seeders": 1,
                "leechers": 136,
                "times_completed": 0,
                "tmdb_id": 823452,
                "imdb_id": 1856080,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T10:15:19.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51551.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51551"
            }
        },
        {
            "type": "torrent",
            "id": "51550",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/2by4DHPmfaTqJ9YJZJK5tPxHpuk.jpg",
                "name": "Remando como un solo hombre (2023) [AMZN WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 9279150602,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 0,
                "uploader": "Jato",
                "seeders": 1,
                "leechers": 189,
                "times_completed": 0,
                "tmdb_id": 823452,
                "imdb_id": 1856080,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T10:15:12.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51550.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51550"
            }
        },
        {
            "type": "torrent",
            "id": "51548",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/kW8pv9jMKE2t1L5xyy1JRxjWJ9n.jpg",
                "name": "Constelacion S01E03 [APTV WEB-DL 2160p HEVC DV-HDR10+ ES DD 5.1][HDO]",
                "release_year": "2024",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 9690281180,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 121,
                "leechers": 5,
                "times_completed": 121,
                "tmdb_id": 197125,
                "imdb_id": 19395018,
                "tvdb_id": 418727,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T09:40:14.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51548.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51548"
            }
        },
        {
            "type": "torrent",
            "id": "51547",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/kW8pv9jMKE2t1L5xyy1JRxjWJ9n.jpg",
                "name": "Constelacion S01E02 [APTV WEB-DL 2160p HEVC DV-HDR10+ ES DD 5.1][HDO]",
                "release_year": "2024",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 10418625970,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 125,
                "leechers": 3,
                "times_completed": 126,
                "tmdb_id": 197125,
                "imdb_id": 19395018,
                "tvdb_id": 418727,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T09:40:11.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51547.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51547"
            }
        },
        {
            "type": "torrent",
            "id": "51546",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/kW8pv9jMKE2t1L5xyy1JRxjWJ9n.jpg",
                "name": "Constelacion S01E01 [APTV WEB-DL 2160p HEVC DV-HDR10+ ES DD 5.1][HDO]",
                "release_year": "2024",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 11112472402,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 139,
                "leechers": 4,
                "times_completed": 140,
                "tmdb_id": 197125,
                "imdb_id": 19395018,
                "tvdb_id": 418727,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T09:40:07.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51546.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51546"
            }
        },
        {
            "type": "torrent",
            "id": "51533",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/5kx4cU1G7qvsciaFqdF1p1QcTeY.jpg",
                "name": "Blood de Brad Anderson (2022) [BDRip 1080p AVC ES DTS 5.1][HDO]",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "BDRip",
                "resolution": "1080p",
                "size": 13928698943,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 1,
                "uploader": "albacea",
                "seeders": 98,
                "leechers": 2,
                "times_completed": 101,
                "tmdb_id": 746524,
                "imdb_id": 13280054,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T21:42:15.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51533.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51533"
            }
        },
        {
            "type": "torrent",
            "id": "51530",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/ajp91apA8TRvGRHFKIDQeix2xKx.jpg",
                "name": "Luces Fuera (2024) [WEB-DL 1080p AVC ES DD+ 5.1 Subs]HDO",
                "release_year": "2024",
                "category": "Pel\u00edculas",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 7140932647,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 1,
                "uploader": "Jato",
                "seeders": 184,
                "leechers": 2,
                "times_completed": 191,
                "tmdb_id": 931642,
                "imdb_id": 16368898,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T18:31:48.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51530.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51530"
            }
        },
        {
            "type": "torrent",
            "id": "51525",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/e68RMVPRod1k4x4j3nBYwQrfGBK.jpg",
                "name": "Noche de Paz (2023) [FullBluRay 1080p AVC ES DTS-HD MA 5.1 Subs]HDO iso",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "Full BD",
                "resolution": "1080p",
                "size": 30203314176,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 1,
                "uploader": "Jato",
                "seeders": 53,
                "leechers": 0,
                "times_completed": 58,
                "tmdb_id": 891699,
                "imdb_id": 15799866,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T16:34:47.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51525.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51525"
            }
        },
        {
            "type": "torrent",
            "id": "51524",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/8frC5TllwK0jnQCqgZDE8xzsT5b.jpg",
                "name": "Monstruo (2023) [FullBluRay 1080p AVC ES DTS-HD MA 5.1 Subs]HDO iso",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "Full BD",
                "resolution": "1080p",
                "size": 24264900608,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 1,
                "uploader": "Jato",
                "seeders": 70,
                "leechers": 0,
                "times_completed": 73,
                "tmdb_id": 1050035,
                "imdb_id": 23736044,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T16:29:08.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51524.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51524"
            }
        },
        {
            "type": "torrent",
            "id": "51523",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/nCXbP0vg7tScOjhdLWgK1m0RdKF.jpg",
                "name": "LEONARDO, EL INVENTOR (2023)  [WEB-DL 1080p AVC ES DD+ 5.1 Subs]HDO",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 4177678317,
                "num_file": 1,
                "freeleech": 50,
                "double_upload": 1,
                "internal": 1,
                "uploader": "Jato",
                "seeders": 151,
                "leechers": 2,
                "times_completed": 167,
                "tmdb_id": 676727,
                "imdb_id": 5822848,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T16:26:03.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51523.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51523"
            }
        },
        {
            "type": "torrent",
            "id": "51502",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/xjW4jbnqPq3sNH6SLzHgwi778CV.jpg",
                "name": "Chinas (2023) [BDRemux 1080p AVC ES DTS-HD MA  5.1 Subs]HDO",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 30163214968,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 1,
                "uploader": "Jato",
                "seeders": 136,
                "leechers": 1,
                "times_completed": 145,
                "tmdb_id": 1034387,
                "imdb_id": 21282898,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T19:32:17.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51502.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51502"
            }
        },
        {
            "type": "torrent",
            "id": "51494",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/xjW4jbnqPq3sNH6SLzHgwi778CV.jpg",
                "name": "Chinas (2023) [FullBluray 1080p AVC ES DTS-HD MA  5.1 Subs]HDO iso",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "Full BD",
                "resolution": "1080p",
                "size": 46284406784,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 1,
                "uploader": "Jato",
                "seeders": 57,
                "leechers": 0,
                "times_completed": 64,
                "tmdb_id": 1034387,
                "imdb_id": 21282898,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T17:20:21.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51494.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51494"
            }
        },
        {
            "type": "torrent",
            "id": "51484",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/6iA5vSLoZ1cfSS00WcKW2dSKDg7.jpg",
                "name": "Golpe de Suerte (2023) [FullBluray 1080p AVC ES DTS-HD MA  5.1 Subs]HDO iso",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "Full BD",
                "resolution": "1080p",
                "size": 24881070080,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 1,
                "uploader": "Jato",
                "seeders": 77,
                "leechers": 0,
                "times_completed": 93,
                "tmdb_id": 859235,
                "imdb_id": 15140278,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T16:36:03.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51484.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51484"
            }
        },
        {
            "type": "torrent",
            "id": "51483",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/l6xkdvQRTDeNXKRakVIL2igS5HZ.jpg",
                "name": "El color p\u00farpura (2023) [WEB-DL 2160p HEVC DV-HDR10+ ES DD+ 5.1 Subs]HDO",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 26727830641,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 1,
                "uploader": "Jato",
                "seeders": 131,
                "leechers": 1,
                "times_completed": 150,
                "tmdb_id": 558915,
                "imdb_id": 1200263,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T16:30:55.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51483.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51483"
            }
        },
        {
            "type": "torrent",
            "id": "51482",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/l6xkdvQRTDeNXKRakVIL2igS5HZ.jpg",
                "name": "El color p\u00farpura (2023) [WEB-DL 1080p AVC ES DD+ 5.1 Subs]HDO",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 9588564273,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 1,
                "uploader": "Jato",
                "seeders": 219,
                "leechers": 0,
                "times_completed": 241,
                "tmdb_id": 558915,
                "imdb_id": 1200263,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T16:18:41.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51482.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51482"
            }
        },
        {
            "type": "torrent",
            "id": "51446",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/snvyq6q3qaZ6JFF6NOl9CuGmpIX.jpg",
                "name": "Starman  El hombre de las estrellas (1984)[UHD FullBluRay 2160p HEVC DV-HDR10 ES DD 5.1 Subs]HDO ISO",
                "release_year": "1984",
                "category": "Pel\u00edculas",
                "type": "Full BD",
                "resolution": "2160p",
                "size": 87007887360,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 0,
                "uploader": "Jato",
                "seeders": 64,
                "leechers": 0,
                "times_completed": 78,
                "tmdb_id": 9663,
                "imdb_id": 88172,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-18T17:59:39.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51446.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51446"
            }
        },
        {
            "type": "torrent",
            "id": "51445",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/5kx4cU1G7qvsciaFqdF1p1QcTeY.jpg",
                "name": "Blood de Brad Anderson (2022) [BDRemux 1080p AVC ES DTS-HD MA 5.1 Subs]HDO",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 20669443374,
                "num_file": 1,
                "freeleech": 50,
                "double_upload": 1,
                "internal": 1,
                "uploader": "Jato",
                "seeders": 238,
                "leechers": 0,
                "times_completed": 255,
                "tmdb_id": 746524,
                "imdb_id": 13280054,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-18T16:26:18.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51445.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51445"
            }
        },
        {
            "type": "torrent",
            "id": "51436",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/aGQ9AAytrwR30dqSS0rgfcbzoEC.jpg",
                "name": "Aliman\u0303as (2023) [BDRip 1080p AVC ES DTS 5.1][HDO]",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "BDRip",
                "resolution": "1080p",
                "size": 9713934157,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 1,
                "uploader": "albacea",
                "seeders": 266,
                "leechers": 0,
                "times_completed": 278,
                "tmdb_id": 816707,
                "imdb_id": 14443260,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-18T08:26:09.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51436.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51436"
            }
        },
        {
            "type": "torrent",
            "id": "51435",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/mhLYcyxuhb82ttYDEU5DM8b3Hy3.jpg",
                "name": "Retribution (2023) [BDRip 1080p AVC ES DTS 5.1][HDO]",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "BDRip",
                "resolution": "1080p",
                "size": 13092827897,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 1,
                "uploader": "albacea",
                "seeders": 178,
                "leechers": 0,
                "times_completed": 197,
                "tmdb_id": 762430,
                "imdb_id": 6906292,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-18T08:26:05.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51435.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51435"
            }
        },
        {
            "type": "torrent",
            "id": "51418",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/aGQ9AAytrwR30dqSS0rgfcbzoEC.jpg",
                "name": "Alima\u00f1as (2023) [BDRemux 1080p AVC ES DTS-HD MA 5.1 Subs]HDO",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 19569815408,
                "num_file": 1,
                "freeleech": 50,
                "double_upload": 1,
                "internal": 1,
                "uploader": "Jato",
                "seeders": 294,
                "leechers": 1,
                "times_completed": 343,
                "tmdb_id": 816707,
                "imdb_id": 14443260,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-17T12:07:04.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51418.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51418"
            }
        },
        {
            "type": "torrent",
            "id": "51415",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/aGQ9AAytrwR30dqSS0rgfcbzoEC.jpg",
                "name": "Alima\u00f1as (2023) [FullBluray 1080p AVC ES DTS-HD MA 5.1 Subs]HDO iso",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "Full BD",
                "resolution": "1080p",
                "size": 21626421248,
                "num_file": 1,
                "freeleech": 50,
                "double_upload": 1,
                "internal": 1,
                "uploader": "Jato",
                "seeders": 46,
                "leechers": 0,
                "times_completed": 62,
                "tmdb_id": 816707,
                "imdb_id": 14443260,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-17T11:38:01.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51415.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51415"
            }
        },
        {
            "type": "torrent",
            "id": "51485",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/aKfNw4vqbI62HAMI04imwAPjC05.jpg",
                "name": "Sound of Freedom (2023) [FullBluRay 1080p AVC ES DTS-HD MA 5.1 Subs][HDO] ISO",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "Full BD",
                "resolution": "1080p",
                "size": 45722435584,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 1,
                "uploader": "Jato",
                "seeders": 45,
                "leechers": 0,
                "times_completed": 58,
                "tmdb_id": 678512,
                "imdb_id": 7599146,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-02T15:39:05.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51485.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51485"
            }
        },
        {
            "type": "torrent",
            "id": "51564",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/xp3xe5crIwALsSOpvWvvKNPVQCQ.jpg",
                "name": "By Ana Mil\u00e1n (2020) S02 [PACK][A3P WEB-DL 2160p HEVC ES AAC 2.0][HDO]",
                "release_year": null,
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 14386640765,
                "num_file": 8,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 10,
                "leechers": 2,
                "times_completed": 10,
                "tmdb_id": 111785,
                "imdb_id": 12961690,
                "tvdb_id": 390471,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T18:26:36.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51564.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51564"
            }
        },
        {
            "type": "torrent",
            "id": "51563",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/xp3xe5crIwALsSOpvWvvKNPVQCQ.jpg",
                "name": "By Ana Mil\u00e1n (2020) S01 [PACK][A3P WEB-DL 2160p HEVC ES AAC 2.0][HDO]",
                "release_year": null,
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 10695591470,
                "num_file": 8,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 13,
                "leechers": 1,
                "times_completed": 13,
                "tmdb_id": 111785,
                "imdb_id": 12961690,
                "tvdb_id": 390471,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T18:25:12.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51563.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51563"
            }
        },
        {
            "type": "torrent",
            "id": "51562",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/dmF2LqFb1Aj8jRktPdYapP7fWyx.jpg",
                "name": "Star Wars  La remesa mala (2021) S03E03 [DSNP WEB-DL 2160p HEVC HDR10 ES DD+ 5.1][HDO]",
                "release_year": null,
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 2948017320,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 25,
                "leechers": 1,
                "times_completed": 24,
                "tmdb_id": 105971,
                "imdb_id": 12708542,
                "tvdb_id": 385376,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T18:14:32.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51562.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51562"
            }
        },
        {
            "type": "torrent",
            "id": "51561",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/dmF2LqFb1Aj8jRktPdYapP7fWyx.jpg",
                "name": "Star Wars  La remesa mala (2021) S03E02 [DSNP WEB-DL 2160p HEVC HDR10 ES DD+ 5.1][HDO]",
                "release_year": null,
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 2936001623,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 24,
                "leechers": 1,
                "times_completed": 23,
                "tmdb_id": 105971,
                "imdb_id": 12708542,
                "tvdb_id": 385376,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T18:14:29.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51561.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51561"
            }
        },
        {
            "type": "torrent",
            "id": "51560",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/dmF2LqFb1Aj8jRktPdYapP7fWyx.jpg",
                "name": "Star Wars  La remesa mala (2021) S03E01 [DSNP WEB-DL 2160p HEVC HDR10 ES DD+ 5.1][HDO]",
                "release_year": null,
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 3541037557,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 25,
                "leechers": 1,
                "times_completed": 24,
                "tmdb_id": 105971,
                "imdb_id": 12708542,
                "tvdb_id": 385376,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T18:14:26.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51560.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51560"
            }
        },
        {
            "type": "torrent",
            "id": "51559",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/dmF2LqFb1Aj8jRktPdYapP7fWyx.jpg",
                "name": "Star Wars  La remesa mala (2021) S03E03 [DSNP WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": null,
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 1339074000,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 38,
                "leechers": 4,
                "times_completed": 48,
                "tmdb_id": 105971,
                "imdb_id": 12708542,
                "tvdb_id": 385376,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T18:14:23.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51559.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51559"
            }
        },
        {
            "type": "torrent",
            "id": "51558",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/dmF2LqFb1Aj8jRktPdYapP7fWyx.jpg",
                "name": "Star Wars  La remesa mala (2021) S03E02 [DSNP WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": null,
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 1158691247,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 39,
                "leechers": 4,
                "times_completed": 49,
                "tmdb_id": 105971,
                "imdb_id": 12708542,
                "tvdb_id": 385376,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T18:14:20.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51558.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51558"
            }
        },
        {
            "type": "torrent",
            "id": "51557",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/dmF2LqFb1Aj8jRktPdYapP7fWyx.jpg",
                "name": "Star Wars  La remesa mala (2021) S03E01 [DSNP WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": null,
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 1681866567,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 39,
                "leechers": 4,
                "times_completed": 49,
                "tmdb_id": 105971,
                "imdb_id": 12708542,
                "tvdb_id": 385376,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T18:14:18.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51557.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51557"
            }
        },
        {
            "type": "torrent",
            "id": "51556",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/ciFHdrjmuK932t9tz4HkoKFcOmE.jpg",
                "name": "Ajuste de cuentas - Muzzle (2023) [BDRemux 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 26537487300,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "suc_odie",
                "seeders": 32,
                "leechers": 4,
                "times_completed": 32,
                "tmdb_id": 939335,
                "imdb_id": 17663876,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T17:36:38.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51556.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51556"
            }
        },
        {
            "type": "torrent",
            "id": "51555",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/q2JFJ8x0IWligHyuLJbBjqNsySf.jpg",
                "name": "La monja (2018) [PROPER][Custom UHD 2160p HEVC HDR10 ES TrueHD Atmos 7.1][HDO] iso iso",
                "release_year": "2018",
                "category": "Pel\u00edculas",
                "type": "UHD Custom",
                "resolution": "2160p",
                "size": 67588259840,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "ironman3670",
                "seeders": 11,
                "leechers": 2,
                "times_completed": 10,
                "tmdb_id": 439079,
                "imdb_id": 5814060,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T17:12:16.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51555.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51555"
            }
        },
        {
            "type": "torrent",
            "id": "51554",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/llKtau8eDQwZFe1lA9OrcoJVyzR.jpg",
                "name": "La\u00ebtitia o el fin de los hombres (2019) S01 [PACK][WEB-DL 1080p AVC ES DD 2.0][HDO]",
                "release_year": "2020",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 22744679156,
                "num_file": 6,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 26,
                "leechers": 4,
                "times_completed": 28,
                "tmdb_id": 93831,
                "imdb_id": 11469918,
                "tvdb_id": 376446,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T16:08:26.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51554.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51554"
            }
        },
        {
            "type": "torrent",
            "id": "51537",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/yGeQsRm4hBErW1q0UlflCFQzI0o.jpg",
                "name": "Trigger Point fuera de control S02E03 - Episodio 3 [M+ WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": "2022",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 2924335484,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "pepinaco",
                "seeders": 48,
                "leechers": 1,
                "times_completed": 51,
                "tmdb_id": 127716,
                "imdb_id": 11958610,
                "tvdb_id": 395985,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T11:11:35.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51537.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51537"
            }
        },
        {
            "type": "torrent",
            "id": "51538",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/yGeQsRm4hBErW1q0UlflCFQzI0o.jpg",
                "name": "Trigger Point fuera de control S02E03 - Episodio 3 [M+ WEB-DL 2160p HEVC ES DD+ 5.1][HDO]",
                "release_year": "2022",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 6342974410,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "pepinaco",
                "seeders": 23,
                "leechers": 0,
                "times_completed": 25,
                "tmdb_id": 127716,
                "imdb_id": 11958610,
                "tvdb_id": 395985,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T11:11:32.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51538.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51538"
            }
        },
        {
            "type": "torrent",
            "id": "51552",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/tXHXhsuAU8B2mJs4AkEpsYzk75.jpg",
                "name": "Luz de luna (1985) S02 [PACK][HULU WEB-DL 1080p AVC ES DD 2.0][HDO]",
                "release_year": "1985",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 40688868158,
                "num_file": 18,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 78,
                "leechers": 6,
                "times_completed": 91,
                "tmdb_id": 1998,
                "imdb_id": 88571,
                "tvdb_id": 75078,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T10:34:23.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51552.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51552"
            }
        },
        {
            "type": "torrent",
            "id": "51549",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/7VWKRdqq51CNBPwUQVufjGiKGOK.jpg",
                "name": "Dark Woods (El secreto del bosque de los muertos) (2020) S01 [PACK][WEB-DL 1080p AVC ES DD 2.0][HDO]",
                "release_year": "2020",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 21101318703,
                "num_file": 6,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 61,
                "leechers": 1,
                "times_completed": 63,
                "tmdb_id": 113774,
                "imdb_id": 10776484,
                "tvdb_id": 392284,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T10:08:27.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51549.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51549"
            }
        },
        {
            "type": "torrent",
            "id": "51545",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/kW8pv9jMKE2t1L5xyy1JRxjWJ9n.jpg",
                "name": "Constelacion S01E03 [APTV WEB-DL 1080p AVC ES DD 5.1][HDO]",
                "release_year": "2024",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 4231380822,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 148,
                "leechers": 2,
                "times_completed": 152,
                "tmdb_id": 197125,
                "imdb_id": 19395018,
                "tvdb_id": 418727,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T09:40:06.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51545.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51545"
            }
        },
        {
            "type": "torrent",
            "id": "51544",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/kW8pv9jMKE2t1L5xyy1JRxjWJ9n.jpg",
                "name": "Constelacion S01E02 [APTV WEB-DL 1080p AVC ES DD 5.1][HDO]",
                "release_year": "2024",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 4587234543,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 150,
                "leechers": 3,
                "times_completed": 153,
                "tmdb_id": 197125,
                "imdb_id": 19395018,
                "tvdb_id": 418727,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T09:40:04.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51544.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51544"
            }
        },
        {
            "type": "torrent",
            "id": "51543",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/kW8pv9jMKE2t1L5xyy1JRxjWJ9n.jpg",
                "name": "Constelacion S01E01 [APTV WEB-DL 1080p AVC ES DD 5.1][HDO]",
                "release_year": "2024",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 4841652369,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 157,
                "leechers": 4,
                "times_completed": 161,
                "tmdb_id": 197125,
                "imdb_id": 19395018,
                "tvdb_id": 418727,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T09:40:03.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51543.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51543"
            }
        },
        {
            "type": "torrent",
            "id": "51542",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/lbzhVJE84wJXhe2kY42LIcOVC2j.jpg",
                "name": "New Look S01E04 [APTV WEB-DL 2160p HEVC DV-HDR10+ ES DD+ Atmos 5.1][HDO]",
                "release_year": "2024",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 10474810895,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 29,
                "leechers": 0,
                "times_completed": 32,
                "tmdb_id": 157368,
                "imdb_id": 18177528,
                "tvdb_id": 416182,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T08:12:59.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51542.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51542"
            }
        },
        {
            "type": "torrent",
            "id": "51541",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/lbzhVJE84wJXhe2kY42LIcOVC2j.jpg",
                "name": "New Look S01E04 [APTV WEB-DL 1080p AVC ES DD+ Atmos 5.1][HDO]",
                "release_year": "2024",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 4668339204,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 84,
                "leechers": 0,
                "times_completed": 86,
                "tmdb_id": 157368,
                "imdb_id": 18177528,
                "tvdb_id": 416182,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T08:12:58.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51541.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51541"
            }
        },
        {
            "type": "torrent",
            "id": "51540",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/8mrijHPZ7NCSuQ2XRCMNYKrFwL8.jpg",
                "name": "Historial delictivo S01E08 [APTV WEB-DL 2160p HEVC DV-HDR10+ ES DD 5.1][HDO]",
                "release_year": "2024",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 9037795027,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 39,
                "leechers": 0,
                "times_completed": 41,
                "tmdb_id": 204490,
                "imdb_id": 21088136,
                "tvdb_id": 421495,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T08:12:56.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51540.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51540"
            }
        },
        {
            "type": "torrent",
            "id": "51539",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/8mrijHPZ7NCSuQ2XRCMNYKrFwL8.jpg",
                "name": "Historial delictivo S01E08 [APTV WEB-DL 1080p AVC ES DD 5.1][HDO]",
                "release_year": "2024",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 4004356044,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 94,
                "leechers": 0,
                "times_completed": 95,
                "tmdb_id": 204490,
                "imdb_id": 21088136,
                "tvdb_id": 421495,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T08:12:55.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51539.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51539"
            }
        },
        {
            "type": "torrent",
            "id": "51536",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/lQPwNJ6DRpmRfTrKy8A94c7IvU3.jpg",
                "name": "Bosch (2014) S07 [PACK][AMZN WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": "2015",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 24983554783,
                "num_file": 8,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 30,
                "leechers": 1,
                "times_completed": 30,
                "tmdb_id": 60585,
                "imdb_id": 3502248,
                "tvdb_id": 277928,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T07:42:28.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51536.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51536"
            }
        },
        {
            "type": "torrent",
            "id": "51535",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/ifdJogSFv1I7SZbCQNpbJRz4Rq6.jpg",
                "name": "Fragile (2019) S01 [PACK][FILMIN WEB-DL 1080p AVC ES DD 2.0][HDO]",
                "release_year": "2019",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 35754865735,
                "num_file": 10,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 41,
                "leechers": 1,
                "times_completed": 43,
                "tmdb_id": 95734,
                "imdb_id": 11179390,
                "tvdb_id": 372693,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T07:05:01.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51535.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51535"
            }
        },
        {
            "type": "torrent",
            "id": "51534",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/tXHXhsuAU8B2mJs4AkEpsYzk75.jpg",
                "name": "Luz de luna (1985) S01 [PACK][HULU WEB-DL 1080p AVC ES DD 2.0][HDO]",
                "release_year": "1985",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 15756292998,
                "num_file": 6,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 102,
                "leechers": 2,
                "times_completed": 121,
                "tmdb_id": 1998,
                "imdb_id": 88571,
                "tvdb_id": 75078,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-21T06:46:12.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51534.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51534"
            }
        },
        {
            "type": "torrent",
            "id": "51532",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/oXxpmoZpAh9pDSceCOB7GT501h4.jpg",
                "name": "La \u00faltima fortaleza (2001) [CUSTOM UHD 2160p HEVC DV-HDR10 ES DD 5.1][HDO] iso",
                "release_year": "2001",
                "category": "Pel\u00edculas",
                "type": "UHD Custom",
                "resolution": "2160p",
                "size": 96628441088,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Kalinin",
                "seeders": 14,
                "leechers": 0,
                "times_completed": 18,
                "tmdb_id": 2100,
                "imdb_id": 272020,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T20:06:51.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51532.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51532"
            }
        },
        {
            "type": "torrent",
            "id": "51531",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/6iA5vSLoZ1cfSS00WcKW2dSKDg7.jpg",
                "name": "Golpe de Suerte (2023) [BDRip 1080p AVC ES DTS 5.1][HDO]",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "BDRip",
                "resolution": "1080p",
                "size": 9870542969,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "jarken",
                "seeders": 71,
                "leechers": 0,
                "times_completed": 73,
                "tmdb_id": 859235,
                "imdb_id": 15140278,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T19:16:07.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51531.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51531"
            }
        },
        {
            "type": "torrent",
            "id": "51529",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/gVlDO732OBhXXIrUGOl07PifwAf.jpg",
                "name": "Entre valles (2021) [MUBI WEB-DL 1080p AVC ES DD 5.1][HDO]",
                "release_year": "2021",
                "category": "Pel\u00edculas",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 4399254568,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 58,
                "leechers": 0,
                "times_completed": 63,
                "tmdb_id": 838150,
                "imdb_id": 14050808,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T18:07:04.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51529.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51529"
            }
        },
        {
            "type": "torrent",
            "id": "51527",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/uJBuyNCXqwFME5BV1Dt09Abs1UC.jpg",
                "name": "El abismo de Kiruna (2023) [UHDRemux 2160p HEVC SDR ES DD+ 5.1][HDO]",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "2160p",
                "size": 43120087139,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 0,
                "uploader": "ardilla80",
                "seeders": 84,
                "leechers": 1,
                "times_completed": 91,
                "tmdb_id": 1053544,
                "imdb_id": 22016156,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T18:05:40.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51527.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51527"
            }
        },
        {
            "type": "torrent",
            "id": "51528",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/u4XyJczTE8XBwjSksfn430nfjaT.jpg",
                "name": "Shirley Valentine (1989) [AMZN WEB-DL 1080p AVC ES DD 2.0][HDO]",
                "release_year": "1989",
                "category": "Pel\u00edculas",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 8633028169,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 37,
                "leechers": 0,
                "times_completed": 38,
                "tmdb_id": 18683,
                "imdb_id": 98319,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T17:59:23.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51528.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51528"
            }
        },
        {
            "type": "torrent",
            "id": "51526",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/n7e3xP17Ue5zIgu0SGwVQHTZNxk.jpg",
                "name": "Foyle's War (2002) S01 [PACK][AMZN WEB-DL 1080p AVC ES DD+ 2.0][HDO]",
                "release_year": "2002",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 43517269764,
                "num_file": 4,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 54,
                "leechers": 0,
                "times_completed": 55,
                "tmdb_id": 3163,
                "imdb_id": 310455,
                "tvdb_id": 78837,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T17:02:28.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51526.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51526"
            }
        },
        {
            "type": "torrent",
            "id": "51499",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/zcXqLPY9KPTLzFf5SgpkyfGWjKa.jpg",
                "name": "Ali G anda suelto (2002) [BDRip 1080p AVC ES DD 5.1][HDO]",
                "release_year": "2002",
                "category": "Pel\u00edculas",
                "type": "BDRip",
                "resolution": "1080p",
                "size": 7661602147,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "NIGHTBIRD",
                "seeders": 52,
                "leechers": 1,
                "times_completed": 54,
                "tmdb_id": 9298,
                "imdb_id": 284837,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T16:43:29.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51499.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51499"
            }
        },
        {
            "type": "torrent",
            "id": "51506",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/24bh2SaydGoP9Jsi7eP2TkWGkLd.jpg",
                "name": "Pumping Iron (1977) [BDRip 1080p AVC ES DD 2.0][HDO]",
                "release_year": "1977",
                "category": "Documentales",
                "type": "BDRip",
                "resolution": "1080p",
                "size": 6132850059,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "ernnnn",
                "seeders": 46,
                "leechers": 0,
                "times_completed": 48,
                "tmdb_id": 5205,
                "imdb_id": 76578,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T16:43:23.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51506.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51506"
            }
        },
        {
            "type": "torrent",
            "id": "51507",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/mzMTpTrP94f5XyxmRpLzebxXxvM.jpg",
                "name": "Un cerdo en Gaza (2011) [WEB-DL 720p AVC ES DD 5.1][HDO]",
                "release_year": "2011",
                "category": "Pel\u00edculas",
                "type": "WEB-DL",
                "resolution": "720p",
                "size": 1410391380,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "ernnnn",
                "seeders": 42,
                "leechers": 0,
                "times_completed": 42,
                "tmdb_id": 77458,
                "imdb_id": 1735200,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T16:43:10.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51507.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51507"
            }
        },
        {
            "type": "torrent",
            "id": "51522",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/f1pTmcMhoKlZVIhu2eJyB6Ul0KY.jpg",
                "name": "La memoria de los muertos (2004) [Remastered 4K][Remastered 2160p HEVC SDR-RAW ES DTS 5.1 EN DD 5.1]HDO",
                "release_year": "2004",
                "category": "Pel\u00edculas",
                "type": "Remast 4K",
                "resolution": "2160p",
                "size": 79611515156,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Esteban_43KW",
                "seeders": 42,
                "leechers": 0,
                "times_completed": 45,
                "tmdb_id": 11099,
                "imdb_id": 364343,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T15:22:29.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51522.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51522"
            }
        },
        {
            "type": "torrent",
            "id": "51521",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/fYjFYmYkCJyD3ukbCJuVzoLGtAX.jpg",
                "name": "La muerte y esas cosas (2024) S01E07 [HULU WEB-DL 2160p HEVC DV-HDR10+ ES DD+ 5.1][HDO]",
                "release_year": "2024",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 2954836619,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 48,
                "leechers": 0,
                "times_completed": 51,
                "tmdb_id": 133813,
                "imdb_id": 15439048,
                "tvdb_id": 410100,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T15:07:56.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51521.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51521"
            }
        },
        {
            "type": "torrent",
            "id": "51520",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/fYjFYmYkCJyD3ukbCJuVzoLGtAX.jpg",
                "name": "La muerte y esas cosas (2024) S01E07 [HULU WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": "2024",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 1749458106,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 73,
                "leechers": 0,
                "times_completed": 81,
                "tmdb_id": 133813,
                "imdb_id": 15439048,
                "tvdb_id": 410100,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T15:07:51.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51520.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51520"
            }
        },
        {
            "type": "torrent",
            "id": "51519",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/9sX6XqSoirLDajzOIIOEYB3QstJ.jpg",
                "name": "Indian Summers (2015) S01 [PACK][AMZN WEB-DL 1080p AVC ES DD+ 2.0][HDO]",
                "release_year": "2015",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 46728373961,
                "num_file": 10,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 44,
                "leechers": 0,
                "times_completed": 45,
                "tmdb_id": 62088,
                "imdb_id": 3706628,
                "tvdb_id": 290342,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T11:53:14.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51519.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51519"
            }
        },
        {
            "type": "torrent",
            "id": "51518",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/xw7GkWtmPQDU8qzfKshFEN038sj.jpg",
                "name": "The Lazarus Project (2022) S02 [PACK][AMZN WEB-DL 1080p AVC ES DD+ 2.0][HDO]",
                "release_year": "2022",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 13065599542,
                "num_file": 8,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 98,
                "leechers": 1,
                "times_completed": 100,
                "tmdb_id": 194567,
                "imdb_id": 14190592,
                "tvdb_id": 400440,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T10:55:52.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51518.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51518"
            }
        },
        {
            "type": "torrent",
            "id": "51517",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/cHYAcdqqQYPFfjMNnJ3YcOAPCG7.jpg",
                "name": "La mujer fantasma (1941) [BDRemux 1080p AVC ES DD 2.0][HDO]",
                "release_year": "1941",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 19925500012,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 29,
                "leechers": 0,
                "times_completed": 33,
                "tmdb_id": 44875,
                "imdb_id": 34303,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T10:47:02.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51517.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51517"
            }
        },
        {
            "type": "torrent",
            "id": "51516",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/becYmbZXZalAvxNC4JVpQSjvqtk.jpg",
                "name": "La muerte de vacaciones (1934) [Ed Kino] [BDRemux 1080p AVC ES DD 2.0][HDO]",
                "release_year": "1934",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 18197700540,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 24,
                "leechers": 0,
                "times_completed": 27,
                "tmdb_id": 37215,
                "imdb_id": 25037,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T10:37:51.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51516.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51516"
            }
        },
        {
            "type": "torrent",
            "id": "51513",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/w3V4fgy4SxEqQXXOKlCznrBW51n.jpg",
                "name": "La marca del vampiro (1935) [BDRemux 1080p AVC ES DD 2.0][HDO]",
                "release_year": "1935",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 14692515323,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 22,
                "leechers": 0,
                "times_completed": 25,
                "tmdb_id": 28910,
                "imdb_id": 26685,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T10:23:11.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51513.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51513"
            }
        },
        {
            "type": "torrent",
            "id": "51512",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/2AApUXJQMGaJtNVoLBFTfg5RcJy.jpg",
                "name": "Hermanos - S03E37 [A3P WEB-DL 1080p AVC ES AAC 2.0][HDO]",
                "release_year": "2021",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 3840779204,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "pepeca\u00f1adulce",
                "seeders": 32,
                "leechers": 0,
                "times_completed": 30,
                "tmdb_id": 119267,
                "imdb_id": 13550498,
                "tvdb_id": 395881,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T10:14:39.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51512.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51512"
            }
        },
        {
            "type": "torrent",
            "id": "51511",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/cvSlhwizna2Ske81wzk5zXmbUaf.jpg",
                "name": "Larry David S12E02 [HMAX WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": "2000",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 2068626133,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 45,
                "leechers": 0,
                "times_completed": 44,
                "tmdb_id": 4546,
                "imdb_id": 264235,
                "tvdb_id": 76203,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T08:09:08.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51511.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51511"
            }
        },
        {
            "type": "torrent",
            "id": "51510",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/abrpvdB6v48wgFOvAoFRVcCvYrK.jpg",
                "name": "The Commons Ultima esperanza (2019) S01 [PACK][STAN WEB-DL 1080p AVC ES DD 2.0][HDO]",
                "release_year": "2019",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 30201733532,
                "num_file": 8,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 42,
                "leechers": 0,
                "times_completed": 45,
                "tmdb_id": 96841,
                "imdb_id": 11324616,
                "tvdb_id": 372393,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T05:55:29.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51510.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51510"
            }
        },
        {
            "type": "torrent",
            "id": "51509",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/abrpvdB6v48wgFOvAoFRVcCvYrK.jpg",
                "name": "The Commons Ultima esperanza (2019) S01 [PACK][STAN WEB-DL 2160p HEVC HDR10 ES DD 2.0][HDO]",
                "release_year": "2019",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 37013913120,
                "num_file": 8,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 28,
                "leechers": 0,
                "times_completed": 31,
                "tmdb_id": 96841,
                "imdb_id": 11324616,
                "tvdb_id": 372393,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-20T05:48:20.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51509.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51509"
            }
        },
        {
            "type": "torrent",
            "id": "51508",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/2XA5VwZIibRcycyaZPDJMxDTZCv.jpg",
                "name": "Honor (2023) S01 [PACK][A3P WEB-DL 1080p AVC ES DD 2.0][HDO]",
                "release_year": "2023",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 8710192433,
                "num_file": 8,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "suc_odie",
                "seeders": 70,
                "leechers": 0,
                "times_completed": 72,
                "tmdb_id": 230718,
                "imdb_id": 21374322,
                "tvdb_id": 437371,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T23:35:01.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51508.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51508"
            }
        },
        {
            "type": "torrent",
            "id": "51505",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/2XA5VwZIibRcycyaZPDJMxDTZCv.jpg",
                "name": "Honor (2023) S01 [PACK][A3P WEB-DL 2160p AVC ES DD 2.0][HDO]",
                "release_year": "2023",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 39826523357,
                "num_file": 8,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "suc_odie",
                "seeders": 39,
                "leechers": 0,
                "times_completed": 43,
                "tmdb_id": 230718,
                "imdb_id": 21374322,
                "tvdb_id": 437371,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T23:06:29.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51505.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51505"
            }
        },
        {
            "type": "torrent",
            "id": "51504",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/zLx7Gs7nT20cY2DcrRveLee5FTT.jpg",
                "name": "La mujer en la pared S01E02 [SKYSHO WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": "2023",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 3658409500,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "suc_odie",
                "seeders": 61,
                "leechers": 1,
                "times_completed": 59,
                "tmdb_id": 209922,
                "imdb_id": 21822590,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T21:37:34.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51504.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51504"
            }
        },
        {
            "type": "torrent",
            "id": "51503",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/zLx7Gs7nT20cY2DcrRveLee5FTT.jpg",
                "name": "La mujer en la pared S01E01 [SKYSHO WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": "2023",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 3329167840,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "suc_odie",
                "seeders": 67,
                "leechers": 0,
                "times_completed": 65,
                "tmdb_id": 209922,
                "imdb_id": 21822590,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T21:35:36.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51503.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51503"
            }
        },
        {
            "type": "torrent",
            "id": "51501",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/mhLYcyxuhb82ttYDEU5DM8b3Hy3.jpg",
                "name": "Retribution (2023) [PROPER][Audio Editado][CUSTOM UHD 2160p HEVC DV HDR10 ES True-HD Atmos 7.1 2.0][HDO] iso",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "UHD Custom",
                "resolution": "2160p",
                "size": 63974408192,
                "num_file": 1,
                "freeleech": 100,
                "double_upload": 1,
                "internal": 0,
                "uploader": "Kalinin",
                "seeders": 40,
                "leechers": 0,
                "times_completed": 52,
                "tmdb_id": 762430,
                "imdb_id": 6906292,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T19:28:57.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51501.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51501"
            }
        },
        {
            "type": "torrent",
            "id": "51500",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/lXYkZX0ONLTLhB8MTzdRVUmCGVd.jpg",
                "name": "La daga de Rasputin (2011) [M+ WEB-DL 1080p AVC ES DD 2.0][HDO]",
                "release_year": "2011",
                "category": "Pel\u00edculas",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 5715130940,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "suc_odie",
                "seeders": 56,
                "leechers": 0,
                "times_completed": 58,
                "tmdb_id": 83286,
                "imdb_id": 484828,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T18:42:37.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51500.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51500"
            }
        },
        {
            "type": "torrent",
            "id": "51497",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/cuDBztmSyDjeB38UUE7uiBWrnwW.jpg",
                "name": "Pecado original - S04E16 [A3P WEB-DL 1080p AVC ES AAC 2.0][HDO]",
                "release_year": "2018",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 2906971991,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "pepeca\u00f1adulce",
                "seeders": 43,
                "leechers": 0,
                "times_completed": 45,
                "tmdb_id": 52645,
                "imdb_id": 8045936,
                "tvdb_id": 344791,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T17:26:12.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51497.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51497"
            }
        },
        {
            "type": "torrent",
            "id": "51496",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/cuDBztmSyDjeB38UUE7uiBWrnwW.jpg",
                "name": "Pecado original - S04E15 [A3P WEB-DL 1080p AVC ES AAC 2.0][HDO]",
                "release_year": "2018",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 2763927033,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "pepeca\u00f1adulce",
                "seeders": 42,
                "leechers": 0,
                "times_completed": 44,
                "tmdb_id": 52645,
                "imdb_id": 8045936,
                "tvdb_id": 344791,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T17:24:55.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51496.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51496"
            }
        },
        {
            "type": "torrent",
            "id": "51495",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/n4ewb1jirlegRASgLRfbSSsVTFe.jpg",
                "name": "Secretos de familia - S03E09 [A3P WEB-DL 1080p AVC ES AAC 2.0][HDO]",
                "release_year": "2021",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 3214865022,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "pepeca\u00f1adulce",
                "seeders": 42,
                "leechers": 0,
                "times_completed": 42,
                "tmdb_id": 133490,
                "imdb_id": 12979628,
                "tvdb_id": 394706,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T17:20:44.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51495.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51495"
            }
        },
        {
            "type": "torrent",
            "id": "51491",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/psRLR2UFkcU1SHIXWcrIX7yCwQO.jpg",
                "name": "Algo para recordar (1993) [UHDRemux 2160p HEVC DV-HDR10 ES DTS-HD 2.0][HDO]",
                "release_year": "1993",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "2160p",
                "size": 69324992366,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 33,
                "leechers": 0,
                "times_completed": 34,
                "tmdb_id": 858,
                "imdb_id": 108160,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T17:08:29.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51491.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51491"
            }
        },
        {
            "type": "torrent",
            "id": "51490",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/q9quU6B8aO7rrx7wUGzkpSlHkz9.jpg",
                "name": "Kramer contra Kramer (1979) [UHDRemux 2160p HEVC DV-HDR10 ES DD 5.1][HDO]",
                "release_year": "1979",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "2160p",
                "size": 68792016942,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 29,
                "leechers": 1,
                "times_completed": 27,
                "tmdb_id": 12102,
                "imdb_id": 79417,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T17:08:26.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51490.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51490"
            }
        },
        {
            "type": "torrent",
            "id": "51489",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/r6FdxsG9Eu9Irq7YffiZV1vh7Cm.jpg",
                "name": "Embriagado de amor (2002) [UHDRemux 2160p HEVC DV-HDR10 ES DTS-HD 5.1][HDO]",
                "release_year": "2002",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "2160p",
                "size": 65181300500,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 22,
                "leechers": 0,
                "times_completed": 22,
                "tmdb_id": 8051,
                "imdb_id": 272338,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T17:08:23.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51489.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51489"
            }
        },
        {
            "type": "torrent",
            "id": "51488",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/bsqWHe7TFA9N8AcGeTYpl7FCz0G.jpg",
                "name": "Los angeles del volante (1957) [AMZN WEB-DL 1080p AVC ES DD+ 2.0][HDO]",
                "release_year": "1957",
                "category": "Pel\u00edculas",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 7020412957,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 46,
                "leechers": 0,
                "times_completed": 48,
                "tmdb_id": 85751,
                "imdb_id": 51238,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T16:59:55.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51488.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51488"
            }
        },
        {
            "type": "torrent",
            "id": "51487",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/aZXHjmhSSGUshLEdgsNCTH9z7Ix.jpg",
                "name": "Los asesinos de la luna (2023) [PROPER][Audio Editado][UHDRemux 2160p HEVC DV-HDR10  ES True-HD Atmos 7.1][HDO]",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "2160p",
                "size": 81003107521,
                "num_file": 1,
                "freeleech": 50,
                "double_upload": 1,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 71,
                "leechers": 0,
                "times_completed": 77,
                "tmdb_id": 466420,
                "imdb_id": 5537002,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T16:55:44.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51487.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51487"
            }
        },
        {
            "type": "torrent",
            "id": "51486",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/7b3EVr987a6JB1q23g58efFYEUJ.jpg",
                "name": "Margarita se llama mi Amor (1961) [AMZN WEB-DL 1080p AVC ES DD+ 2.0][HDO]",
                "release_year": "1961",
                "category": "Pel\u00edculas",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 6539255180,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 45,
                "leechers": 0,
                "times_completed": 47,
                "tmdb_id": 208165,
                "imdb_id": 55142,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T16:42:24.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51486.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51486"
            }
        },
        {
            "type": "torrent",
            "id": "51481",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/mYWk0btcYNlxcSy0q29JGhj3eDa.jpg",
                "name": "Escupir\u00e9 sobre tu tumba 3 (2015) [PROPER][BDRemux 1080p AVC ES DTS-HD MA 5.1][HDO]",
                "release_year": "2015",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 27759694833,
                "num_file": 1,
                "freeleech": 50,
                "double_upload": 1,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 46,
                "leechers": 1,
                "times_completed": 50,
                "tmdb_id": 357096,
                "imdb_id": 4530884,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T14:47:28.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51481.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51481"
            }
        },
        {
            "type": "torrent",
            "id": "51480",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/hC3zDl28waEPRoaweasE4vNfnkf.jpg",
                "name": "Escupir\u00e9 sobre tu tumba 2 (2013) [PROPER][BDRemux 1080p AVC ES DTS-HD MA 5.1][HDO]",
                "release_year": "2013",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 29271079018,
                "num_file": 1,
                "freeleech": 50,
                "double_upload": 1,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 48,
                "leechers": 1,
                "times_completed": 51,
                "tmdb_id": 207768,
                "imdb_id": 2537176,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T14:47:23.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51480.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51480"
            }
        },
        {
            "type": "torrent",
            "id": "51479",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/rFrE4iRB9Cdj2T3H1JeeV6DOuL8.jpg",
                "name": "El paciente ingl\u00e9s (1996) [REPACK][BDRemux AVC 1080p ES DTS-HD MA 5.1][HDO]",
                "release_year": "1996",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 42681772416,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 1,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 55,
                "leechers": 1,
                "times_completed": 56,
                "tmdb_id": 409,
                "imdb_id": 116209,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T14:36:53.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51479.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51479"
            }
        },
        {
            "type": "torrent",
            "id": "51478",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/izUE1KNCIq3bNIyMtxDKLh7WOna.jpg",
                "name": "El verdugo (1963) (Ed Criterion) [REPACK][BDRemux 1080p AVC ES PCM 1.0][HDO]",
                "release_year": "1963",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 24871641820,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 1,
                "internal": 0,
                "uploader": "Anonymous",
                "seeders": 41,
                "leechers": 1,
                "times_completed": 42,
                "tmdb_id": 4498,
                "imdb_id": 57643,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T14:35:57.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51478.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51478"
            }
        },
        {
            "type": "torrent",
            "id": "51476",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/iT84QV70fF4WfMM1UERJI3QWb7A.jpg",
                "name": "Avalancha (2019) [BDRemux 1080p AVC ES DD 2.0 Subs][HDO]",
                "release_year": "2019",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 37007895462,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "ardilla80",
                "seeders": 56,
                "leechers": 0,
                "times_completed": 58,
                "tmdb_id": 601493,
                "imdb_id": 9635616,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T13:15:08.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51476.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51476"
            }
        },
        {
            "type": "torrent",
            "id": "51477",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/kvcKR0IziCS2F8oAu5j1Lb5c5fa.jpg",
                "name": "Paprika, detective de los sue\u00f1os (2006) [Full UHD 2160p HEVC DV-HDR10 ES DD 5.1][HDO] iso",
                "release_year": "2006",
                "category": "Pel\u00edculas",
                "type": "Full UHD",
                "resolution": "2160p",
                "size": 72057683968,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "kikopaco87",
                "seeders": 20,
                "leechers": 0,
                "times_completed": 21,
                "tmdb_id": 4977,
                "imdb_id": 851578,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T12:38:52.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51477.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51477"
            }
        },
        {
            "type": "torrent",
            "id": "51475",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/2A3QsP636j8gH8BcKOabFv7ECFS.jpg",
                "name": "Extra\u00f1a forma de vida (2023) [BDRemux 1080p AVC EN DTS-HD MA 5.1 Subs][VOSE][HDO]",
                "release_year": "2023",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 9677467325,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "metalico",
                "seeders": 97,
                "leechers": 0,
                "times_completed": 99,
                "tmdb_id": 963765,
                "imdb_id": 13055264,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T12:01:22.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51475.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51475"
            }
        },
        {
            "type": "torrent",
            "id": "51474",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/8le5bxGH0JiH8DyWEKHOBgknxBJ.jpg",
                "name": "La voz humana (2023) [BDRemux 1080p AVC EN DTS-HD MA 5.1 Subs][VOSE][HDO]",
                "release_year": "2020",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 9273371881,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "metalico",
                "seeders": 61,
                "leechers": 0,
                "times_completed": 59,
                "tmdb_id": 671577,
                "imdb_id": 11760792,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T12:01:14.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51474.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51474"
            }
        },
        {
            "type": "torrent",
            "id": "51473",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/yNsVFQsXW5CYtFkrDSu5BmLEtdF.jpg",
                "name": "Panico (2021) S01 [PACK][AMZN WEB-DL 2160p HEVC HDR10+ ES DD+ 5.1][HDO]",
                "release_year": "2021",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 50489396853,
                "num_file": 10,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 41,
                "leechers": 0,
                "times_completed": 46,
                "tmdb_id": 122530,
                "imdb_id": 10344410,
                "tvdb_id": 354257,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T11:36:43.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51473.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51473"
            }
        },
        {
            "type": "torrent",
            "id": "51472",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/yNsVFQsXW5CYtFkrDSu5BmLEtdF.jpg",
                "name": "Panico (2021) S01 [PACK][AMZN WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": "2021",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 29969866357,
                "num_file": 10,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 55,
                "leechers": 0,
                "times_completed": 63,
                "tmdb_id": 122530,
                "imdb_id": 10344410,
                "tvdb_id": 354257,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T11:27:59.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51472.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51472"
            }
        },
        {
            "type": "torrent",
            "id": "51471",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/5UnoXfNOzPjJmfDYgYnQcULmXoR.jpg",
                "name": "Ay, Pena, Penita, Pena! (1953) [PROPER][AMZN WEB-DL 1080p AVC ES DD+ 2.0][HDO]",
                "release_year": "1953",
                "category": "Pel\u00edculas",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 6637490632,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 45,
                "leechers": 0,
                "times_completed": 52,
                "tmdb_id": 222603,
                "imdb_id": 46175,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T11:05:48.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51471.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51471"
            }
        },
        {
            "type": "torrent",
            "id": "51470",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/qTK0N1qLBWzwxuG0DH3cdYXghIT.jpg",
                "name": "Pitch (2016) S01 [PACK][DSNP WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": "2016",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 25023595407,
                "num_file": 10,
                "freeleech": 100,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 44,
                "leechers": 0,
                "times_completed": 48,
                "tmdb_id": 67147,
                "imdb_id": 5500158,
                "tvdb_id": 311835,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T11:01:37.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51470.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51470"
            }
        },
        {
            "type": "torrent",
            "id": "51469",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/zLZLi15XOaYjn4PVAq350cUD9ne.jpg",
                "name": "Capitana Nova (2021) [NF WEB-DL 1080p AVC ES DD 5.1][HDO]",
                "release_year": "2021",
                "category": "Pel\u00edculas",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 3197815103,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Tabano",
                "seeders": 71,
                "leechers": 0,
                "times_completed": 75,
                "tmdb_id": 881957,
                "imdb_id": 14915608,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T11:00:57.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51469.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51469"
            }
        },
        {
            "type": "torrent",
            "id": "51468",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/2zHdGHtgJqAtlAMhrYUwgPlId6W.jpg",
                "name": "Gallipoli (1981) [BDRemux 1080p AVC ES DD 2.0][HDO]",
                "release_year": "1981",
                "category": "Pel\u00edculas",
                "type": "Remux",
                "resolution": "1080p",
                "size": 31134274682,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 33,
                "leechers": 0,
                "times_completed": 39,
                "tmdb_id": 11646,
                "imdb_id": 82432,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T08:32:01.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51468.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51468"
            }
        },
        {
            "type": "torrent",
            "id": "51467",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/z9HK4DEBhF5YX7AdiEvSOq5yfZW.jpg",
                "name": "Ninja Kamui S01E02 [HMAX WEB-DL 1080p AVC ES DD+ 2.0][HDO]",
                "release_year": "2024",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 1452374379,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 73,
                "leechers": 0,
                "times_completed": 76,
                "tmdb_id": 202284,
                "imdb_id": 28480255,
                "tvdb_id": 420280,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T08:31:58.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51467.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51467"
            }
        },
        {
            "type": "torrent",
            "id": "51466",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/jyHK7qFX2HvaAULSAO7aztdanyr.jpg",
                "name": "La Brea S03E04 [HMAX WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": "2021",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 2630104441,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 63,
                "leechers": 0,
                "times_completed": 65,
                "tmdb_id": 128839,
                "imdb_id": 11640018,
                "tvdb_id": 395029,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T08:31:56.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51466.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51466"
            }
        },
        {
            "type": "torrent",
            "id": "51465",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/jyHK7qFX2HvaAULSAO7aztdanyr.jpg",
                "name": "La Brea S03E03 [HMAX WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": "2021",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 2634741220,
                "num_file": 1,
                "freeleech": 0,
                "double_upload": 0,
                "internal": 0,
                "uploader": "Samoan",
                "seeders": 65,
                "leechers": 0,
                "times_completed": 67,
                "tmdb_id": 128839,
                "imdb_id": 11640018,
                "tvdb_id": 395029,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T08:31:55.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51465.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51465"
            }
        }
    ],
    "links": {
        "first": "https://hd-olimpo.club/api/torrents/filter?page=1",
        "last": "https://hd-olimpo.club/api/torrents/filter?page=378",
        "prev": null,
        "next": "https://hd-olimpo.club/api/torrents/filter?page=2",
        "self": "https://hd-olimpo.club/api/torrents"
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 378,
        "links": [
            {
                "url": null,
                "label": "&laquo; Anterior",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=3",
                "label": "3",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=4",
                "label": "4",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=5",
                "label": "5",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=6",
                "label": "6",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=7",
                "label": "7",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=8",
                "label": "8",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=9",
                "label": "9",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=10",
                "label": "10",
                "active": false
            },
            {
                "url": null,
                "label": "...",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=377",
                "label": "377",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=378",
                "label": "378",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=2",
                "label": "Siguiente &raquo;",
                "active": false
            }
        ],
        "path": "https://hd-olimpo.club/api/torrents/filter",
        "per_page": "100",
        "to": 100,
        "total": 37741
    }
}
2024-02-21 19:58:34.9|Trace|Scheduler|Pending Tasks: 0
2024-02-21 19:58:42.7|Trace|Http|Req: 48 [POST] /signalr/messages?access_token=(removed)&id=(removed) (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 19:58:54.0|Trace|Http|Req: 49 [GET] /api/v1/indexerstats?apikey=(removed) (from 172.23.0.1)
2024-02-21 19:58:57.1|Trace|Http|Req: 50 [GET] /api/v1/indexerstats?apikey=(removed) (from 172.23.0.1)
2024-02-21 19:58:58.1|Trace|Http|Res: 18 [GET] /signalr/messages?access_token=(removed)&id=(removed) 200.OK (137404 ms)
2024-02-21 19:58:59.2|Trace|Http|Req: 51 [POST] /signalr/messages/negotiate?access_token=(removed)&negotiateVersion=1 (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:00:09.7|Trace|Http|Req: 52 [GET] /Content/Images/Icons/logo-radarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:00:09.7|Trace|Http|Req: 53 [GET] /Content/Images/Icons/logo-readarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:00:09.7|Trace|Http|Req: 54 [GET] /Content/Images/Icons/logo-lidarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:00:09.7|Trace|Http|Req: 55 [GET] /Content/Images/Icons/logo-prowlarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:00:10.3|Trace|Http|Req: 56 [GET] /Content/Images/Icons/logo-sonarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:00:11.3|Trace|Http|Req: 57 [GET] /api/v1/health (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:00:12.3|Trace|Http|Req: 58 [GET] /api/v1/system/status (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:00:12.8|Trace|Http|Req: 59 [GET] /api/v1/log/file (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:00:30.5|Trace|Http|Req: 60 [POST] /signalr/messages/negotiate?access_token=(removed)&negotiateVersion=1 (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:15.8|Trace|Http|Req: 61 [GET] /system/logs/files (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:15.8|Trace|Http|Req: 62 [GET] /api/v1/health (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:16.6|Trace|Http|Req: 63 [GET] /system/logs/files (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:16.8|Trace|Http|Req: 64 [GET] /system/logs/files (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:17.0|Trace|Http|Req: 65 [GET] /system/logs/files (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:28.0|Trace|Http|Req: 66 [GET] / (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-02-21 20:01:32.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-02-21 20:01:32.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-02-21 20:01:32.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.1|Trace|Http|Res: 51 [POST] /signalr/messages/negotiate?access_token=(removed)&negotiateVersion=1: 200.OK (152893 ms)
2024-02-21 20:01:32.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.1|Trace|Http|Res: 60 [POST] /signalr/messages/negotiate?access_token=(removed)&negotiateVersion=1: 200.OK (61629 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 48 [POST] /signalr/messages?access_token=(removed)&id=(removed) 404.NotFound (169436 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 54 [GET] /Content/Images/Icons/logo-lidarr.png: 200.OK (82468 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 66 [GET] /: 200.OK (4086 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 52 [GET] /Content/Images/Icons/logo-radarr.png: 200.OK (82482 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 55 [GET] /Content/Images/Icons/logo-prowlarr.png: 200.OK (82477 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 64 [GET] /system/logs/files: 200.OK (15368 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 65 [GET] /system/logs/files: 200.OK (15181 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 56 [GET] /Content/Images/Icons/logo-sonarr.png: 200.OK (81877 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 58 [GET] /api/v1/system/status: 200.OK (79876 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 63 [GET] /system/logs/files: 200.OK (15547 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 57 [GET] /api/v1/health: 200.OK (80876 ms)
2024-02-21 20:01:32.1|Debug|Api|[GET] /api/v1/health: 200.OK (80876 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 61 [GET] /system/logs/files: 200.OK (16347 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 53 [GET] /Content/Images/Icons/logo-readarr.png: 200.OK (82479 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 59 [GET] /api/v1/log/file: 200.OK (79376 ms)
2024-02-21 20:01:32.1|Debug|Api|[GET] /api/v1/log/file: 200.OK (79376 ms)
2024-02-21 20:01:32.1|Trace|Http|Res: 62 [GET] /api/v1/health: 200.OK (16344 ms)
2024-02-21 20:01:32.1|Debug|Api|[GET] /api/v1/system/status: 200.OK (79876 ms)
2024-02-21 20:01:32.1|Debug|Api|[GET] /api/v1/health: 200.OK (16344 ms)
2024-02-21 20:01:32.2|Trace|Http|Res: 49 [GET] /api/v1/indexerstats?apikey=(removed) 200.OK (158139 ms)
2024-02-21 20:01:32.2|Trace|Http|Res: 50 [GET] /api/v1/indexerstats?apikey=(removed) 200.OK (155049 ms)
2024-02-21 20:01:32.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (158139 ms)
2024-02-21 20:01:32.2|Debug|Api|[GET] /api/v1/indexerstats?apikey=(removed) 200.OK (155049 ms)
2024-02-21 20:01:32.2|Trace|Http|Req: 67 [GET] /initialize.json?t=1708542092187 (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.2|Trace|Http|Res: 67 [GET] /initialize.json?t=1708542092187: 200.OK (1 ms)
2024-02-21 20:01:32.3|Trace|Http|Req: 68 [GET] /Content/Images/Icons/favicon-32x32.png?h=lmqCw7GaBq+Sl0mzceEopQ (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.3|Trace|Http|Res: 68 [GET] /Content/Images/Icons/favicon-32x32.png?h=lmqCw7GaBq+Sl0mzceEopQ: 200.OK (1 ms)
2024-02-21 20:01:32.4|Trace|Http|Req: 69 [GET] /api/v1/customFilter (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.4|Trace|Http|Req: 70 [GET] /api/v1/tag (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.4|Trace|Http|Res: 70 [GET] /api/v1/tag: 200.OK (2 ms)
2024-02-21 20:01:32.4|Trace|Http|Req: 71 [GET] /api/v1/appprofile (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.4|Debug|Api|[GET] /api/v1/tag: 200.OK (2 ms)
2024-02-21 20:01:32.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.4|Trace|Http|Req: 72 [GET] /api/v1/indexer (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.4|Trace|Http|Req: 73 [GET] /api/v1/indexerStatus (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.4|Trace|Http|Res: 71 [GET] /api/v1/appprofile: 200.OK (4 ms)
2024-02-21 20:01:32.4|Trace|Http|Res: 69 [GET] /api/v1/customFilter: 200.OK (9 ms)
2024-02-21 20:01:32.4|Debug|Api|[GET] /api/v1/appprofile: 200.OK (4 ms)
2024-02-21 20:01:32.4|Debug|Api|[GET] /api/v1/customFilter: 200.OK (9 ms)
2024-02-21 20:01:32.4|Trace|Http|Req: 74 [GET] /api/v1/indexer/categories (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.4|Trace|Http|Res: 72 [GET] /api/v1/indexer: 200.OK (9 ms)
2024-02-21 20:01:32.4|Trace|Http|Res: 74 [GET] /api/v1/indexer/categories: 200.OK (2 ms)
2024-02-21 20:01:32.4|Debug|Api|[GET] /api/v1/indexer/categories: 200.OK (2 ms)
2024-02-21 20:01:32.4|Debug|Api|[GET] /api/v1/indexer: 200.OK (9 ms)
2024-02-21 20:01:32.4|Trace|Http|Req: 75 [GET] /api/v1/config/ui (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.4|Trace|Http|Req: 76 [GET] /api/v1/config/host (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.4|Trace|Http|Req: 77 [GET] /api/v1/system/status (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.4|Trace|Http|Req: 78 [GET] /api/v1/localization (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.4|Trace|Http|Res: 73 [GET] /api/v1/indexerStatus: 200.OK (22 ms)
2024-02-21 20:01:32.4|Debug|Api|[GET] /api/v1/indexerStatus: 200.OK (22 ms)
2024-02-21 20:01:32.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.4|Trace|Http|Res: 78 [GET] /api/v1/localization: 200.OK (12 ms)
2024-02-21 20:01:32.4|Debug|Api|[GET] /api/v1/localization: 200.OK (12 ms)
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'firstdayofweek' defaultValue:'0'
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'calendarweekcolumnheader' defaultValue:'ddd M/D'
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'longdateformat' defaultValue:'dddd, MMMM D YYYY'
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'showrelativedates' defaultValue:'True'
2024-02-21 20:01:32.4|Trace|Http|Res: 77 [GET] /api/v1/system/status: 200.OK (14 ms)
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http'
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'enablecolorimpairedmode' defaultValue:'False'
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:''
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080'
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:''
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:''
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:''
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True'
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'certificatevalidation' defaultValue:'Enabled'
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups'
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28'
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'applicationurl' defaultValue:''
2024-02-21 20:01:32.4|Trace|ConfigService|Using default config value for 'historycleanupdays' defaultValue:'30'
2024-02-21 20:01:32.4|Debug|Api|[GET] /api/v1/system/status: 200.OK (14 ms)
2024-02-21 20:01:32.4|Trace|Http|Res: 75 [GET] /api/v1/config/ui: 200.OK (15 ms)
2024-02-21 20:01:32.4|Debug|Api|[GET] /api/v1/config/ui: 200.OK (15 ms)
2024-02-21 20:01:32.4|Trace|Http|Res: 76 [GET] /api/v1/config/host: 200.OK (18 ms)
2024-02-21 20:01:32.4|Debug|Api|[GET] /api/v1/config/host: 200.OK (18 ms)
2024-02-21 20:01:32.5|Trace|Http|Req: 79 [POST] /signalr/messages/negotiate?access_token=(removed)&negotiateVersion=1 (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-02-21 20:01:32.5|Trace|Http|Res: 79 [POST] /signalr/messages/negotiate?access_token=(removed)&negotiateVersion=1: 200.OK (1 ms)
2024-02-21 20:01:32.5|Trace|Http|Req: 80 [GET] /api/v1/health (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:32.5|Trace|Http|Res: 80 [GET] /api/v1/health: 200.OK (1 ms)
2024-02-21 20:01:32.5|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2024-02-21 20:01:32.6|Trace|Http|Req: 81 [GET] /signalr/messages?access_token=(removed)&id=(removed) (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.6|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-02-21 20:01:32.6|Trace|Http|Res: 81 [GET] /signalr/messages?access_token=(removed)&id=(removed) 200.OK (1 ms)
2024-02-21 20:01:32.6|Trace|Http|Req: 82 [POST] /signalr/messages/negotiate?access_token=(removed)&negotiateVersion=1 (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.6|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-02-21 20:01:32.6|Trace|Http|Res: 82 [POST] /signalr/messages/negotiate?access_token=(removed)&negotiateVersion=1: 200.OK (0 ms)
2024-02-21 20:01:32.6|Trace|Http|Req: 83 [GET] /signalr/messages?access_token=(removed)&id=(removed) (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.6|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-02-21 20:01:32.6|Trace|Http|Req: 84 [POST] /signalr/messages?access_token=(removed)&id=(removed) (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:32.6|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-02-21 20:01:32.6|Trace|Http|Res: 84 [POST] /signalr/messages?access_token=(removed)&id=(removed) 200.OK (0 ms)
2024-02-21 20:01:35.5|Trace|Http|Req: 85 [GET] /Content/Images/Icons/logo-radarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:35.5|Trace|Http|Req: 86 [GET] /Content/Images/Icons/logo-lidarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:35.5|Trace|Http|Req: 87 [GET] /Content/Images/Icons/logo-prowlarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:35.5|Trace|Http|Req: 88 [GET] /api/v1/health (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:35.5|Trace|Http|Req: 89 [GET] /Content/Images/Icons/logo-readarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:35.5|Trace|Http|Req: 90 [GET] /Content/Images/Icons/logo-sonarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:35.5|Trace|Http|Req: 91 [GET] /api/v1/system/status (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:35.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:35.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:35.5|Trace|Http|Res: 88 [GET] /api/v1/health: 200.OK (2 ms)
2024-02-21 20:01:35.5|Debug|Api|[GET] /api/v1/health: 200.OK (2 ms)
2024-02-21 20:01:35.5|Trace|Http|Res: 91 [GET] /api/v1/system/status: 200.OK (2 ms)
2024-02-21 20:01:35.5|Debug|Api|[GET] /api/v1/system/status: 200.OK (2 ms)
2024-02-21 20:01:35.5|Trace|Http|Res: 90 [GET] /Content/Images/Icons/logo-sonarr.png: 200.OK (5 ms)
2024-02-21 20:01:35.5|Trace|Http|Res: 86 [GET] /Content/Images/Icons/logo-lidarr.png: 200.OK (7 ms)
2024-02-21 20:01:35.5|Trace|Http|Res: 85 [GET] /Content/Images/Icons/logo-radarr.png: 200.OK (9 ms)
2024-02-21 20:01:35.5|Trace|Http|Res: 89 [GET] /Content/Images/Icons/logo-readarr.png: 200.OK (6 ms)
2024-02-21 20:01:35.5|Trace|Http|Res: 87 [GET] /Content/Images/Icons/logo-prowlarr.png: 200.OK (6 ms)
2024-02-21 20:01:37.0|Trace|Http|Req: 92 [GET] /api/v1/log/file (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 20:01:37.0|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 20:01:37.0|Trace|Http|Res: 92 [GET] /api/v1/log/file: 200.OK (8 ms)
2024-02-21 20:01:37.0|Debug|Api|[GET] /api/v1/log/file: 200.OK (8 ms)
2024-02-21 20:01:40.9|Trace|Http|Req: 93 [GET] /logfile/prowlarr.trace.txt (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
mynameisbogdan commented 7 months ago

Perfect, thanks! I'll take a look at it right away.

mynameisbogdan commented 7 months ago

@longopy restart prowlarr and try again please. but if it doesn't work I suspect either there are no freeleech release or they changed their API and broke the free=1.

longopy commented 7 months ago

Hi! Now the indexer seems to work again, but the freeleech filtering option does not work (as it did at the beginning). As far as I have seen the freeleech filtering is done with free[0] = 100, not with free=1.

Otherwise, in the attributes of the answer you can see the field freeleech: 100. (last logs)

 {
            "type": "torrent",
            "id": "51505",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/2XA5VwZIibRcycyaZPDJMxDTZCv.jpg",
                "name": "Honor (2023) S01 [PACK][A3P WEB-DL 2160p AVC ES DD 2.0][HDO]",
                "release_year": "2023",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "2160p",
                "size": 39826523357,
                "num_file": 8,
                *"freeleech": 100,*
                "double_upload": 0,
                "internal": 0,
                "uploader": "suc_odie",
                "seeders": 39,
                "leechers": 0,
                "times_completed": 43,
                "tmdb_id": 230718,
                "imdb_id": 21374322,
                "tvdb_id": 437371,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T23:06:29.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51505.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51505"
            }
        },
        {
            "type": "torrent",
            "id": "51504",
            "attributes": {
                "poster": "https://image.tmdb.org/t/p/w92/zLx7Gs7nT20cY2DcrRveLee5FTT.jpg",
                "name": "La mujer en la pared S01E02 [SKYSHO WEB-DL 1080p AVC ES DD+ 5.1][HDO]",
                "release_year": "2023",
                "category": "Series",
                "type": "WEB-DL",
                "resolution": "1080p",
                "size": 3658409500,
                "num_file": 1,
                *"freeleech": 0,*
                "double_upload": 0,
                "internal": 0,
                "uploader": "suc_odie",
                "seeders": 61,
                "leechers": 1,
                "times_completed": 59,
                "tmdb_id": 209922,
                "imdb_id": 21822590,
                "tvdb_id": 0,
                "mal_id": 0,
                "igdb_id": "0",
                "created_at": "2024-02-19T21:37:34.000000Z",
                "download_link": "https://hd-olimpo.club/torrent/download/51504.(removed)",
                "details_link": "https://hd-olimpo.club/torrents/51504"
            }
        },

The last log:

2024-02-21 21:33:30.0|Trace|Cardigann|Populating config vars
2024-02-21 21:33:30.0|Debug|Cardigann|Adding request: https://hd-olimpo.club/api/torrents/filter?free=1&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 21:33:30.0|Debug|Cardigann|Downloading Feed https://hd-olimpo.club/api/torrents/filter?free=1&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 21:33:30.0|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 21:33:30.0|Trace|IndexerHttpClient|Req: [GET] https://hd-olimpo.club/api/torrents/filter?free=1&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 21:33:30.0|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 21:33:30.5|Trace|IndexerHttpClient|Res: HTTP/1.1 [GET] https://hd-olimpo.club/api/torrents/filter?free=1&sortField=created_at&sortDirection=desc&perPage=100: 200.OK (965 bytes) (442 ms)
2024-02-21 21:33:30.5|Trace|Cardigann|Cardigann (hdolimpo-api): Parsing response
2024-02-21 21:33:30.5|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 21:33:30.5|Trace|Cardigann|No releases found. Response: {
    "data": [],
    "links": {
        "first": "https://hd-olimpo.club/api/torrents/filter?page=1",
        "last": "https://hd-olimpo.club/api/torrents/filter?page=1",
        "prev": null,
        "next": null,
        "self": "https://hd-olimpo.club/api/torrents"
    },
    "meta": {
        "current_page": 1,
        "from": null,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "&laquo; Anterior",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Siguiente &raquo;",
                "active": false
            }
        ],
        "path": "https://hd-olimpo.club/api/torrents/filter",
        "per_page": "100",
        "to": null,
        "total": 0
    }
}
2024-02-21 21:33:30.5|Trace|ProwlarrErrorPipeline|Handling Exception
2024-02-21 21:33:30.5|Warn|ProwlarrErrorPipeline|Invalid request Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer, your indexer category settings, or other indexer settings such as search freeleech only etc.
2024-02-21 21:33:30.5|Trace|Http|Res: 112 [POST] /api/v1/indexer: 400.BadRequest (526 ms)
2024-02-21 21:33:30.5|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (526 ms)
2024-02-21 21:33:32.6|Trace|Http|Req: 113 [POST] /signalr/messages?access_token=(removed)&id=(removed) (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:33:32.6|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-02-21 21:33:32.6|Trace|Http|Res: 113 [POST] /signalr/messages?access_token=(removed)&id=(removed) 200.OK (2 ms)
2024-02-21 21:33:33.8|Trace|Http|Req: 114 [GET] /api/v1/health (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:33:33.8|Trace|Http|Req: 115 [GET] /api/v1/system/status (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:33:33.8|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 21:33:33.8|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 21:33:33.8|Trace|Http|Res: 114 [GET] /api/v1/health: 200.OK (3 ms)
2024-02-21 21:33:33.8|Debug|Api|[GET] /api/v1/health: 200.OK (3 ms)
2024-02-21 21:33:33.8|Trace|Http|Res: 115 [GET] /api/v1/system/status: 200.OK (3 ms)
2024-02-21 21:33:33.8|Debug|Api|[GET] /api/v1/system/status: 200.OK (3 ms)
2024-02-21 21:33:34.8|Trace|Http|Req: 116 [GET] /api/v1/log?page=1&pageSize=50&sortDirection=descending&sortKey=time (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:33:34.8|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 21:33:34.8|Trace|Http|Res: 116 [GET] /api/v1/log?page=1&pageSize=50&sortDirection=descending&sortKey=time: 200.OK (43 ms)
2024-02-21 21:33:34.8|Debug|Api|[GET] /api/v1/log?page=1&pageSize=50&sortDirection=descending&sortKey=time: 200.OK (43 ms)
2024-02-21 21:33:36.7|Trace|Http|Req: 117 [GET] /api/v1/health (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:33:36.7|Trace|Http|Req: 118 [GET] /api/v1/system/status (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:33:36.7|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 21:33:36.7|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 21:33:36.7|Trace|Http|Res: 117 [GET] /api/v1/health: 200.OK (3 ms)
2024-02-21 21:33:36.7|Debug|Api|[GET] /api/v1/health: 200.OK (3 ms)
2024-02-21 21:33:36.7|Trace|Http|Res: 118 [GET] /api/v1/system/status: 200.OK (4 ms)
2024-02-21 21:33:36.7|Debug|Api|[GET] /api/v1/system/status: 200.OK (4 ms)
2024-02-21 21:33:38.0|Trace|Http|Req: 119 [GET] /api/v1/log/file (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:33:38.0|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 21:33:38.1|Trace|Http|Res: 119 [GET] /api/v1/log/file: 200.OK (16 ms)
2024-02-21 21:33:38.1|Debug|Api|[GET] /api/v1/log/file: 200.OK (16 ms)
2024-02-21 21:33:39.9|Trace|Http|Req: 120 [GET] /logfile/prowlarr.trace.txt (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
mynameisbogdan commented 7 months ago

restart and try again. :)

longopy commented 7 months ago

😢

2024-02-21 21:58:38.7|Trace|Http|Req: 84 [POST] /api/v1/indexer (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:58:38.7|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 21:58:38.7|Trace|Cardigann|Getting Basic search
2024-02-21 21:58:38.7|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 21:58:38.7|Trace|Cardigann|Populating config vars
2024-02-21 21:58:38.7|Debug|Cardigann|Adding request: https://hd-olimpo.club/api/torrents/filter?free[]=100&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 21:58:38.7|Debug|Cardigann|Downloading Feed https://hd-olimpo.club/api/torrents/filter?free[]=100&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 21:58:38.7|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 21:58:38.7|Trace|IndexerHttpClient|Req: [GET] https://hd-olimpo.club/api/torrents/filter?free[]=100&sortField=created_at&sortDirection=desc&perPage=100
2024-02-21 21:58:38.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-21 21:58:39.2|Trace|IndexerHttpClient|Res: HTTP/1.1 [GET] https://hd-olimpo.club/api/torrents/filter?free[]=100&sortField=created_at&sortDirection=desc&perPage=100: 200.OK (965 bytes) (552 ms)
2024-02-21 21:58:39.2|Trace|Cardigann|Cardigann (hdolimpo-api): Parsing response
2024-02-21 21:58:39.2|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-21 21:58:39.2|Trace|Cardigann|No releases found. Response: {
    "data": [],
    "links": {
        "first": "https://hd-olimpo.club/api/torrents/filter?page=1",
        "last": "https://hd-olimpo.club/api/torrents/filter?page=1",
        "prev": null,
        "next": null,
        "self": "https://hd-olimpo.club/api/torrents"
    },
    "meta": {
        "current_page": 1,
        "from": null,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "&laquo; Anterior",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Siguiente &raquo;",
                "active": false
            }
        ],
        "path": "https://hd-olimpo.club/api/torrents/filter",
        "per_page": "100",
        "to": null,
        "total": 0
    }
}
2024-02-21 21:58:39.3|Trace|ProwlarrErrorPipeline|Handling Exception
2024-02-21 21:58:39.3|Warn|ProwlarrErrorPipeline|Invalid request Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer, your indexer category settings, or other indexer settings such as search freeleech only etc.
2024-02-21 21:58:39.3|Trace|Http|Res: 84 [POST] /api/v1/indexer: 400.BadRequest (598 ms)
2024-02-21 21:58:39.3|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (598 ms)
2024-02-21 21:58:43.3|Trace|Http|Req: 85 [POST] /signalr/messages?access_token=(removed)&id=(removed) (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:58:43.3|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-02-21 21:58:43.3|Trace|Http|Res: 85 [POST] /signalr/messages?access_token=(removed)&id=(removed) 200.OK (2 ms)
2024-02-21 21:58:47.1|Trace|Scheduler|Pending Tasks: 0
2024-02-21 21:58:48.4|Trace|Http|Req: 86 [GET] /Content/Images/Icons/logo-radarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:58:48.4|Trace|Http|Req: 87 [GET] /Content/Images/Icons/logo-lidarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:58:48.4|Trace|Http|Res: 86 [GET] /Content/Images/Icons/logo-radarr.png: 200.OK (2 ms)
2024-02-21 21:58:48.4|Trace|Http|Res: 87 [GET] /Content/Images/Icons/logo-lidarr.png: 200.OK (1 ms)
2024-02-21 21:58:48.4|Trace|Http|Req: 88 [GET] /Content/Images/Icons/logo-readarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:58:48.4|Trace|Http|Req: 89 [GET] /Content/Images/Icons/logo-prowlarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:58:48.4|Trace|Http|Res: 88 [GET] /Content/Images/Icons/logo-readarr.png: 200.OK (1 ms)
2024-02-21 21:58:48.4|Trace|Http|Res: 89 [GET] /Content/Images/Icons/logo-prowlarr.png: 200.OK (1 ms)
2024-02-21 21:58:48.4|Trace|Http|Req: 90 [GET] /Content/Images/Icons/logo-sonarr.png (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:58:48.4|Trace|Http|Req: 91 [GET] /api/v1/health (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:58:48.4|Trace|Http|Res: 90 [GET] /Content/Images/Icons/logo-sonarr.png: 200.OK (0 ms)
2024-02-21 21:58:48.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 21:58:48.4|Trace|Http|Req: 92 [GET] /api/v1/system/status (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:58:48.4|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 21:58:48.4|Trace|Http|Res: 91 [GET] /api/v1/health: 200.OK (1 ms)
2024-02-21 21:58:48.4|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2024-02-21 21:58:48.4|Trace|Http|Res: 92 [GET] /api/v1/system/status: 200.OK (2 ms)
2024-02-21 21:58:48.4|Debug|Api|[GET] /api/v1/system/status: 200.OK (2 ms)
2024-02-21 21:58:49.5|Trace|Http|Req: 93 [GET] /api/v1/log/file (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
2024-02-21 21:58:49.5|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-21 21:58:49.5|Trace|Http|Res: 93 [GET] /api/v1/log/file: 200.OK (13 ms)
2024-02-21 21:58:49.5|Debug|Api|[GET] /api/v1/log/file: 200.OK (13 ms)
2024-02-21 21:58:50.7|Trace|Http|Req: 94 [GET] /logfile/prowlarr.trace.txt (from 192.168.1.34 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0)
mynameisbogdan commented 7 months ago

neither free[]=100 or free=1 works, so it's not really something I can fix.

mynameisbogdan commented 7 months ago

@longopy let's give it another try with free=100. Restart and try again. 😬

longopy commented 7 months ago

🥺


2024-02-22 07:24:16.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-22 07:24:16.2|Trace|Cardigann|Getting Basic search
2024-02-22 07:24:16.2|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-22 07:24:16.2|Trace|Cardigann|Populating config vars
2024-02-22 07:24:16.2|Debug|Cardigann|Adding request: https://hd-olimpo.club/api/torrents/filter?free=100&sortField=created_at&sortDirection=desc&perPage=100
2024-02-22 07:24:16.3|Debug|Cardigann|Downloading Feed https://hd-olimpo.club/api/torrents/filter?free=100&sortField=created_at&sortDirection=desc&perPage=100
2024-02-22 07:24:16.3|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-22 07:24:16.3|Trace|IndexerHttpClient|Req: [GET] https://hd-olimpo.club/api/torrents/filter?free=100&sortField=created_at&sortDirection=desc&perPage=100
2024-02-22 07:24:16.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-02-22 07:24:16.7|Trace|IndexerHttpClient|Res: HTTP/1.1 [GET] https://hd-olimpo.club/api/torrents/filter?free=100&sortField=created_at&sortDirection=desc&perPage=100: 200.OK (965 bytes) (426 ms)
2024-02-22 07:24:16.7|Trace|Cardigann|Cardigann (hdolimpo-api): Parsing response
2024-02-22 07:24:16.7|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2024-02-22 07:24:16.8|Trace|Cardigann|No releases found. Response: {
    "data": [],
    "links": {
        "first": "https://hd-olimpo.club/api/torrents/filter?page=1",
        "last": "https://hd-olimpo.club/api/torrents/filter?page=1",
        "prev": null,
        "next": null,
        "self": "https://hd-olimpo.club/api/torrents"
    },
    "meta": {
        "current_page": 1,
        "from": null,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "&laquo; Anterior",
                "active": false
            },
            {
                "url": "https://hd-olimpo.club/api/torrents/filter?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Siguiente &raquo;",
                "active": false
            }
        ],
        "path": "https://hd-olimpo.club/api/torrents/filter",
        "per_page": "100",
        "to": null,
        "total": 0
    }
}
2024-02-22 07:24:16.8|Trace|ProwlarrErrorPipeline|Handling Exception
2024-02-22 07:24:16.8|Warn|ProwlarrErrorPipeline|Invalid request Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer, your indexer category settings, or other indexer settings such as search freeleech only etc.
2024-02-22 07:24:16.8|Trace|Http|Res: 40 [POST] /api/v1/indexer: 400.BadRequest (672 ms)
2024-02-22 07:24:16.8|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (672 ms)
2024-02-22 07:24:21.7|Trace|Scheduler|Pending Tasks: 0
2024-02-22 07:24:25.3|Trace|Http|Req: 41 [POST] /signalr/messages?access_token=(removed)&id=(removed) (from 172.21.0.1 Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1)
2024-02-22 07:24:25.3|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2024-02-22 07:24:25.3|Trace|Http|Res: 41 [POST] /signalr/messages?access_token=(removed)&id=(removed) 200.OK (2 ms)
2024-02-22 07:24:25.8|Trace|Http|Req: 42 [GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date (from 172.21.0.1 Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1)
2024-02-22 07:24:25.8|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-22 07:24:25.9|Trace|Http|Res: 42 [GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (69 ms)
2024-02-22 07:24:25.9|Debug|Api|[GET] /api/v1/history?page=1&pageSize=20&sortDirection=descending&sortKey=date: 200.OK (69 ms)
2024-02-22 07:24:28.0|Trace|Http|Req: 43 [GET] /Content/Images/Icons/logo-lidarr.png (from 172.21.0.1 Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1)
2024-02-22 07:24:28.0|Trace|Http|Req: 44 [GET] /Content/Images/Icons/logo-readarr.png (from 172.21.0.1 Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1)
2024-02-22 07:24:28.0|Trace|Http|Req: 45 [GET] /Content/Images/Icons/logo-prowlarr.png (from 172.21.0.1 Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1)
2024-02-22 07:24:28.0|Trace|Http|Req: 46 [GET] /Content/Images/Icons/logo-radarr.png (from 172.21.0.1 Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1)
2024-02-22 07:24:28.0|Trace|Http|Req: 47 [GET] /Content/Images/Icons/logo-sonarr.png (from 172.21.0.1 Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1)
2024-02-22 07:24:28.0|Trace|Http|Res: 43 [GET] /Content/Images/Icons/logo-lidarr.png: 200.OK (19 ms)
2024-02-22 07:24:28.0|Trace|Http|Res: 44 [GET] /Content/Images/Icons/logo-readarr.png: 200.OK (11 ms)
2024-02-22 07:24:28.0|Trace|Http|Res: 45 [GET] /Content/Images/Icons/logo-prowlarr.png: 200.OK (11 ms)
2024-02-22 07:24:28.0|Trace|Http|Res: 47 [GET] /Content/Images/Icons/logo-sonarr.png: 200.OK (11 ms)
2024-02-22 07:24:28.0|Trace|Http|Res: 46 [GET] /Content/Images/Icons/logo-radarr.png: 200.OK (15 ms)
2024-02-22 07:24:28.1|Trace|Http|Req: 48 [GET] /api/v1/health (from 172.21.0.1 Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1)
2024-02-22 07:24:28.1|Trace|Http|Req: 49 [GET] /api/v1/system/status (from 172.21.0.1 Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1)
2024-02-22 07:24:28.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-22 07:24:28.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-22 07:24:28.1|Trace|Http|Res: 48 [GET] /api/v1/health: 200.OK (4 ms)
2024-02-22 07:24:28.1|Debug|Api|[GET] /api/v1/health: 200.OK (4 ms)
2024-02-22 07:24:28.1|Trace|Http|Res: 49 [GET] /api/v1/system/status: 200.OK (7 ms)
2024-02-22 07:24:28.1|Debug|Api|[GET] /api/v1/system/status: 200.OK (7 ms)
2024-02-22 07:24:28.8|Trace|Http|Req: 50 [GET] /api/v1/log/file (from 172.21.0.1 Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1)
2024-02-22 07:24:28.8|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-02-22 07:24:28.8|Trace|Http|Res: 50 [GET] /api/v1/log/file: 200.OK (17 ms)
2024-02-22 07:24:28.8|Debug|Api|[GET] /api/v1/log/file: 200.OK (17 ms)
2024-02-22 07:24:30.3|Trace|Http|Req: 51 [GET] /logfile/prowlarr.trace.txt (from 172.21.0.1 Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1)
ilike2burnthing commented 7 months ago

Ask the HDO admins, or if you have any invites gathering dust we can do it.