[PR #4] [MERGED] Minor fixes #5

Closed
opened 2026-02-28 14:17:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AmarnathCJD/Spot-DL/pull/4
Author: @AshokShau
Created: 11/19/2025
Status: Merged
Merged: 11/19/2025
Merged by: @AmarnathCJD

Base: kHead: k


📝 Commits (3)

📊 Changes

57 files changed (+4364 additions, -22895 deletions)

View changed files

📝 .gitignore (+3 -1)
📝 decrypt.py (+1 -0)
libspot/__init__.py (+34 -0)
libspot/audio/__init__.py (+912 -0)
libspot/audio/decoders.py (+122 -0)
libspot/audio/decrypt.py (+45 -0)
libspot/audio/format.py (+37 -0)
libspot/audio/storage.py (+139 -0)
libspot/cache.py (+18 -0)
📝 libspot/core.py (+1149 -589)
📝 libspot/crypto.py (+49 -52)
libspot/dealer.py (+11 -0)
📝 libspot/mercury.py (+45 -65)
📝 libspot/metadata.py (+150 -2)
libspot/oauth.py (+141 -0)
📝 libspot/proto/Authentication_pb2.py (+65 -1970)
📝 libspot/proto/CanvazMeta_pb2.py (+22 -76)
📝 libspot/proto/Canvaz_pb2.py (+31 -549)
📝 libspot/proto/ClientToken_pb2.py (+56 -45)
📝 libspot/proto/Connect_pb2.py (+72 -2328)

...and 37 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AmarnathCJD/Spot-DL/pull/4 **Author:** [@AshokShau](https://github.com/AshokShau) **Created:** 11/19/2025 **Status:** ✅ Merged **Merged:** 11/19/2025 **Merged by:** [@AmarnathCJD](https://github.com/AmarnathCJD) **Base:** `k` ← **Head:** `k` --- ### 📝 Commits (3) - [`40a56d7`](https://github.com/AmarnathCJD/Spot-DL/commit/40a56d733a9bbd721c7cdea177799976e1cc372a) DONE - [`a34592c`](https://github.com/AmarnathCJD/Spot-DL/commit/a34592cded9f00b5970a41848b8045657dd9a421) Regen Spotify peoto with protobuf 6.33.0 - [`1366c32`](https://github.com/AmarnathCJD/Spot-DL/commit/1366c324b10de3c067c1adc489900e1f81140c1a) :/ ### 📊 Changes **57 files changed** (+4364 additions, -22895 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -1) 📝 `decrypt.py` (+1 -0) ➕ `libspot/__init__.py` (+34 -0) ➕ `libspot/audio/__init__.py` (+912 -0) ➕ `libspot/audio/decoders.py` (+122 -0) ➕ `libspot/audio/decrypt.py` (+45 -0) ➕ `libspot/audio/format.py` (+37 -0) ➕ `libspot/audio/storage.py` (+139 -0) ➕ `libspot/cache.py` (+18 -0) 📝 `libspot/core.py` (+1149 -589) 📝 `libspot/crypto.py` (+49 -52) ➕ `libspot/dealer.py` (+11 -0) 📝 `libspot/mercury.py` (+45 -65) 📝 `libspot/metadata.py` (+150 -2) ➕ `libspot/oauth.py` (+141 -0) 📝 `libspot/proto/Authentication_pb2.py` (+65 -1970) 📝 `libspot/proto/CanvazMeta_pb2.py` (+22 -76) 📝 `libspot/proto/Canvaz_pb2.py` (+31 -549) 📝 `libspot/proto/ClientToken_pb2.py` (+56 -45) 📝 `libspot/proto/Connect_pb2.py` (+72 -2328) _...and 37 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:17:55 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Spot-DL#5
No description provided.