mirror of
https://github.com/lifegpc/pythonscript.git
synced 2026-06-18 13:34:18 +08:00
fix the bug when _rssbotlib can not load
This commit is contained in:
@@ -8,6 +8,7 @@ try:
|
|||||||
from _rssbotlib import AVDict, version, VideoInfo
|
from _rssbotlib import AVDict, version, VideoInfo
|
||||||
have_rssbotlib = True
|
have_rssbotlib = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
AVDict = None
|
||||||
have_rssbotlib = False
|
have_rssbotlib = False
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user