diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-03-09 12:20:34 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-03-09 12:26:58 +0100 |
commit | 63ad031583db30f9e5b5b4ca913b9190f20d3af4 (patch) | |
tree | 2909d6fd8d4d6e7ff5b400389ed07d4f562bf1f1 | |
parent | 957688cee673472ca58c83465faa365104d0c480 (diff) |
[soundcloud] Add the description field to the second test
-rw-r--r-- | youtube_dl/extractor/soundcloud.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/soundcloud.py b/youtube_dl/extractor/soundcloud.py index 1cc0dcb15..2f254f023 100644 --- a/youtube_dl/extractor/soundcloud.py +++ b/youtube_dl/extractor/soundcloud.py @@ -54,6 +54,7 @@ class SoundcloudIE(InfoExtractor): 'id': '47127627', 'ext': 'mp3', 'title': 'Goldrushed', + 'description': 'From Stockholm Sweden\r\nPovel / Magnus / Filip / David\r\nwww.theroyalconcept.com', 'uploader': 'The Royal Concept', 'upload_date': '20120521', }, |