Skip to content

Add Erai-raws#434

Draft
mist8kengas wants to merge 18 commits into
Prowlarr:masterfrom
mist8kengas:master
Draft

Add Erai-raws#434
mist8kengas wants to merge 18 commits into
Prowlarr:masterfrom
mist8kengas:master

Conversation

@mist8kengas

Copy link
Copy Markdown

Indexer/Tracker

Erai-raws

Description

Add Erai-raws indexer

@mist8kengas

Copy link
Copy Markdown
Author

@mynameisbogdan

@mist8kengas

Copy link
Copy Markdown
Author

@mynameisbogdan fixed formatting

@0xT3chN0 0xT3chN0 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Erai now requires the cookies of a logged-in browser. RSS key on its own is not sufficient anymore.

@mist8kengas

mist8kengas commented Jan 14, 2025

Copy link
Copy Markdown
Author

Erai now requires the cookies of a logged-in browser. RSS key on its own is not sufficient anymore.

I am unable to replicate the issue using curl 7.74.0
Could you please show a way to replicate the issue so we are able to work on a fix? Thanks.

EDIT: Pushed auth and regex changes in 0b592a9

@0xT3chN0

0xT3chN0 commented Jan 14, 2025

Copy link
Copy Markdown

Hi,

thanks for your quick response.

I also tried the "token=" fix on line 136 yesterday on my local definition. Tho this introduced this new error I mentioned in Prowlarr. Here it is:

https://pastebin.com/NkPGakPx

I made also did some tests in Chrome yesterday. The same Request in the error above (with and without the RSS token) works only, if the user account is logged into Erai web, it has something to do with cookies that have to be set for prowlarr to work.

If you need more information / logs I could send them later this evening.

EDIT: Pastebin added

@mist8kengas

mist8kengas commented Jan 14, 2025

Copy link
Copy Markdown
Author

It seems that only the search functionality requires you to be logged in. Will do some more tests with it and implement a fix soon.

EDIT: Fix implemented in 688f8ff

image
image

@0xT3chN0

0xT3chN0 commented Jan 14, 2025

Copy link
Copy Markdown

Thanks for your hard work, search works perfectly fine now. I've noticed something different though.

The Release Title gets changed on grab. is there a way to workaround that? It messes up the custom format scores and fails import.

Shown in search:
image

After grab:
image

Have a nice day / night.

@noctaia

noctaia commented Feb 28, 2025

Copy link
Copy Markdown

Thank you for the work on this indexer.
It's working correctly on my side for sonarr. There is only one problem with radarr.
Radarr need the year of the film while parsing the title.
image

For example:
[Erai-raws] Trapezium - Movie (1080p) [us][br][mx][es][fr][ru][Movie or Special Episode] don't work but [Erai-raws] Trapezium - Movie (2024) (1080p) [us][br][mx][es][fr][ru][Movie or Special Episode] work correctly.

I don't know if it's possible to fetch the year from the query as radarr send it with the title.

@ClankJake

ClankJake commented Mar 5, 2025

Copy link
Copy Markdown

It is possible to add infomkv to the title. Because sonarr is treating the media as HDTV.
erai:infomkvCR WEB-DL AVC EAC3</erai:infomkv>

@mist8kengas

Copy link
Copy Markdown
Author

Thank you for the work on this indexer. It's working correctly on my side for sonarr. There is only one problem with radarr. Radarr need the year of the film while parsing the title. image

For example: [Erai-raws] Trapezium - Movie (1080p) [us][br][mx][es][fr][ru][Movie or Special Episode] don't work but [Erai-raws] Trapezium - Movie (2024) (1080p) [us][br][mx][es][fr][ru][Movie or Special Episode] work correctly.

I don't know if it's possible to fetch the year from the query as radarr send it with the title.

The RSS feed doesn't provide year data for releases, you can only extract the year from the title which is inconsistent as the title format doesn't have a defined standard as of now.

@mist8kengas

Copy link
Copy Markdown
Author

Thanks for your hard work, search works perfectly fine now. I've noticed something different though.

The Release Title gets changed on grab. is there a way to workaround that? It messes up the custom format scores and fails import.

Shown in search: image

After grab: image

Have a nice day / night.

The release title will be different from the name of the file that you are grabbing.

To fix this you would need to rename the file that you downloaded, because the definition has no control over what the name of the downloaded file would be, just the title you see on the release.

@bakerboy448 bakerboy448 added Status: Ready for Review Ready for Review Status: Testing Needed Indexer needs testing and validation labels Apr 25, 2025
@MiguelAngelLV

Copy link
Copy Markdown

What need this PR to be merged?

@bakerboy448

bakerboy448 commented Aug 6, 2025

Copy link
Copy Markdown
Contributor

What need this PR to be merged?

Feedback from users needs to be addressed. E.g. movie cat or caps should likely be removed since it doesn't return years and thus would never return a valid movie release title to support automation

@aerz

aerz commented Sep 8, 2025

Copy link
Copy Markdown

Hi,

Is it possible to modify the definition to allow selecting multiple subs? I usually use subs%5B0%5D=mx&subs%5B1%5D=es in my RSS feed URL to select more than one.

Thank you for creating the definition!

@Hisui02

Hisui02 commented Oct 6, 2025

Copy link
Copy Markdown

What do we need for this? Erai-raws are almost the only page that releases spanish subs, I actually need it added as an indexer.

@mist8kengas

Copy link
Copy Markdown
Author

Hi,

Is it possible to modify the definition to allow selecting multiple subs? I usually use subs%5B0%5D=mx&subs%5B1%5D=es in my RSS feed URL to select more than one.

Thank you for creating the definition!

Will do

@joshuarmost

Copy link
Copy Markdown

I've been wanting this indexer for a long time however I'm not familiar with how all this works. I'd love to help I'm just not sure where to start.

@bakerboy448

Copy link
Copy Markdown
Contributor

It can be added following the custom definition instructions on the wiki.

the PR is awaiting further testing and confirmation from users of the site to confirm it is reasonably working

@vitorhugoro1

Copy link
Copy Markdown

Hey man, I'm getting a 502 Bad Gateway.

I setup the cookies and rss token, but when I try to save or test the Indexer this is my return.

https://pastebin.com/VE9KGBfM

@mist8kengas

Copy link
Copy Markdown
Author

Hey man, I'm getting a 502 Bad Gateway.

I setup the cookies and rss token, but when I try to save or test the Indexer this is my return.

https://pastebin.com/VE9KGBfM

A 502 status code occurs when the website itself is having issues, this is outside of the indexer's control.

I have tested the link and it is working on my end.

@bakerboy448 bakerboy448 marked this pull request as draft October 26, 2025 19:03
@sonarqubecloud

sonarqubecloud Bot commented Feb 6, 2026

Copy link
Copy Markdown

@worm69

worm69 commented Feb 13, 2026

Copy link
Copy Markdown

@mynameisbogdan @ineednewpajamas can this be merged?

@augustuen

Copy link
Copy Markdown
Contributor

the PR is awaiting further testing and confirmation from users of the site to confirm it is reasonably working

@worm69

worm69 commented Mar 10, 2026

Copy link
Copy Markdown

@augustuen any alpha docker image to test this or instructions to build one?
I would like help test and go forward with the merge
I use Erai-raws daily

@mynameisbogdan

Copy link
Copy Markdown
Contributor

Just follow the wiki for custom definitions at https://wiki.servarr.com/prowlarr/indexers#adding-a-custom-yml-definition

@worm69

worm69 commented Mar 16, 2026

Copy link
Copy Markdown

@mynameisbogdan
My Docker container is not finding custom indexer
Version
2.3.0.5236
Package Version
2.3.0.5236-ls138 by linuxserver.io
.NET
Yes (8.0.12)
Docker
Yes
Database
Sqlite 3.50.4
Database Migration
43
AppData Directory
/config
Startup Directory
/app/prowlarr/bin
Mode
Console
Uptime
00:05:21 (Rebooted)

image image

Any log i can check for find the issue?

@augustuen

Copy link
Copy Markdown
Contributor

@worm69 That's a support issue. Please hop over onto our Discord.

@nikoresu

nikoresu commented Apr 1, 2026

Copy link
Copy Markdown

Hi there
i was testing the indexer and just found that for more of the requests that are sent through a specific search from sonarr, no results are retrieved because of the Season+Episode filter.

The sent request is being sent like:
Adding request for Erai-raws: https://www.erai-raws.info/feed/?token=(removed)&type=magnet&s=Journal+with+Witch+S01E09

Or for the japanese title like:
Adding request for Erai-raws: https://www.erai-raws.info/feed/?token=(removed)&type=magnet&s=Ikoku+Nikki+S01E09

But no results are retrieved due to Erai not normally sending back season and episode formats like that (SxEx). I'm not familiar with how indexers work but, would it be possible to send the request just with the title such as:

https://www.erai-raws.info/feed/?token=(removed)&type=magnet&s=Ikoku+Nikki

And then let sonarr/prowlarr match the episode from the titles that are received:
[Magnet] Ikoku Nikki - 09 [1080p CR WEB-DL AVC AAC][us][br][mx][es][sa][fr][de][it][ru][Airing]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status: Ready for Review Ready for Review Status: Testing Needed Indexer needs testing and validation Status: Waiting for OP

Projects

None yet

Development

Successfully merging this pull request may close these issues.