Replies: 1 comment 7 replies
-
Code example can be looked at #79 I thinked about tests, but I got problem with plugin initialization, splitting plugin to provider for Jellyfin/Emby and data graber can solve this. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This project is great and there's tons of sites out there with many others requesting new sites every day. I'm interesting in contributing and adding additional site supports. What's the best way to contribute new sites with regards to guidelines and/or coding style? My thought is to go through the git history and look at supports for new sites i.e.
c0ed6bec
I'm also interested in adding test suites to the project. It would make it easier to verify supporting sites still behave as expected. Have this been thought about? I took a quick look into the source code and right now the architecture makes it difficult to add tests and mocks (static objects that depend on other static objects that depend on static methods, so on so on).
Beta Was this translation helpful? Give feedback.
All reactions