[ie/learningonscreen] Fix extractor (#16028)
Closes #15934 Authored by: bashonly, 0xvd
This commit is contained in:
parent
166356d1a1
commit
46d5b6f2b7
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class LearningOnScreenIE(InfoExtractor):
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_initialize(self):
|
def _real_initialize(self):
|
||||||
if not self._get_cookies('https://learningonscreen.ac.uk/').get('PHPSESSID-BOB-LIVE'):
|
if not self._get_cookies('https://learningonscreen.ac.uk/').get('PHPSESSID-LOS-LIVE'):
|
||||||
self.raise_login_required(method='session_cookies')
|
self.raise_login_required(method='session_cookies')
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue