aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/audiomack.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-25 05:15:47 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-25 05:15:47 +0100
commit7d346331b53498b5966790677e0b41631edd8a4e (patch)
treeab9e50f4c56088ff41defd81f099b8c81770c82d /youtube_dl/extractor/audiomack.py
parent881e6a1f5c47a65348879f817ad833081e8c5ada (diff)
downloadyoutube-dl-7d346331b53498b5966790677e0b41631edd8a4e.zip
youtube-dl-7d346331b53498b5966790677e0b41631edd8a4e.tar.gz
youtube-dl-7d346331b53498b5966790677e0b41631edd8a4e.tar.bz2
[audiomack:album] Update testcase
Diffstat (limited to 'youtube_dl/extractor/audiomack.py')
-rw-r--r--youtube_dl/extractor/audiomack.py13
1 files changed, 9 insertions, 4 deletions
diff --git a/youtube_dl/extractor/audiomack.py b/youtube_dl/extractor/audiomack.py
index 8bfe502..693ba22 100644
--- a/youtube_dl/extractor/audiomack.py
+++ b/youtube_dl/extractor/audiomack.py
@@ -88,16 +88,21 @@ class AudiomackAlbumIE(InfoExtractor):
# Album playlist ripped from fakeshoredrive with no metadata
{
'url': 'http://www.audiomack.com/album/fakeshoredrive/ppp-pistol-p-project',
+ 'info_dict': {
+ 'title': 'PPP (Pistol P Project)',
+ 'id': '837572',
+ },
'playlist': [{
'info_dict': {
- 'title': '9.-heaven-or-hell-chimaca-ft-zuse-prod-by-dj-fu',
- 'id': '9.-heaven-or-hell-chimaca-ft-zuse-prod-by-dj-fu',
+ 'title': 'PPP (Pistol P Project) - 9. Heaven or Hell (CHIMACA) ft Zuse (prod by DJ FU)',
+ 'id': '837577',
'ext': 'mp3',
+ 'uploader': 'Lil Herb a.k.a. G Herbo',
}
}],
'params': {
- 'playliststart': 8,
- 'playlistend': 8,
+ 'playliststart': 9,
+ 'playlistend': 9,
}
}
]