diff --git a/src/client/player.rs b/src/client/player.rs index 909da1f..42f7759 100644 --- a/src/client/player.rs +++ b/src/client/player.rs @@ -393,9 +393,10 @@ impl MapResponse for response::Player { .iter() .all(|f| f.url.is_none() && f.signature_cipher.is_none()) { - return Err(ExtractionError::InvalidData( - "no adaptive stream URLs".into(), - )); + return Err(ExtractionError::Unavailable { + reason: UnavailabilityReason::TryAgain, + msg: "no adaptive stream URLs".to_owned(), + }); } let video_info = VideoPlayerDetails {