[turner,cnn] move a check for wrong timestamp to CNNIE

This commit is contained in:
Remita Amine 2016-08-29 19:26:53 +01:00
parent 1fe48afea5
commit da30a20a4d
2 changed files with 8 additions and 5 deletions

View 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'):