[PR #555] [MERGED] Add case for new CDN expiry format #597

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

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/555
Author: @jacksongoode
Created: 11/12/2024
Status: Merged
Merged: 11/12/2024
Merged by: @jacksongoode

Base: mainHead: jackson/fix-expiry


📝 Commits (1)

  • 019868d Adds case for a new format

📊 Changes

1 file changed (+9 additions, -3 deletions)

View changed files

📝 psst-core/src/cdn.rs (+9 -3)

📄 Description

Was seeing this error.

[2024-11-12T18:47:48Z WARN  psst_core::cdn] failed to parse expiration time from URL "https://audio-cf-del-574.spotifycdn.com/audio/4c1a1bc8b75c504c20a61d9dbad9eb4702916c42?verify=1731523668-nR9%2FUYjaLrUCcKqdKKFsJumymC9MlI0V68g2lvahvPY%3D"

Not sure if this is all new connections now, if so we can remove the old cases as well.


🔄 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/jpochyla/psst/pull/555 **Author:** [@jacksongoode](https://github.com/jacksongoode) **Created:** 11/12/2024 **Status:** ✅ Merged **Merged:** 11/12/2024 **Merged by:** [@jacksongoode](https://github.com/jacksongoode) **Base:** `main` ← **Head:** `jackson/fix-expiry` --- ### 📝 Commits (1) - [`019868d`](https://github.com/jpochyla/psst/commit/019868d808da17c6415bee56347031a622f21eaa) Adds case for a new format ### 📊 Changes **1 file changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `psst-core/src/cdn.rs` (+9 -3) </details> ### 📄 Description Was seeing this error. ``` [2024-11-12T18:47:48Z WARN psst_core::cdn] failed to parse expiration time from URL "https://audio-cf-del-574.spotifycdn.com/audio/4c1a1bc8b75c504c20a61d9dbad9eb4702916c42?verify=1731523668-nR9%2FUYjaLrUCcKqdKKFsJumymC9MlI0V68g2lvahvPY%3D" ``` Not sure if this is all new connections now, if so we can remove the old cases as well. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:35 +03:00
Sign in to join this conversation.
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/psst#597
No description provided.