Skip to content

Instantly share code, notes, and snippets.

@yeansang
Created January 8, 2025 03:00
Show Gist options
  • Save yeansang/6107444d43ca9012ba30230772ddafa4 to your computer and use it in GitHub Desktop.
Save yeansang/6107444d43ca9012ba30230772ddafa4 to your computer and use it in GitHub Desktop.
/// 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