aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/reverbnation.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/reverbnation.py')
-rw-r--r--yt_dlp/extractor/reverbnation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/reverbnation.py b/yt_dlp/extractor/reverbnation.py
index ddf8c3753..f3bcc2c32 100644
--- a/yt_dlp/extractor/reverbnation.py
+++ b/yt_dlp/extractor/reverbnation.py
@@ -6,7 +6,7 @@ from ..utils import (
class ReverbNationIE(InfoExtractor):
- _VALID_URL = r'^https?://(?:www\.)?reverbnation\.com/.*?/song/(?P<id>\d+).*?$'
+ _VALID_URL = r'https?://(?:www\.)?reverbnation\.com/.*?/song/(?P<id>\d+).*?$'
_TESTS = [{
'url': 'http://www.reverbnation.com/alkilados/song/16965047-mona-lisa',
'md5': 'c0aaf339bcee189495fdf5a8c8ba8645',