Skip to content

Commit

Permalink
[ie/jiocinema] Add extractors (yt-dlp#10026)
Browse files Browse the repository at this point in the history
Closes yt-dlp#5563, Closes yt-dlp#7759, Closes yt-dlp#8679, Closes yt-dlp#9349
Authored by: bashonly
  • Loading branch information
bashonly authored May 25, 2024
1 parent c92e4e6 commit 1463945
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 216 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1835,6 +1835,9 @@ The following extractors use this feature:
#### nflplusreplay
* `type`: Type(s) of game replays to extract. Valid types are: `full_game`, `full_game_spanish`, `condensed_game` and `all_22`. You can use `all` to extract all available replay types, which is the default

#### jiocinema
* `refresh_token`: The `refreshToken` UUID from browser local storage can be passed to extend the life of your login session when logging in with `token` as username and the `accessToken` from browser local storage as password

#### jiosaavn
* `bitrate`: Audio bitrates to request. One or more of `16`, `32`, `64`, `128`, `320`. Default is `128,320`

Expand Down
8 changes: 4 additions & 4 deletions yt_dlp/extractor/_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,10 @@
SangiinIE,
)
from .jeuxvideo import JeuxVideoIE
from .jiocinema import (
JioCinemaIE,
JioCinemaSeriesIE,
)
from .jiosaavn import (
JioSaavnSongIE,
JioSaavnAlbumIE,
Expand Down Expand Up @@ -2282,10 +2286,6 @@
VoicyChannelIE,
)
from .volejtv import VolejTVIE
from .voot import (
VootIE,
VootSeriesIE,
)
from .voxmedia import (
VoxMediaVolumeIE,
VoxMediaIE,
Expand Down
Loading

0 comments on commit 1463945

Please sign in to comment.