[youtube] Fix extraction.
[youtube-dl] / youtube_dl / extractor / syfy.py
index ab8bab5cd42e6d11b3396ab57c7c8a7e3c9a0a72..def7e5a2c719e38fab0ec27d33d5abd920031670 100644 (file)
@@ -8,7 +8,7 @@ from ..utils import (
 
 
 class SyfyIE(AdobePassIE):
-    _VALID_URL = r'https?://www\.syfy\.com/(?:[^/]+/)?videos/(?P<id>[^/?#]+)'
+    _VALID_URL = r'https?://(?:www\.)?syfy\.com/(?:[^/]+/)?videos/(?P<id>[^/?#]+)'
     _TESTS = [{
         'url': 'http://www.syfy.com/theinternetruinedmylife/videos/the-internet-ruined-my-life-season-1-trailer',
         'info_dict': {