Browse Source

[openload] Add support for oload.site

master
Luca Steeb 6 years ago
committed by Sergey M
parent
commit
3e78d23b57
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/openload.py

2
youtube_dl/extractor/openload.py

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

Loading…
Cancel
Save