Skip to content

Commit

Permalink
fix(radio): add extension file supported on yt-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
kszinhu authored Aug 2, 2023
1 parent be82fd1 commit 7009c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/radio/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl Radio {
}
Radio::TupiFM => "https://ice.fabricahost.com.br/topfmbauru".to_string(),
Radio::EightyNineFM => "https://r13.ciclano.io:15223/stream".to_string(),
Radio::EightyEightFM => "https://cast.hoost.com.br:8003/live".to_string(),
Radio::EightyEightFM => "http://cast.hoost.com.br:8803/live.m3u".to_string(),
Radio::NinetyFourFm => "https://cast2.hoost.com.br:28456/stream".to_string(),
Radio::PingoNosIFs => "unknown".to_string(),
}
Expand Down

0 comments on commit 7009c82

Please sign in to comment.