Created
January 8, 2025 03:00
-
-
Save yeansang/6107444d43ca9012ba30230772ddafa4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// TODO: url이 주어졌을때 해당 url에서 음악 파일의 ID(c5dc87...5ca16)만을 추출해 내는 함수 작성 | |
final url = 'https://dev.stream.aplayz.co.kr/broadcast/c5dc877035612cc4107340d191b5ca16.m3u8'; | |
String getMusicIdFromUrl({required String url}){ | |
return ''; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment