mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-22 02:15:12 +00:00
fix
This commit is contained in:
parent
92ee75b457
commit
dd7958e21e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue