hect0x7 / JMComic-Crawler-Python

Python API for JMComic | 提供Python API访问禁漫天堂,同时支持网页端和移动端 | 禁漫天堂GitHub Actions下载器🚀
https://jmcomic.readthedocs.io/zh-cn/latest/option_file_syntax/#
MIT License
791 stars 1.85k forks source link

v2.4.8: 实现移动端的分类、排行榜接口 #180

Closed hect0x7 closed 9 months ago

hect0x7 commented 9 months ago

Summary by CodeRabbit

coderabbitai[bot] commented 9 months ago

Walkthrough

The recent updates involve a series of enhancements across various Python files in a project, likely a comic-related API client. These changes include the introduction of new methods for category filtering, additional constants for ordering and categorization, and alterations to class methods and decorators to improve functionality and maintainability. The version bump signifies a new release of the package.

Changes

File Path Change Summary
.github/workflows/close_specific_pr.yml Renamed workflow for clarity.
src/jmcomic/__init__.py
src/jmcomic/jm_config.py
Incremented version number.
Added constants for ordering and categories.
src/jmcomic/jm_client_impl.py
src/jmcomic/jm_client_interface.py
Added categories_filter method and API_CATEGORIES_FILTER endpoint.
Updated methods and classes for caching, category handling, and API URL management.
src/jmcomic/jm_entity.py Introduced JmCategoryPage class.
src/jmcomic/jm_option.py Added comments to suppress type checking warnings.
README.md Expanded list of implemented "forbidden comic" interfaces.

🐇✨ In the code's burrow, changes abound, New paths for categories, where comics are found. Constants like carrots, neatly arrayed, A version steps up, as improvements are made. 🎉 🐇✨

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ?


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - You can reply to a *review comment* from CodeRabbit. - You can also chat with CodeRabbit bot directly around the specific lines of code or files in the PR by tagging `@coderabbitai` in a new comment. - You can tag `@coderabbitai` in a PR comment and ask questions about the PR and the codebase. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json`