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