mirror of
https://github.com/AliAkhtari78/SpotifyScraper.git
synced 2026-04-25 19:45:49 +03:00
[GH-ISSUE #12] {'ERROR': 'The provided url is malformed.'} #62
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#62
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 @KathyGCY on GitHub (Mar 10, 2022).
Original GitHub issue: https://github.com/AliAkhtari78/SpotifyScraper/issues/12
The example doesn't work1
{'ERROR': 'The provided url is malformed.'}
@michaeldomanek commented on GitHub (Mar 27, 2022):
@KathyGCY
I wanted to try out
get_track_url_info()I added
string = unquote(string)to_str_to_jsonandget_track_url_info()works nowI think every function is outdated and needs to be changed, but I guess the project will not be updated
@eliamazzon commented on GitHub (Mar 29, 2022):
Same here.
@eliamazzon commented on GitHub (Mar 29, 2022):
Tried but didn't work for me.
@michaeldomanek commented on GitHub (Apr 5, 2022):
I used
from urllib.parse import unquoteI cloned the project and checked the example again and it works for me, maybe wrong import
But I think the offical spotify API offers everything this project offers so I think you should use it instead.
@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.