Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backups
youtube-dl
Commits
427cc215
Commit
427cc215
authored
Jun 10, 2019
by
Remita Amine
Browse files
[biqle] remove unnecessary regex group
parent
f991dd2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
youtube_dl/extractor/biqle.py
youtube_dl/extractor/biqle.py
+1
-1
No files found.
youtube_dl/extractor/biqle.py
View file @
427cc215
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment