chore: update base64 and fancy-regex
This commit is contained in:
parent
a706a7011b
commit
d8889ed5d4
5 changed files with 17 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Reference in a new issue