1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-02-22 16:36:54 +00:00

[ie/learningonscreen] Fix extractor (#16028)

Closes #15934
Authored by: bashonly, 0xvd
This commit is contained in:
bashonly
2026-02-21 12:27:33 -06:00
committed by GitHub
parent 166356d1a1
commit 46d5b6f2b7

View File

@@ -29,7 +29,7 @@ class LearningOnScreenIE(InfoExtractor):
}]
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')
def _real_extract(self, url):