From ae9e82366273f21fdcded4d3825673ae48bac7cc Mon Sep 17 00:00:00 2001 From: EkkoG Date: Thu, 29 Feb 2024 21:49:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B1=86=E7=93=A3=20TOP=2025?= =?UTF-8?q?0=20=E6=A6=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/doubanrank/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/doubanrank/__init__.py b/plugins/doubanrank/__init__.py index 401d257..949191d 100644 --- a/plugins/doubanrank/__init__.py +++ b/plugins/doubanrank/__init__.py @@ -53,6 +53,7 @@ class DoubanRank(_PluginBase): 'movie-hot-gaia': 'https://rsshub.app/douban/movie/weekly/movie_hot_gaia', 'tv-hot': 'https://rsshub.app/douban/movie/weekly/tv_hot', 'movie-top250': 'https://rsshub.app/douban/movie/weekly/movie_top250', + 'movie-top250-full': 'https://rsshub.app/douban/list/movie_top250', } _enabled = False _cron = "" @@ -274,6 +275,7 @@ class DoubanRank(_PluginBase): {'title': '热门电影', 'value': 'movie-hot-gaia'}, {'title': '热门电视剧', 'value': 'tv-hot'}, {'title': '电影TOP10', 'value': 'movie-top250'}, + {'title': '电影TOP250', 'value': 'movie-top250-full'}, ] } }