Browse Source

[theplatform] extend _VALID_URL regex

totalwebcasting
remitamine 9 years ago
parent
commit
014b5c59d8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/theplatform.py

+ 1
- 1
youtube_dl/extractor/theplatform.py View File

@ -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…
Cancel
Save