How to know how many videos an account has?
Hello,
I would like to know how I can see how many videos an account has uploaded…
I have looked for at the documentation but, until now, I haven’t found anything.
Can you help?
Thanks!
Ivo
Related posts:
- Using authsub to log to an account to watch videos
- Playlist videos feed – number of videos is wrong?
- Playlist videos feed – number of videos is wrong?
- Videos from ‘Registered Members’ and Viewing Their Videos if not a Registered Member.
- Create Account via API
- Error 400 (New Account)
- YouTube Account: Unauthenicated
- Just a account can upload with my develop id
- 500 Internal Server in my Account
- Authentication to one account/ Upload to one channel
Hello Ivo,
Make a request for
http://gdata.youtube.com/feeds/api/users/ACCOUNT_NAME/uploads
where ACCOUNT_NAME is the account in question. The “openSearch:totalResults” response element will contain the total number of videos in the account.
Cheers, -Jeff Posnick, YouTube API Team
On Feb 8, 12:28 pm, Alberto Ivo wrote: