Commit Graph

33 Commits

Author SHA1 Message Date
Luan
34dc84f576 chore(package): Update deps 2025-07-24 09:57:33 -03:00
Luan
a744d6af0a feat!: rework library (#27) 2025-07-22 15:02:10 -03:00
absidue
a65328dcca chore(protos): Enable removeEnumPrefix ts-proto option (#24) 2025-04-16 19:57:22 -03:00
Luan
b78930491a chore: Remove old browser example 2025-04-06 20:06:23 -03:00
Luan
159237ff92 chore: Fix onesie request example and clean up 2025-04-06 19:12:24 -03:00
Luan
4ff9c14f94 chore(protos): Rename YP to serializeResponseAsJson in EncryptedPlayerRequest 2025-02-15 21:10:01 -03:00
Luan
418898faa9 feat: Add support for unencrypted onesie requests & responses
Useful for those looking to skip encryption.
2025-02-15 21:03:08 -03:00
Luan
3d0ec848cd chore(protos): Add all possible onesie_proxy_status enum values 2025-02-15 20:39:13 -03:00
Luan
d683f123c0 chore: fix SABR example and update protos
+ SABR now requires PoTokens.
2024-12-23 14:36:48 -03:00
Luan
7a106dc5f4 chore: update deps 2024-12-10 10:32:02 -03:00
Luan
96004ce991 chore(onesie-request): Use Application-Level Redirects
+ Add `cmo:sensitive_content=yes` to the redirector request.
2024-11-02 10:45:40 -03:00
Luan
175264b1c3 chore(onesie-example): Fix duplicate & in the /initplayback URL 2024-11-02 09:20:40 -03:00
Luan
a6eb8821cb chore: update onesie example 2024-11-02 02:52:10 -03:00
Luan
3ab569c637 fix(sabr): Video-only playback is no longer supported
What a bummer...

At least they can't remove audio-only, since it's still needed for YouTube Music. :)
2024-10-24 09:12:18 -03:00
Luan
3f0ddc0555 chore: update protos 2024-10-23 09:35:50 -03:00
Luan
eb9311e482 chore: simplify onesie example 2024-10-10 02:57:43 -03:00
Luan
79711e655b chore: update protos 2024-10-02 12:23:00 -05:00
dependabot[bot]
d13ee8c4f5 build(deps): bump rollup and vite in /examples/browser/web (#4)
Bumps [rollup](https://github.com/rollup/rollup) to 4.22.4 and updates ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together.


Updates `rollup` from 2.79.1 to 4.22.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.79.1...v4.22.4)

Updates `vite` from 3.2.10 to 5.4.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 15:33:06 -03:00
Luan
125654457e chore: update protos x2 2024-09-25 14:36:16 -03:00
Luan
fbef7bd417 fix(onesie-request): clone session context to prevent original modification 2024-09-23 18:50:52 -03:00
Luan
29c9cd5b69 chore(examples/onesie-request): lint 2024-09-19 12:16:39 -03:00
Luan
6f273c197a chore(examples): lint 2024-09-18 16:16:42 -03:00
Luan
3c0fb613e0 chore: Add onesie request example 2024-09-18 16:08:05 -03:00
Luan
83d130eb14 chore: clean up 2024-09-18 16:06:51 -03:00
Luan
ae7f419ca0 chore: update web example's deps 2024-09-16 09:14:51 -03:00
Luan
5549a97173 fix(examples): stop progress bars on completion 2024-09-15 15:42:01 -03:00
Luan
a1e573831b chore(examples): clean up 2024-09-15 15:30:38 -03:00
Luan
f273a416c7 refactor(ServerAbrStream): Clean up
+ Add an example with ffmpeg.
2024-09-15 08:52:54 -03:00
Luan
d9fb9431ed fix(ServerAbrStream): Ignore duplicate sequences
Ignoring them is not the best solution, but at least we don't end up with a corrupted file :P

Note:
This would only happen when downloading two itags (MediaType.MEDIA_TYPE_DEFAULT).

Other changes:
Convert field names to camelCase.
2024-09-14 12:03:06 -03:00
Luan
b097df6d86 Merge pull request #1 from LuanRT/dependabot/npm_and_yarn/examples/browser/web/vite-3.2.10
build(deps-dev): bump vite from 3.2.8 to 3.2.10 in /examples/browser/web
2024-09-13 14:12:50 -03:00
Luan
b7b680c4f1 docs(examples): add instructions 2024-09-13 14:07:55 -03:00
dependabot[bot]
4078d087f2 build(deps-dev): bump vite from 3.2.8 to 3.2.10 in /examples/browser/web
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.8 to 3.2.10.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.10/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.10/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-13 16:53:46 +00:00
Luan
a508925216 feat: init repo 2024-09-13 13:52:28 -03:00