mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #213] How to get the charts data from https://charts.youtube.com/ #167
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#167
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 @YashMakan on GitHub (Jul 10, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/213
Originally assigned to: @sigma67 on GitHub.
is it possible to get charts data using this library from https://charts.youtube.com/. I read this answer on StackOverflow which is similar to what I want to achieve but it's not working for me. can anyone help?
Thanks
@sigma67 commented on GitHub (Jul 11, 2021):
In YouTube Music they're here https://music.youtube.com/charts, but you're right, this is not yet implemented
@sigma67 commented on GitHub (Jul 11, 2021):
Feel free to test with the new
get_chartsmethod@YashMakan commented on GitHub (Jul 11, 2021):
Thank you so much... Now I can successfully get charts by country. You are amazing... can you also tell me how can I get the specific data from the artist profile like in here we can get where people are listening and total play graph? Thanks...
@sigma67 commented on GitHub (Jul 11, 2021):
That is a cool page but unfortunately it uses a different API endpoint (charts.youtube.com, not music.youtube.com). Therefore I would consider it out of scope for this project.
Feel free to experiment on your own though, perhaps it can work by modifying the headers a bit. Overall request structure looks fairly similar
@YashMakan commented on GitHub (Jul 11, 2021):
alright, thanks for your time & help. 👍