fix: lyrics not found error, no channel shorts cont
This commit is contained in:
parent
d465ec203a
commit
1abdd6f3e2
15 changed files with 134 additions and 14 deletions
|
|
@ -74,7 +74,7 @@ pub enum ExtractionError {
|
|||
#[error("Video is age restricted")]
|
||||
VideoAgeRestricted,
|
||||
#[error("Video is not available in your country")]
|
||||
VideoGeoblock,
|
||||
VideoGeoblocked,
|
||||
#[error("Video cant be played with this client. Reason (from YT): {0}")]
|
||||
VideoClientUnsupported(String),
|
||||
#[error("Content is not available. Reason: {0}")]
|
||||
|
|
|
|||
Reference in a new issue