fix the bug when _rssbotlib can not load

This commit is contained in:
2021-12-12 22:10:03 +08:00
parent 3aeb0cbade
commit a2d6f54fcc

View File

@@ -8,6 +8,7 @@ try:
from _rssbotlib import AVDict, version, VideoInfo
have_rssbotlib = True
except ImportError:
AVDict = None
have_rssbotlib = False