X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/75535d182355c0cc00271ceae302e8e4aba9c04e..2e86127b07f6a63b7ce457331d600d9486b22b44:/youtube_dl/extractor/screencast.py
diff --git a/youtube_dl/extractor/screencast.py b/youtube_dl/extractor/screencast.py
index 306869e..c145f6f 100644
--- a/youtube_dl/extractor/screencast.py
+++ b/youtube_dl/extractor/screencast.py
@@ -96,7 +96,7 @@ class ScreencastIE(InfoExtractor):
if title is None:
title = self._html_search_regex(
[r'Title: ([^<]*)',
- r'class="tabSeperator">>(.*?)<'],
+ r'class="tabSeperator">>(.*?)<'],
webpage, 'title')
thumbnail = self._og_search_thumbnail(webpage)
description = self._og_search_description(webpage, default=None)