[unauthorizedtv] Add new extractor
This commit is contained in:
parent
429c564ae9
commit
bb17ebb6fd
@ -75,8 +75,6 @@ class UnauthorizedTvIE(InfoExtractor):
|
|||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
'title': video_title,
|
'title': video_title,
|
||||||
'formats': [{
|
'url': video_url,
|
||||||
'url': video_url,
|
'ext': 'mp4',
|
||||||
'ext': 'mp4',
|
|
||||||
}],
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user