rustube 0.3.0

A YouTube video downloader, originally inspired by pytube, written in Rust.
Documentation

rustube

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 24 feature flags, 16 of them enabled by default.

default

  • download
  • std
  • default-tls

download

  • fetch
  • tokio/fs
  • tokio/io-util
  • tokio/parking_lot
  • tokio-stream

std

  • regex
  • thiserror

default-tls

  • reqwest/default-tls

fetch

  • tokio/macros
  • reqwest
  • serde/default
  • serde/rc
  • serde_with/json
  • serde_json
  • serde_qs
  • bytes
  • chrono
  • mime
  • std
  • descramble
  • url/serde
  • reqwest/cookies
  • reqwest/stream
  • reqwest/gzip

tokio-stream

    This feature flag does not enable additional features.

regex

    This feature flag does not enable additional features.

thiserror

    This feature flag does not enable additional features.

reqwest

    This feature flag does not enable additional features.

serde_json

    This feature flag does not enable additional features.

serde_qs

    This feature flag does not enable additional features.

bytes

    This feature flag does not enable additional features.

chrono

    This feature flag does not enable additional features.

mime

    This feature flag does not enable additional features.

descramble

  • fetch
  • stream

stream

  • descramble
  • chrono/serde

blocking

  • tokio/rt
  • tokio/rt-multi-thread
  • std

callback

  • tokio/sync
  • futures
  • download

microformat

  • fetch
  • chrono/serde

native-tls

  • reqwest/native-tls

rustls-tls

  • reqwest/rustls-tls

serde_with

    This feature flag does not enable additional features.

futures

    This feature flag does not enable additional features.

tokio

    This feature flag does not enable additional features.