Skip to content

Commit

Permalink
Chore: Update test URL for playlist.
Browse files Browse the repository at this point in the history
One of our tests had begun to fail on account of a change Youtube-side.
  • Loading branch information
FelixMcFelix committed Aug 8, 2023
1 parent b84a302 commit fdbcd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit fdbcd3f

Please sign in to comment.