aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2019-01-31 00:15:45 +0700
committerSergey M․ <dstftw@gmail.com>2019-01-31 00:15:45 +0700
commit9613e14a92429046b162145dfd40dee5795ca409 (patch)
tree7421e759878ac5bb5782adb7cbd15f2e62e1c79b
parent15e832ff2a1bee42b299d3498439cf789c16fffa (diff)
downloadyoutube-dl-9613e14a92429046b162145dfd40dee5795ca409.tar.xz
[openload] Add support for openload.pw and oload.pw (closes #18930)
-rw-r--r--youtube_dl/extractor/openload.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/youtube_dl/extractor/openload.py b/youtube_dl/extractor/openload.py
index 747aa298a..a2ae25272 100644
--- a/youtube_dl/extractor/openload.py
+++ b/youtube_dl/extractor/openload.py
@@ -248,8 +248,8 @@ class OpenloadIE(InfoExtractor):
(?P<host>
(?:www\.)?
(?:
- openload\.(?:co|io|link)|
- oload\.(?:tv|stream|site|xyz|win|download|cloud|cc|icu|fun|club|info)
+ openload\.(?:co|io|link|pw)|
+ oload\.(?:tv|stream|site|xyz|win|download|cloud|cc|icu|fun|club|info|pw)
)
)/
(?:f|embed)/
@@ -340,6 +340,12 @@ class OpenloadIE(InfoExtractor):
}, {
'url': 'https://oload.info/f/5NEAbI2BDSk',
'only_matching': True,
+ }, {
+ 'url': 'https://openload.pw/f/WyKgK8s94N0',
+ 'only_matching': True,
+ }, {
+ 'url': 'https://oload.pw/f/WyKgK8s94N0',
+ 'only_matching': True,
}]
_USER_AGENT = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'