add the _WORKING property and the working method
This commit is contained in:
parent
9682666bda
commit
74c77d2be3
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user