Skip to content Skip to sidebar Skip to footer
Showing posts with the label Youtube Api

Youtube Api: Adding Videos To A Playlist With The New 32 Character Playlist Id

I've been struggling with what I thought would be a simple task: Adding a video to a youtube pl… Read more Youtube Api: Adding Videos To A Playlist With The New 32 Character Playlist Id

Oauth And The Youtube Api

I am trying to use the YouTube services with OAuth. I have been able to obtain request tokens, auth… Read more Oauth And The Youtube Api

Any Way To Use Google Api Without Every-time Authentication?

I tried to use the API on python in a autorun on a PC. But I can't because every time the progr… Read more Any Way To Use Google Api Without Every-time Authentication?

Socket Error When Using Gdata Youtube Api In Python

I'm using gdata to map YouTube URLs to video titles, using the following code: import gdata.y… Read more Socket Error When Using Gdata Youtube Api In Python

Using Youtube Api, How To Get The List Of Likes Of A Search Results In Python

For eg: if search the keyword 'Indian Cricket team'..search results contains a set of video… Read more Using Youtube Api, How To Get The List Of Likes Of A Search Results In Python

Youtube Api V3 Returns Truncated Watch History

I'm able to access my watch history via the YouTube v3 data API, but it only returns my most re… Read more Youtube Api V3 Returns Truncated Watch History

How To Extract File Size From Youtube-dl In Python Script?

I'm new to python programming. I want to extract a video/audio size ( any youtube video) before… Read more How To Extract File Size From Youtube-dl In Python Script?

Order Doesn't Work When Using Youtube Api V3

I am trying to get the last 10 videos of a channel. When I run the following code: from apiclient.d… Read more Order Doesn't Work When Using Youtube Api V3