Support year in query params for AnimeBytes indexer #824

Closed
opened 2026-02-20 10:04:01 -05:00 by deekerman · 0 comments
Owner

Originally created by @m3Lith on GitHub (Apr 2, 2023).

Is there an existing issue for this?

  • I have searched the existing open and closed issues

AnimeBytes (AB) has a category for movies. If I search for a movie via Radarr, the query URL for AB doesn't contain the year:
image

From my quick checking, the problem is that AB doesn't support years in &searchstr (so Hero 2002 is passed as &searchstr=Hero - see the red text in the screenshot). I guess that's why it was omitted. However, it does support passing the year via &year=YYYY query param, like so: https://animebytes.tv/scrape.php?username=m3Lith&torrent_pass=***&type=anime&searchstr=Hero&year=2018&anime[movie]=1

Describe the solution you'd like

Add support for passing a year via &year query param for AnimeBytes indexer.

Describe alternatives you've considered

.

Anything else?

.

Originally created by @m3Lith on GitHub (Apr 2, 2023). ### Is there an existing issue for this? - [X] I have searched the existing open and closed issues ### Is your feature request related to a problem? Please describe AnimeBytes (AB) has a category for movies. If I search for a movie via Radarr, the query URL for AB doesn't contain the year: ![image](https://user-images.githubusercontent.com/1583788/229367010-10c3cf22-fdf5-410c-acfa-31b194a65cf6.png) From my quick checking, the problem is that AB doesn't support years in `&searchstr` (so `Hero 2002` is passed as `&searchstr=Hero` - see the red text in the screenshot). I guess that's why it was omitted. However, it does support passing the year via `&year=YYYY` query param, like so: `https://animebytes.tv/scrape.php?username=m3Lith&torrent_pass=***&type=anime&searchstr=Hero&year=2018&anime[movie]=1` ### Describe the solution you'd like Add support for passing a year via `&year` query param for AnimeBytes indexer. ### Describe alternatives you've considered . ### Anything else? .
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Prowlarr#824
No description provided.