mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-18 03:08:31 +00:00
Update _VALID_URL query
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
parent
e34ce312bd
commit
f6241982c3
@ -155,7 +155,7 @@ def _real_extract(self, url):
|
|||||||
|
|
||||||
|
|
||||||
class BlackboardCollaborateLaunchIE(InfoExtractor):
|
class BlackboardCollaborateLaunchIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://[a-z]+\.bbcollab\.com/launch/(?P<token>[\w\.\-]+)'
|
_VALID_URL = r'https?://[a-z]+\.bbcollab\.com/launch/(?P<id>[^/?#]+)'
|
||||||
|
|
||||||
_TESTS = [
|
_TESTS = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user