-
Notifications
You must be signed in to change notification settings - Fork 278
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
Add nCore torrent provider #6537
Conversation
DeepCode analyzed this pull request. Click to see more details. |
# Cache | ||
self.cache = tv.Cache(self, min_time=20) | ||
|
||
def search(self, search_strings, age=0, ep_obj=None, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove age and ep_obj. I don't think you need to put *args. The **kwargs should pick them up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It just shadows how it is implemented in generic_provider. If we need to change it, we should change it for every other provider as well.
* Add nCore torrent provider * Small changes and fixes * rm ln * Fix snatching seasons when there aren't any single episode results * rename to ncore * Update CHANGELOG.md * don't use try_int
Big thanks to @ExPeacer for providing access to the provider.