From 7ea00dd4a515c99bea234781175d1bd82afae10e Mon Sep 17 00:00:00 2001 From: wbt5 Date: Sat, 26 Sep 2020 18:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89YY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- danmu/danmaku/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/danmu/danmaku/__init__.py b/danmu/danmaku/__init__.py index bdef7ef..15964b5 100644 --- a/danmu/danmaku/__init__.py +++ b/danmu/danmaku/__init__.py @@ -21,7 +21,7 @@ from .look import Look from .pps import QiXiu from .qf import QF from .zhanqi import ZhanQi -from .yy import YY +# from .yy import YY __all__ = ['DanmakuClient'] @@ -57,7 +57,7 @@ class DanmakuClient: 'look.163.com': Look, 'acfun.cn': AcFun, '173.com': YiQiShan, - 'yy.com': YY}.items(): + 'yy.com': ''}.items(): if re.match(r'^(?:http[s]?://)?.*?%s/(.+?)$' % u, url): self.__site = s self.__u = u