fix: parsing lockup playlists with "MIX" instead of view count
This commit is contained in:
parent
870ff79ee0
commit
ac8fbc3e67
6 changed files with 19370 additions and 11 deletions
|
|
@ -726,10 +726,7 @@ impl<T> YouTubeListMapper<T> {
|
|||
.first()
|
||||
})
|
||||
.and_then(|badge| {
|
||||
util::parse_numeric_or_warn(
|
||||
&badge.thumbnail_badge_view_model.text,
|
||||
&mut self.warnings,
|
||||
)
|
||||
util::parse_numeric(&badge.thumbnail_badge_view_model.text).ok()
|
||||
}),
|
||||
}))
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue