mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-24 11:11:54 +00:00
Again
This commit is contained in:
parent
a4b22a1526
commit
6a53f36713
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue