[openload] Relax stream URL regex
authorSergey M․ <dstftw@gmail.com>
Thu, 5 Apr 2018 17:15:22 +0000 (00:15 +0700)
committerSergey M․ <dstftw@gmail.com>
Thu, 5 Apr 2018 17:15:22 +0000 (00:15 +0700)
youtube_dl/extractor/openload.py

index 3e0a7a9a2390d66cd528c1245db6e406ef9437a6..9f5bebe401d9791c512a3b1c5ede26a1194c6a57 100644 (file)
@@ -336,8 +336,8 @@ class OpenloadIE(InfoExtractor):
                       get_element_by_id('streamuri', webpage) or
                       get_element_by_id('streamurj', webpage) or
                       self._search_regex(
-                          (r'>\s*([\da-zA-Z]+~\d{10,}~\d+\.\d+\.0\.0~[\da-zA-Z]+)\s*<',
-                           r'>\s*([\w~]+~\d+\.\d+\.\d+\.\d+~[\w~]+)'), webpage,
+                          (r'>\s*([\w-]+~\d{10,}~\d+\.\d+\.0\.0~[\w-]+)\s*<',
+                           r'>\s*([\w~-]+~\d+\.\d+\.\d+\.\d+~[\w~-]+)'), webpage,
                           'stream URL'))
 
         video_url = 'https://openload.co/stream/%s?mime=true' % decoded_id