Again
This commit is contained in:
parent
a4b22a1526
commit
6a53f36713
@ -23,7 +23,7 @@ class RecurbateIE(InfoExtractor):
|
|||||||
}
|
}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def raise_login_required(msg='Login required: use --cookies to pass your browser's login cookie, or try again later'):
|
def raise_login_required(msg="Login required: use --cookies to pass your browser's login cookie, or try again later"):
|
||||||
raise ExtractorError(msg, expected=True)
|
raise ExtractorError(msg, expected=True)
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user