[escapist] Add support for og:video:url (Fixes #3557)
This commit is contained in:
parent
181c8655c7
commit
a36819731b
2 changed files with 4 additions and 3 deletions
|
@ -36,7 +36,7 @@ class EscapistIE(InfoExtractor):
|
|||
r'<meta name="description" content="([^"]*)"',
|
||||
webpage, 'description', fatal=False)
|
||||
|
||||
playerUrl = self._og_search_video_url(webpage, name=u'player URL')
|
||||
playerUrl = self._og_search_video_url(webpage, name='player URL')
|
||||
|
||||
title = self._html_search_regex(
|
||||
r'<meta name="title" content="([^"]*)"',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue