ThreadSky
About ThreadSky
Log In
bajortski.net
•
18 hours ago
OH NOOOOOOOOOOOO
Comments
Log in
with your Bluesky account to leave a comment
[–]
bajortski.net
•
18 hours ago
I really should figure out a way to export and read a list of every video I've liked so I can then sort it all and write a retrospective or some bullshit I'll never do.
4
1
reply
[–]
quokka.wiki
•
17 hours ago
If you're enough of a nerd you can use Google's YouTube Data API and get `/videos` with the query parameter `?myRating=like` (
https://www.googleapis.com/youtube/v3/videos?myRating=like&part=snippet
)
You do need to set up OAuth credentials for this tho, and I haven't tried it.
Here are some docs:
https://developers.google.com/youtube/v3/docs/videos/list
2
2
reply
[–]
quokka.wiki
•
17 hours ago
I tried playing around in the API explorer, and it says quota exceeded for some reason.
I consulted Stack Overflow and it just says to wait it out ¯\_(ツ)_/¯
2
reply
[–]
quokka.wiki
•
17 hours ago
I don't think there's an actual limit, it just stays stuck at 5000 (assuming that's what you're concerned about)
1
reply
Posting Rules
Be respectful to others
No spam or self-promotion
Stay on topic
Follow Bluesky's terms of service
×
Reply
Post Reply
Comments
You do need to set up OAuth credentials for this tho, and I haven't tried it.
Here are some docs: https://developers.google.com/youtube/v3/docs/videos/list
I consulted Stack Overflow and it just says to wait it out ¯\_(ツ)_/¯