Browse Source

[openload] Add test

totalwebcasting
Sergey M․ 8 years ago
parent
commit
e9063b5de9
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      youtube_dl/extractor/openload.py

+ 5
- 0
youtube_dl/extractor/openload.py View File

@ -31,6 +31,11 @@ class OpenloadIE(InfoExtractor):
}, {
'url': 'https://openload.io/f/ZAn6oz-VZGE/',
'only_matching': True,
}, {
# unavailable via https://openload.co/f/Sxz5sADo82g/, different layout
# for title and ext
'url': 'https://openload.co/embed/Sxz5sADo82g/',
'only_matching': True,
}]
@staticmethod


Loading…
Cancel
Save