-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Podcast support does not seem to work.
To Reproduce
Steps to reproduce the behavior:
from spotify_scraper import SpotifyClient
client = SpotifyClient()
show_url = 'https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk'
show = client.get_show_info(show_url)
showProduces
{'id': '4rOoJ6Egrf8K2IrywzwOMk',
'name': 'The Joe Rogan Experience',
'uri': 'spotify:show:4rOoJ6Egrf8K2IrywzwOMk',
...
'episodes': [],
'total_episodes': 0,
'_extracted_from_episode': True,
'_latest_episode': {'id': '4qbUtgznrzk5bX7xKOcDJk',
'name': '#2425 - Ethan Hawke',
'uri': 'spotify:episode:4qbUtgznrzk5bX7xKOcDJk',
'release_date': '2025-12-11T18:00:00Z',
'duration_ms': 8517311,
'explicit': True,
'has_video': True},
...
}
Expected behavior
Episodes to contain the episodes that are visible in the first page of spotify - so the array should contain ~6 episodes minimum.
Actual behavior
episodes is empty.
Environment:
- Python version: 3.12.12
- SpotifyScraper version: 2.1.5
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working