add the _WORKING property and the working method

This commit is contained in:
xiaojieluo 2017-07-28 13:26:24 +08:00
parent 9682666bda
commit 74c77d2be3

View File

@ -6,6 +6,11 @@ import re
class LazyLoadExtractor(object):
_module = None
_WORKING = True
@classmethod
def working(cls):
return cls._WORKING
@classmethod
def ie_key(cls):