Improve some _VALID_URLs
[youtube-dl] / youtube_dl / extractor / teachingchannel.py
index d14d93e3ab1ae87902dc275e1208964a86b6b840..e89759714e6e3cea3da8a7007df838618f6f1cc1 100644 (file)
@@ -7,7 +7,7 @@ from .ooyala import OoyalaIE
 
 
 class TeachingChannelIE(InfoExtractor):
-    _VALID_URL = r'https?://www\.teachingchannel\.org/videos/(?P<title>.+)'
+    _VALID_URL = r'https?://(?:www\.)?teachingchannel\.org/videos/(?P<title>.+)'
 
     _TEST = {
         'url': 'https://www.teachingchannel.org/videos/teacher-teaming-evolution',