watch=6b15e985-9345-4f60-baf8-56e96be57c63', 'only_matching': True, }] def _real_extract(self, url): video_id = self._match_id(url) data = self._download_json( 'http://images.cwtv.com/feed/mobileapp/video-meta/apiversion_8/guid_' + video_id, video_id) if data.get(...