Docs: Fix a link in constant docstring (#169)

This commit is contained in:
fee1-dead
2023-03-24 22:20:30 +08:00
committed by Kyle Simpson
parent 296f0e552c
commit 3f6114c53c

View File

@@ -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";