diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-05-01 15:55:46 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-05-01 15:55:46 +0200 |
commit | aed523ecc15febe787d919bba8f4ca3cb8c1abf2 (patch) | |
tree | b373132a03dd5c64794f9c3ca45ed8acb7447ccc /test/tests.json | |
parent | d496a75d0a5388a664168d6af027d34a694e3e09 (diff) |
Add BandcampIE (closes #568)
Diffstat (limited to 'test/tests.json')
-rw-r--r-- | test/tests.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/tests.json b/test/tests.json index 4735373a8..4eba27846 100644 --- a/test/tests.json +++ b/test/tests.json @@ -394,6 +394,15 @@ } } ] + }, + { + "name":"Bandcamp", + "url":"http://youtube-dl.bandcamp.com/track/youtube-dl-test-song", + "file":"1812978515.mp3", + "md5":"cdeb30cdae1921719a3cbcab696ef53c", + "info_dict": { + "title":"youtube-dl test song \"'/\\ä↭" + } } ] |