Skip to content

Commit

Permalink
Docs: Fix a link in constant docstring (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
fee1-dead authored and FelixMcFelix committed Nov 20, 2023
1 parent 296f0e5 commit 3f6114c
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 @@ -90,7 +90,7 @@ pub mod test_data {
/// URL for a source that has both a playlist and a music video,
/// which YTDL should extract.
///
/// Referenced under CC BY-NC-SA 3.0 -- https://creativecommons.org/licenses/by/3.0/
/// 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";

Expand Down

0 comments on commit 3f6114c

Please sign in to comment.