feat: add album variants
This commit is contained in:
parent
3b738a55ad
commit
44da9c7cc5
11 changed files with 459 additions and 199 deletions
|
|
@ -149,7 +149,7 @@ impl MapResponse<VideoPlayer> for response::Player {
|
|||
{
|
||||
return Err(ExtractionError::VideoAgeRestricted);
|
||||
}
|
||||
return Err(ExtractionError::VideoUnavailable("private video", reason));
|
||||
return Err(ExtractionError::VideoUnavailable("being private", reason));
|
||||
}
|
||||
response::player::PlayabilityStatus::LiveStreamOffline { reason } => {
|
||||
return Err(ExtractionError::VideoUnavailable(
|
||||
|
|
|
|||
Reference in a new issue