Jackett / Jackett

API Support for your favorite torrent trackers
GNU General Public License v2.0
12.33k stars 1.31k forks source link

Animebytes returns too many results #2322

Closed Quiksmage closed 6 years ago

Quiksmage commented 6 years ago

Hi, Animebytes currently DOES work and returns the result you are looking for, but it also returns EVERYTHING from the series name

For example, image

It shouldn't return anything here as episode 24 has not been released yet. It lists every episode for the series.

Thankfully sonarr rejects the results as it's the wrong episode :)

It also lists the published hours listed incorrectly.

If I can provide any details or testing, please let me know.

Thanks in advance and have a Happy Holidays :)

uilton-oliveira commented 6 years ago

Looking at the source, looks like that this tracker does not support searching by specific episode number, so it strip that out and search only for the anime you're looking for, so it will return all the latest episodes released to that anime, its an workaround that the only draw back is that you'll not be able to find very old episodes that would be into some other result page than the first.

Quiksmage commented 6 years ago

gotcha, thanks for looking at that for me :)

It makes sense now that I think about it, with the way searching works while using the website.

Merry Christmas/Happy Holidays.