[turner,cnn] move a check for wrong timestamp to CNNIE
[youtube-dl] / youtube_dl / extractor / cnn.py
index bb42f35bd65a7872cb83aba2b78c71861d39a6cb..a51b239cc778c611b273fbb6b7ef0b2d3c434d4b 100644 (file)
@@ -83,6 +83,10 @@ class CNNIE(TurnerBaseIE):
         },
     }
 
+    def _extract_timestamp(self, video_data):
+        # TODO: fix timestamp extraction
+        return None
+
     def _real_extract(self, url):
         sub_domain, path, page_title = re.match(self._VALID_URL, url).groups()
         if sub_domain not in ('money', 'edition'):