Tags: Fippsy/Jackett
Tags
Jackett#1535 - Using 8000 a real User-Agent with AnimeBytes
Bugfix/1532 1539 fix manual search circular reference (Jackett#1543) * Line endings... * Encoding Encoding in a reasonable way Sadly Encoding contains a self-reference somewhere, which makes it really hard for the json serializer to automatically encode it... Probably there's no value in sending it over especially since no one is using it, however just for the sake of the argument, let's just serialize it in a reasonable way. Maybe someday there will be someone expecting this. Or we clearly separate DTOs and models... - Fixes Jackett#1532 - Fixes Jackett#1539 * Seriously... Please port this to dotnet Core so that I can use something other than @drunkvs on my MacBook * Fix autofac registration after merge * "Implement" new function of interface in test project
Merge branch 'master' of https://github.com/Jackett/Jackett.git
Bugfix/1404 fix potato search (Jackett#1516) * Line endings... * Integrating OMDB into Potato results Now PotatoController will actually produce results * VS complains it could be simplified, yet AppVeyor cannot do anything with it... * How come only Appveyor unveils this error? @drunkvs
Bugfix/cannot add cardigann indexers (Jackett#1511) * Line endings... * Fix invalid ID for cardigann indexers (refactoring regression - my bad)
Feature/omdb api integration (Jackett#1509) * Line endings... * Refactoring how MetaIndexers handle fallbacks Originally this modification was part of a much larger refactoring, however for the sake of reviewability I split it into smaller chunks. Sadly it is still quite large. I wanted to split it even more, however after a certain point there was really no value in creating smaller chunks. The biggest part of this modification would be still huge. So all in all, there're 3 aspects of this modification - It modifies BaseIndexer so that it now implements IIndexer (will be very useful later on) - Resolving most of the warnings currently in Jackett (the only ones remaining are related to Autofac, however if I could I would just burn Autofac altogether rather than fix the warnings. Will open discussion on this.) - Biggest part: refactoring how MetaIndexers handle fallbacks and how they provide the final result set MetaIndexers now accept any kind of fallback and filtering mechanism that implements the necessary interface, so that in the future IMDB fallback and filtering won't be the only one. I know there are not a lot of unit tests around Jackett at the moment, however this renders the class much more unittestable as well. * Integrate OMDB API for the fallback option * Safeguarding when no API key is specified * Autofac started complaining... I don't understand... * How did that not make the previous commit?
PreviousNext