invidious 0.7.4

Get information about videos from YouTube with this simple Invidious API wrapper. Does not use the YouTube API (No tokens required)
Documentation

invidious

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

default

  • httpreq_sync

httpreq_sync

  • dep:http_req
  • sync

sync

    This feature flag does not enable additional features.

minreq_sync

  • minreq/https
  • sync

reqwest_async

  • reqwest
  • async

isahc_async

  • dep:isahc
  • async

reqwest_sync

  • reqwest/blocking
  • sync

isahc_sync

  • dep:isahc
  • sync

minreq_http_sync

  • dep:minreq
  • sync

ureq_sync

  • dep:ureq
  • sync

reqwest

  • dep:reqwest

minreq

  • dep:minreq

async-trait

  • dep:async-trait

async

  • async-trait