mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-29 13:02:03 +08:00
新增程序自检
This commit is contained in:
@@ -19,7 +19,8 @@ class RequestContent(RequestURL):
|
||||
def get_torrents(
|
||||
self,
|
||||
_url: str,
|
||||
_filter: str = "|".join(settings.rss_parser.filter)) -> [TorrentInfo]:
|
||||
_filter: str = "|".join(settings.rss_parser.filter)
|
||||
) -> [TorrentInfo]:
|
||||
soup = self.get_xml(_url)
|
||||
torrent_titles = []
|
||||
torrent_urls = []
|
||||
|
||||
Reference in New Issue
Block a user