Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
riimuru authored Apr 16, 2024
2 parents 80104be + d05476b commit 5c9ea22
Show file tree
Hide file tree
Showing 67 changed files with 89 additions and 85 deletions.
14 changes: 9 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,20 @@ You are welcome to add anything to the abstract class that you believe will be b

```mermaid
classDiagram
ProviderBase <|-- BaseParser
ProviderBase : +String name
ProviderBase : +String baseUrl
ProviderBase: +toString()
Proxy <|-- BaseProvider
BaseProvider <|-- BaseParser
BaseProvider : +String name
BaseProvider : +String baseUrl
BaseProvider: +toString()
BaseParser <|-- AnimeParser
BaseParser <|-- BookParser
BaseParser <|-- MangaParser
BaseParser <|-- LightNovelParser
BaseParser <|-- ComicParser
BaseParser <|-- MovieParser
class Proxy{
ProxyConfig
}
class BaseParser{
+search(String query)
}
Expand Down Expand Up @@ -160,4 +164,4 @@ You should read [these](https://www.freecodecamp.org/news/writing-good-commit-me
Examples:
- `feat: Speed up parsing with new technique`
- `fix: Fix 9anime search`
- `refactor: Reformat code at 9anime.ts`
- `refactor: Reformat code at 9anime.ts`
2 changes: 1 addition & 1 deletion dist/extractors/filemoon.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/extractors/gogocdn.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/extractors/kwik.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/extractors/megacloud.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5c9ea22

Please sign in to comment.