[PR #1116] [CLOSED] Move country codes and remove audiobook functionality #1165

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/1116
Author: @z3nrider
Created: 5/22/2024
Status: Closed

Base: masterHead: country_codes


📝 Commits (3)

  • 3d1b661 Make country codes as an importable file in client.py; remove audiobook functionality as it returns an error
  • 380c4c7 add all_country_codes.py; remove audiobook functionality from client.py
  • 00d397e Update test.py

📊 Changes

3 files changed (+63 additions, -136 deletions)

View changed files

spotipy/all_country_codes.py (+61 -0)
📝 spotipy/client.py (+2 -108)
📝 tests/integration/non_user_endpoints/test.py (+0 -28)

📄 Description

Make country codes as an importable file in client.py; remove audiobook functionality as it returns an error (possibly being rejected by the Spotify Web API)


🔄 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/spotipy-dev/spotipy/pull/1116 **Author:** [@z3nrider](https://github.com/z3nrider) **Created:** 5/22/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `country_codes` --- ### 📝 Commits (3) - [`3d1b661`](https://github.com/spotipy-dev/spotipy/commit/3d1b661c54ee1ac09c9f0b6319da9ca009ac741d) Make country codes as an importable file in client.py; remove audiobook functionality as it returns an error - [`380c4c7`](https://github.com/spotipy-dev/spotipy/commit/380c4c73cbf8e393efc1d921a960dc6e67851db1) add all_country_codes.py; remove audiobook functionality from client.py - [`00d397e`](https://github.com/spotipy-dev/spotipy/commit/00d397ea5152c2ef790caec96f8f132d0a9e543c) Update test.py ### 📊 Changes **3 files changed** (+63 additions, -136 deletions) <details> <summary>View changed files</summary> ➕ `spotipy/all_country_codes.py` (+61 -0) 📝 `spotipy/client.py` (+2 -108) 📝 `tests/integration/non_user_endpoints/test.py` (+0 -28) </details> ### 📄 Description Make country codes as an importable file in client.py; remove audiobook functionality as it returns an error (possibly being rejected by the Spotify Web API) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:03:53 +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/spotipy#1165
No description provided.