[news18] Add new extractor

This commit is contained in:
Ashwin Dhakaita 2018-11-04 09:48:36 +05:30
parent f3bffc9ec6
commit 3819e62a61
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ class News18IE(InfoExtractor):
video_url = self._search_regex(r'(?P<url>https?:\/\/vodpd\.news18\.com[\/\w_-]+\.mp4)', webpage, 'video URL',default='')
title = self._og_search_title(webpage)
print(video_url)
print(video_id)
print(title)
return {
'url': video_url,
'id': video_id,