summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-01-16 12:46:07 +0100
committerBastien Nocera <hadess@hadess.net>2019-01-16 12:47:53 +0100
commite64fcb94126ae8049e5ec3ba1b5f2ee8b0525d60 (patch)
treefbedc9ad463f16220b7c1771d25b56d0665880e6
parent6b371bc2d6c3fde9f43e7e27f166ec3f31203ef4 (diff)
downloadtotem-pl-parser-e64fcb94126ae8049e5ec3ba1b5f2ee8b0525d60.tar.gz
tests: Update for podcast URL change
-rw-r--r--plparse/tests/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plparse/tests/parser.c b/plparse/tests/parser.c
index 87a1f64..1bc3c09 100644
--- a/plparse/tests/parser.c
+++ b/plparse/tests/parser.c
@@ -533,7 +533,7 @@ test_itms_parsing (void)
}
/* From https://itunes.apple.com/fr/podcast/chris-moyles-show-on-radio/id1042635536?mt=2&ign-mpt=uo=4 */
- g_assert_cmpstr (parser_test_get_playlist_uri ("https://itunes.apple.com/fr/podcast/chris-moyles-show-on-radio/id1042635536?mt=2&ign-mpt=uo%3D4#"), ==, "http://ws.geronimo.thisisglobal.com/api/RssFeed/GetPodcasts?StationId=27f88187-4880-4e70-be90-1a7dad1beb5e&ShowId=999e3658-ae1a-400b-9697-5bc35d5aa411");
+ g_assert_cmpstr (parser_test_get_playlist_uri ("https://itunes.apple.com/fr/podcast/chris-moyles-show-on-radio/id1042635536?mt=2&ign-mpt=uo%3D4#"), ==, "https://rss.hosting.thisisdax.com/ed87f36a-7b44-4e79-beea-f3220752406c");
g_assert_cmpstr (parser_test_get_playlist_uri ("http://itunes.apple.com/gb/podcast/radio-1-mini-mix/id268491175?uo=4"), ==, "https://podcasts.files.bbci.co.uk/p02nrtyg.rss");
}