From 751eca0a1a90a9f720fffb9280b1770e24735562 Mon Sep 17 00:00:00 2001 From: N1k145 Date: Thu, 9 Jun 2016 12:13:15 +0200 Subject: [PATCH] [openload] Added Support for links starting with _ --- youtube_dl/extractor/openload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/openload.py b/youtube_dl/extractor/openload.py index 5049b870e..43073d60c 100644 --- a/youtube_dl/extractor/openload.py +++ b/youtube_dl/extractor/openload.py @@ -14,7 +14,7 @@ from ..utils import ( class OpenloadIE(InfoExtractor): - _VALID_URL = r'https://openload.(?:co|io)/(?:f|embed)/(?P[a-zA-Z0-9-]+)' + _VALID_URL = r'https://openload.(?:co|io)/(?:f|embed)/(?P[a-zA-Z0-9-\_]+)' _TESTS = [{ 'url': 'https://openload.co/f/kUEfGclsU9o',