[refactor] Single quotes consistency
[youtube-dl] / youtube_dl / extractor / ccc.py
index e94b1e35be39532eb2b3a318dd6d31b1f5d63b57..dda2c0959882c3cd3c5de56b817ccd7815ef0068 100644 (file)
@@ -45,7 +45,7 @@ class CCCIE(InfoExtractor):
         title = self._html_search_regex(
             r'(?s)<h1>(.*?)</h1>', webpage, 'title')
         description = self._html_search_regex(
-            r"(?s)<h3>About</h3>(.+?)<h3>",
+            r'(?s)<h3>About</h3>(.+?)<h3>',
             webpage, 'description', fatal=False)
         upload_date = unified_strdate(self._html_search_regex(
             r"(?s)<span[^>]+class='[^']*fa-calendar-o'[^>]*>(.+?)</span>",