Skip to content

Commit

Permalink
[jwplatfom] do not match manifest URLs(#20596)
Browse files Browse the repository at this point in the history
  • Loading branch information
remitamine authored and meunierd committed Dec 27, 2019
1 parent 1bbc152 commit a3a2267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/jwplatform.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class JWPlatformIE(InfoExtractor):
_VALID_URL = r'(?:https?://(?:content\.jwplatform|cdn\.jwplayer)\.com/(?:(?:feed|player|thumb|preview|video|manifest)s|jw6|v2/media)/|jwplatform:)(?P<id>[a-zA-Z0-9]{8})'
_VALID_URL = r'(?:https?://(?:content\.jwplatform|cdn\.jwplayer)\.com/(?:(?:feed|player|thumb|preview|video)s|jw6|v2/media)/|jwplatform:)(?P<id>[a-zA-Z0-9]{8})'
_TESTS = [{
'url': 'http://content.jwplatform.com/players/nPripu9l-ALJ3XQCI.js',
'md5': 'fa8899fa601eb7c83a64e9d568bdf325',
Expand Down

0 comments on commit a3a2267

Please sign in to comment.