[theplatform] Recognize URLs with whitespaces (closes #12044)
This commit is contained in:
parent
4cead6a614
commit
fef51645d6
3 changed files with 11 additions and 3 deletions
|
@ -1501,7 +1501,12 @@ class GenericIE(InfoExtractor):
|
|||
'skip_download': True,
|
||||
},
|
||||
'add_ie': [VideoPressIE.ie_key()],
|
||||
}
|
||||
},
|
||||
{
|
||||
# ThePlatform embedded with whitespaces in URLs
|
||||
'url': 'http://www.golfchannel.com/topics/shows/golftalkcentral.htm',
|
||||
'only_matching': True,
|
||||
},
|
||||
# {
|
||||
# # TODO: find another test
|
||||
# # http://schema.org/VideoObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue