You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
I'm trying to write an Indexer plugin for anime but I'm not sure how exactly it's meant to work.
Looking at Fanzub, there's a line: if "anime" not in element.manager.identifier: which I assume is significant but I haven't been able to find any other references to it.
I'm trying to write an Indexer plugin for anime but I'm not sure how exactly it's meant to work.
Looking at Fanzub, there's a line:
if "anime" not in element.manager.identifier:
which I assume is significant but I haven't been able to find any other references to it.It should also note that the plugin docs at https://xdm.readthedocs.org/en/latest/plugin/Indexer.html seem a bit lacking. The best source for learning is definitely the source code at the moment.
I'm my issues are mainly since I walked in on a repo that's still in development anyway :P
The text was updated successfully, but these errors were encountered: