mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
Support year in query params for AnimeBytes indexer #824
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Tooling
Area: UI
Area: Update API
Priority: High
Priority: Low
Priority: Medium
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
lidarr-pull
radarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Prowlarr#824
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @m3Lith on GitHub (Apr 2, 2023).
Is there an existing issue for this?
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:

From my quick checking, the problem is that AB doesn't support years in
&searchstr(soHero 2002is 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=YYYYquery param, like so:https://animebytes.tv/scrape.php?username=m3Lith&torrent_pass=***&type=anime&searchstr=Hero&year=2018&anime[movie]=1Describe the solution you'd like
Add support for passing a year via
&yearquery param for AnimeBytes indexer.Describe alternatives you've considered
.
Anything else?
.