Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
grqx committed Sep 25, 2024
1 parent e5860db commit 5e17278
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# yt-dlp-invidious
This is a plugin for [yt-dlp](https://github.com/yt-dlp/yt-dlp#readme).
The plugin adds two extractors: `InvidiousIE` and `InvidiousPlaylistIE`.
The plugin adds two extractors: `InvidiousIE` and `InvidiousPlaylistIE`.
The code is based on https://github.com/ytdl-org/youtube-dl/pull/31426.

## Installation
1. Download the zip from Github releases page. <!--Link needed-->

2. Follow [installing yt-dlp plugins](https://github.com/yt-dlp/yt-dlp#installing-plugins) to install the plugin.

## Usage
Pass `--ies Invidious,InvidiousPlaylistIE` to yt-dlp. The plugin automatically matches the video id so you can just pass a YouTube link.
Pass `--ies Invidious,InvidiousPlaylistIE` to yt-dlp. The plugin automatically matches the video id so you can just pass a YouTube link or even just a video_id.

### Extractor arguments
`InvidiousIE`:
Expand Down

0 comments on commit 5e17278

Please sign in to comment.