Updated Album URL regex
Mistakenly forgot to edit a line in last commit. Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
c820a284a2
commit
16a3fe2ba6
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class AudiomackIE(InfoExtractor):
|
|||
|
||||
|
||||
class AudiomackAlbumIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?audiomack\.com/album/(?P<id>[\w/-]+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?audiomack\.com/(?:album/|(?=.+/album/))(?P<id>[\w/-]+)'
|
||||
IE_NAME = 'audiomack:album'
|
||||
_TESTS = [
|
||||
# Standard album playlist
|
||||
|
|
Loading…
Reference in a new issue