1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-09 06:45:07 +08:00

[openload] Add support for oload.win and oload.download

Example link: https://oload.win/f/kUEfGclsU9o
This commit is contained in:
DroidFreak32 2018-05-31 17:17:45 +05:30
parent c3f75e2454
commit 7a1144f04c

View File

@ -243,7 +243,7 @@ class PhantomJSwrapper(object):
class OpenloadIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?(?:openload\.(?:co|io|link)|oload\.(?:tv|stream|site|xyz))/(?:f|embed)/(?P<id>[a-zA-Z0-9-_]+)'
_VALID_URL = r'https?://(?:www\.)?(?:openload\.(?:co|io|link)|oload\.(?:tv|stream|site|xyz|win))/(?:f|embed)/(?P<id>[a-zA-Z0-9-_]+)'
_TESTS = [{
'url': 'https://openload.co/f/kUEfGclsU9o',