summary refs log tree commit diff
diff options
context:
space:
mode:
authorsmed79 <1873139+smed79@users.noreply.github.com>2019-09-24 17:56:12 +0100
committerSergey M <dstftw@gmail.com>2019-09-24 23:56:12 +0700
commit8e9fdcbe276d760ced8ac37120cd9e4687e5aa84 (patch)
treefa7b93b564901ab2acec7069e0e1b1a122e5a100
parent666d808e7096e782aa6e4ff456120cb91d868120 (diff)
downloadyoutube-dl-8e9fdcbe276d760ced8ac37120cd9e4687e5aa84.tar.gz
youtube-dl-8e9fdcbe276d760ced8ac37120cd9e4687e5aa84.tar.xz
youtube-dl-8e9fdcbe276d760ced8ac37120cd9e4687e5aa84.zip
[openload] Add support for oload.online (#22304)
-rw-r--r--youtube_dl/extractor/openload.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/openload.py b/youtube_dl/extractor/openload.py
index 679eaf6c3..46956e550 100644
--- a/youtube_dl/extractor/openload.py
+++ b/youtube_dl/extractor/openload.py
@@ -246,7 +246,7 @@ class OpenloadIE(InfoExtractor):
     _DOMAINS = r'''
                     (?:
                         openload\.(?:co|io|link|pw)|
-                        oload\.(?:tv|best|biz|stream|site|xyz|win|download|cloud|cc|icu|fun|club|info|press|pw|life|live|space|services|website|vip)|
+                        oload\.(?:tv|best|biz|stream|site|xyz|win|download|cloud|cc|icu|fun|club|info|online|press|pw|life|live|space|services|website|vip)|
                         oladblock\.(?:services|xyz|me)|openloed\.co
                     )
                 '''
@@ -362,6 +362,9 @@ class OpenloadIE(InfoExtractor):
     }, {
         'url': 'https://oload.services/embed/bs1NWj1dCag/',
         'only_matching': True,
+}, {
+        'url': 'https://oload.online/f/W8o2UfN1vNY/',
+        'only_matching': True,
     }, {
         'url': 'https://oload.press/embed/drTBl1aOTvk/',
         'only_matching': True,