diff options
Diffstat (limited to 'yt_dlp/extractor/audiomack.py')
-rw-r--r-- | yt_dlp/extractor/audiomack.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/audiomack.py b/yt_dlp/extractor/audiomack.py index 31fb859ae..19775cf0f 100644 --- a/yt_dlp/extractor/audiomack.py +++ b/yt_dlp/extractor/audiomack.py @@ -29,6 +29,7 @@ class AudiomackIE(InfoExtractor): } }, # audiomack wrapper around soundcloud song + # Needs new test URL. { 'add_ie': ['Soundcloud'], 'url': 'http://www.audiomack.com/song/hip-hop-daily/black-mamba-freestyle', |