projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f991dd2
)
[biqle] remove unnecessary regex group
author
Remita Amine
<remitamine@gmail.com>
Mon, 10 Jun 2019 14:17:26 +0000
(15:17 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Mon, 10 Jun 2019 14:17:26 +0000
(15:17 +0100)
youtube_dl/extractor/biqle.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/biqle.py
b/youtube_dl/extractor/biqle.py
index c5c3748451b22a7445da6cee75fb8e4528a3fc09..af21e3ee5e53fbfdfafa5ee219c541ee6ca97de3 100644
(file)
--- a/
youtube_dl/extractor/biqle.py
+++ b/
youtube_dl/extractor/biqle.py
@@
-42,7
+42,7
@@
class BIQLEIE(InfoExtractor):
video_id = self._match_id(url)
webpage = self._download_webpage(url, video_id)
embed_url = self._proto_relative_url(self._search_regex(
- r'<iframe.+?src="((?:https?:)?//(?:
(?:daxab\.com|dxb\.to|[^/]+/player)/)
[^"]+)".*?></iframe>',
+ r'<iframe.+?src="((?:https?:)?//(?:
daxab\.com|dxb\.to|[^/]+/player)/
[^"]+)".*?></iframe>',
webpage, 'embed url'))
if VKIE.suitable(embed_url):
return self.url_result(embed_url, VKIE.ie_key(), video_id)