From fdbcd3fe0df71e620035a71b2db326fb0e3ded7a Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Tue, 8 Aug 2023 23:23:35 +0100 Subject: [PATCH] Chore: Update test URL for playlist. One of our tests had begun to fail on account of a change Youtube-side. --- src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.rs b/src/constants.rs index f31ff8aa2..a3506addd 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -92,7 +92,7 @@ pub mod test_data { /// /// Referenced under CC BY-NC-SA 3.0 -- https://creativecommons.org/licenses/by-nc-sa/3.0/ pub const YTDL_PLAYLIST_TARGET: &str = - "https://www.youtube.com/watch?v=hAl_mSCEe5w&list=RDhAl_mSCEe5w&start_radio=1"; + "https://www.youtube.com/watch?v=KSgEFfWZ-W0&list=OLAK5uy_l2x81ffbpevMSjUn7NniL_rNLulWM3n6g&index=7"; /// URL for a source which can be read via an Http Request. ///