mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-29 21:10:54 +08:00
6 lines
189 B
Python
6 lines
189 B
Python
def getClient():
|
|
# TODO 多下载器支持
|
|
# 从 settings 里读取下载器名称,然后返回对应 Client
|
|
from .qb_downloader import QbDownloader
|
|
return QbDownloader()
|