feat: improve support for dubbed content (#293)

* feat(Format): add `language`, `is_dubbed` and `is_original`

* feat: add a format filtering option to the DASH function
> And a simple language option to VideoInfo's download method.

* chore: update docs

* feat: improve audio track info parsing

* feat(Format): parse `audioTrack` prop
This commit is contained in:
LuanRT
2023-01-27 00:42:20 -03:00
committed by GitHub
parent 0fc29f0bbf
commit d6c5a9b971
9 changed files with 90 additions and 21 deletions

View File

@@ -47,7 +47,7 @@ Retrieves video info.
<summary>Methods & Getters</summary>
<p>
- `<info>#toDash(url_transformer?)`
- `<info>#toDash(url_transformer?, format_filter?)`
- Generates a DASH manifest from the streaming data.
- `<info>#chooseFormat(options)`