docs: update README
This commit is contained in:
parent
13c1a79a41
commit
5cc342a88d
15 changed files with 184 additions and 47 deletions
|
|
@ -82,9 +82,6 @@ pub enum ExtractionError {
|
|||
#[non_exhaustive]
|
||||
pub enum UnavailabilityReason {
|
||||
/// Video/Channel is age restricted.
|
||||
///
|
||||
/// Video age restriction may be circumvented with the
|
||||
/// [`ClientType::TvHtml5Embed`](crate::client::ClientType::TvHtml5Embed) client.
|
||||
AgeRestricted,
|
||||
/// Video was deleted or censored
|
||||
Deleted,
|
||||
|
|
|
|||
Reference in a new issue