mirror of
https://github.com/AliAkhtari78/SpotifyScraper.git
synced 2026-04-25 19:45:49 +03:00
[GH-ISSUE #2] Issue with Extract Spotify Playlist Informations #58
Labels
No labels
bug
bug
claude-assistant
claude-assistant
claude-assistant
dependencies
documentation
documentation
enhancement
in review list
infrastructure
infrastructure
infrastructure
pull-request
refactoring
release
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotifyScraper#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fortez on GitHub (Aug 31, 2020).
Original GitHub issue: https://github.com/AliAkhtari78/SpotifyScraper/issues/2
Getting {'ERROR': 'The provided url is malformed.'} message when I try to extract
any playlist URL. Even using the example in github I faced the same issue.
To Reproduce
Steps to reproduce the behavior:
url = 'https://open.spotify.com/playlist/34pAXwKX0zTQc2ZTgSxyEq'from SpotifyScraper.scraper import Scraper, Requestrequest = Request().request()scraper = Scraper(session=request, log=True)playlist_information = scraper.get_playlist_url_info(url=url)print(playlist_information)Expected behavior
It list down the tracks in the playlist
Screenshots
N/A
Desktop (please complete the following information):
Additional context
I'm a new user, no experience using the SpotifyScraper before
@github-actions[bot] commented on GitHub (May 24, 2025):
This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.