mirror of
https://github.com/lifegpc/pythonscript.git
synced 2026-06-06 11:28:58 +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
|
||||
have_rssbotlib = True
|
||||
except ImportError:
|
||||
AVDict = None
|
||||
have_rssbotlib = False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user