Skip to content

I made a quick little example to read a YouTube user’s video feed that really easy to use. To request a feed of all videos uploaded by another user, send a GET request to the following URL. This request does not require authentication. https://gdata.youtube.com/feeds/api/users/userId/uploads. In the URL above, you should replace the text userId …

7codesinfo/youtubefeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtubefeed

I made a quick little example to read a YouTube user’s video feed that really easy to use. To request a feed of all videos uploaded by another user, send a GET request to the following URL. This request does not require authentication. https://gdata.youtube.com/feeds/api/users/userId/uploads. In the URL above, you should replace the text userId with the user's YouTube user ID.

About

I made a quick little example to read a YouTube user’s video feed that really easy to use. To request a feed of all videos uploaded by another user, send a GET request to the following URL. This request does not require authentication. https://gdata.youtube.com/feeds/api/users/userId/uploads. In the URL above, you should replace the text userId …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published