chore: update base64 and fancy-regex

This commit is contained in:
ThetaDev 2023-01-21 22:28:48 +01:00
parent a706a7011b
commit d8889ed5d4
5 changed files with 17 additions and 6 deletions

View file

@ -175,7 +175,7 @@ fn map_artist_page(
let share_channel_id = urlencoding::decode(&pb)
.ok()
.and_then(|pb| base64::decode(pb.as_bytes()).ok())
.and_then(|pb| util::b64_decode(pb.as_bytes()).ok())
.and_then(|pb| util::string_from_pb(pb, 3));
if let Some(share_channel_id) = share_channel_id {