initSidebarItems({"fn":[["decode","Decode playlist content string. It checks for M3U, PLS, XSPF and ASX content in the string. # Example `rust let list = playlist_decoder::decode(r##\" Nobody Move, Nobody Get Hurt We Are Scientists file:///mp3s/titel_1.mp3 See The World The Kooks http://www.example.org/musik/world.ogg \"##); assert!(list.len() == 2, \"Did not find 2 urls in example\"); for item in list { println!(\"{:?}\", item); }` # Arguments * `content` - A string slice containing a playlist"],["is_content_hls",""]]});