Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Glen
youtube-dl
Commits
d1850c1a
Commit
d1850c1a
authored
Jul 05, 2019
by
Hendrik Schröter
Committed by
Sergey M.
Jul 05, 2019
Browse files
[mixer:vod] Relax _VALID_URL (closes #21657) (#21658)
parent
c9fa84d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
youtube_dl/extractor/beampro.py
youtube_dl/extractor/beampro.py
+4
-1
No files found.
youtube_dl/extractor/beampro.py
View file @
d1850c1a
...
...
@@ -99,7 +99,7 @@ class BeamProLiveIE(BeamProBaseIE):
class
BeamProVodIE
(
BeamProBaseIE
):
IE_NAME
=
'Mixer:vod'
_VALID_URL
=
r
'https?://(?:\w+\.)?(?:beam\.pro|mixer\.com)/[^/?#&]+\?.*?\bvod=(?P<id>
\w
+)'
_VALID_URL
=
r
'https?://(?:\w+\.)?(?:beam\.pro|mixer\.com)/[^/?#&]+\?.*?\bvod=(?P<id>
[^?#&]
+)'
_TESTS
=
[{
'url'
:
'https://mixer.com/willow8714?vod=2259830'
,
'md5'
:
'b2431e6e8347dc92ebafb565d368b76b'
,
...
...
@@ -122,6 +122,9 @@ class BeamProVodIE(BeamProBaseIE):
},
{
'url'
:
'https://mixer.com/streamer?vod=IxFno1rqC0S_XJ1a2yGgNw'
,
'only_matching'
:
True
,
},
{
'url'
:
'https://mixer.com/streamer?vod=Rh3LY0VAqkGpEQUe2pN-ig'
,
'only_matching'
:
True
,
}]
@
staticmethod
...
...
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