[ok.ru] Drop embedded videos.
This commit is contained in:
parent
52fd1b5003
commit
f46186f960
@ -252,11 +252,14 @@ class OdnoklassnikiIE(InfoExtractor):
|
|||||||
}
|
}
|
||||||
|
|
||||||
if provider == 'USER_YOUTUBE':
|
if provider == 'USER_YOUTUBE':
|
||||||
|
"""
|
||||||
info.update({
|
info.update({
|
||||||
'_type': 'url_transparent',
|
'_type': 'url_transparent',
|
||||||
'url': movie['contentId'],
|
'url': movie['contentId'],
|
||||||
})
|
})
|
||||||
return info
|
return info
|
||||||
|
"""
|
||||||
|
raise ExtractorError('This video is embedded from YouTube.', expected=True)
|
||||||
|
|
||||||
assert title
|
assert title
|
||||||
if 'LIVE_TV' in provider:
|
if 'LIVE_TV' in provider:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user