Skip to content

Add Erai-raws #434

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Add Erai-raws #434

wants to merge 18 commits into from

Conversation

mist8kengas
Copy link

Indexer/Tracker

Erai-raws

Description

Add Erai-raws indexer

@mist8kengas
Copy link
Author

@mynameisbogdan

@mist8kengas
Copy link
Author

@mynameisbogdan fixed formatting

Copy link

@0xT3chN0 0xT3chN0 left a comment

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
Copy link
Author

mist8kengas commented Jan 14, 2025

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
Copy link

0xT3chN0 commented Jan 14, 2025

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
Copy link
Author

mist8kengas commented Jan 14, 2025

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
Copy link

0xT3chN0 commented Jan 14, 2025

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.

@andy3469
Copy link

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
Copy link

ClankJake commented Mar 5, 2025

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
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
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.

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

Successfully merging this pull request may close these issues.

6 participants