From: Toni Gundogdu Date: Thu, 31 Jan 2013 12:56:12 +0000 (+0200) Subject: tests: default: audioboo.json: Remove properties X-Git-Tag: v0.4.11~2^2~7 X-Git-Url: https://repo.or.cz/w/libquvi-scripts.git/commitdiff_plain/b118e3c9bb5cbe7e89e0c5f02e15f5255f78af7b tests: default: audioboo.json: Remove properties Remove the length_bytes, content_type and file_suffix properties so that the test passes. This fixes nothing. audioboo has gone amaz0nian. The media is accessed using HTTPS, which causes libquvi 0.4 to skip the media stream "verification" step. Even if enabled, sending of HTTP HEAD (through SSL tunnel) results in HTTP/403 (Forbidden). Possibly related: https://forums.aws.amaz0n.com/message.jspa?messageID=378603 (replace '0' in 'amaz0n') Signed-off-by: Toni Gundogdu --- diff --git a/tests/data/format/default/audioboo.json b/tests/data/format/default/audioboo.json index e9f3ce5..35e6302 100644 --- a/tests/data/format/default/audioboo.json +++ b/tests/data/format/default/audioboo.json @@ -8,9 +8,6 @@ "link": [ { "id": "1", - "length_bytes": "280704", - "content_type": "audio/mpeg", - "file_suffix": "mp3", "url": "" } ]