rustube 0.2.10

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 21 feature flags, 15 of them enabled by default.

default

  • download
  • std

download

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

std

  • regex
  • thiserror

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

callback

  • tokio/sync
  • tokio/rt
  • futures
  • download

blocking

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

microformat

  • fetch
  • chrono/serde

futures

    This feature flag does not enable additional features.

tokio

    This feature flag does not enable additional features.

serde_with

    This feature flag does not enable additional features.