rjw57 / yt

Experiments with the YouTube API
MIT License
83 stars 25 forks source link

Add in changes to allow youtube api v3 to work #46

Closed blerko closed 9 months ago

blerko commented 9 years ago

This is to allow changes to Youtube's api (v3) to work in yt, the one downside is that Google seem to have mandated that you use a developer key or authorise with them to search for videos, I created a developer key, but they say I shouldn't share it, so I'm not sure how that is supposed to work for open source projects. I guess people who use this program would be capable of registering for their own key to make it work.

Most of the code remains the same, but the search and standard feed have been mostly rewritten as has how pages are handled in the pager. The search for user functionality has been removed as I couldn't see an equivalent in apiv3, there is also a move toward channelIds too so I have added a way to see that from a video number, press i then the number of the video.