[teachertube] Fix title and playlist recognition
This commit is contained in:
parent
d8624e6a80
commit
1a30deca50
2 changed files with 12 additions and 10 deletions
|
@ -469,7 +469,7 @@ class InfoExtractor(object):
|
|||
display_name = name
|
||||
return self._html_search_regex(
|
||||
r'''(?ix)<meta
|
||||
(?=[^>]+(?:itemprop|name|property)=["\']%s["\'])
|
||||
(?=[^>]+(?:itemprop|name|property)=["\']?%s["\']?)
|
||||
[^>]+content=["\']([^"\']+)["\']''' % re.escape(name),
|
||||
html, display_name, fatal=fatal, **kwargs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue