mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 05:47:24 +01:00
fix
This commit is contained in:
parent
92ee75b457
commit
dd7958e21e
@ -97,7 +97,7 @@ class MurrtubePlaylistIE(MurrtubeBaseIE):
|
||||
IE_NAME = 'murrtube:playlist'
|
||||
|
||||
_PAGE_SIZE = 20
|
||||
_VALID_URL = r'https?://murrtube\.net/(?P<id>[\w-]+)'
|
||||
_VALID_URL = r'https?://murrtube\.net/(?P<id>[\w-]+)(?:\?|$)'
|
||||
_TESTS = [{
|
||||
'url': 'https://murrtube.net/stormy',
|
||||
'info_dict': {
|
||||
|
Loading…
Reference in New Issue
Block a user