[theplatform] extend _VALID_URL regex
This commit is contained in:
parent
fad7a336a1
commit
014b5c59d8
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class ThePlatformBaseIE(InfoExtractor):
|
|||
class ThePlatformIE(ThePlatformBaseIE):
|
||||
_VALID_URL = r'''(?x)
|
||||
(?:https?://(?:link|player)\.theplatform\.com/[sp]/(?P<provider_id>[^/]+)/
|
||||
(?:(?P<media>(?:[^/]+/)+select/media/)|(?P<config>(?:[^/\?]+/(?:swf|config)|onsite)/select/))?
|
||||
(?:(?P<media>(?:(?:[^/]+/)+select/)?media/)|(?P<config>(?:[^/\?]+/(?:swf|config)|onsite)/select/))?
|
||||
|theplatform:)(?P<id>[^/\?&]+)'''
|
||||
|
||||
_TESTS = [{
|
||||
|
|
Loading…
Reference in a new issue