Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
951 views

My friend works as a CMS admin for a Youtube Network and asked me if there is a way to automatically extract the number of views and the revenue for specific videos. Let me explain. If some people ...
AltairAC's user avatar
  • 171
2 votes
3 answers
2k views

I'm trying to find out a way to get share count for youtube video with for it id. reading Youtube API specification did not give any results. Can I get share count for video? On youtube site on video ...
Olexii's user avatar
  • 97
2 votes
1 answer
421 views

https://www.googleapis.com/youtube/v3/videos?part=snippet,contentDetails,player,recordingDetails,statistics,status&id=-Ji6qekcLxM,-rJOifcv3HA,0CN5MvWQwac,0xZLb7zjel8,1JAWiDZbkI0,1TIzLB_L8lk,2Eh08z-...
Mohit's user avatar
  • 11.3k
0 votes
1 answer
5k views

I am trying to build a website based on youtube embedded videos. For this I am using Youtube Data API v2. With this I am getting videos but the problem is with the "language" used in videos or the ...
D Deshmane's user avatar
  • 1,275
5 votes
2 answers
3k views

In YouTube API v3 documentation there are parameters like regionCode, videoEmbeddable, videoSyndicated. But it seems none of them are working properly. I want to exclude VEVO videos from my search ...
Rukshan's user avatar
  • 8,046
0 votes
1 answer
395 views

I've spent the better part of the day reading docs and watching various videos on how to embed YouTube on my site, and have made some good progress. But am now a bit stuck. I'm working on a site ...
pccjamie's user avatar
  • 307
0 votes
2 answers
1k views

I am crawling youtube videos using following url: URL : https://gdata.youtube.com/feeds/api/videos?category="category_term" I parse above obtained response to get the video Id's. Now I want to ...
D Deshmane's user avatar
  • 1,275
2 votes
2 answers
4k views

I want to like video of YouTube. I have acquired AUTH_TOKEN using AccountManager using the following am.getAuthToken(mAccount, AUTH_TOKEN_TYPE, null, this, new AccountManagerCallback<Bundle>()...
Mohit's user avatar
  • 11.3k
83 votes
9 answers
91k views

I'm retrieving videos of a playlist using youtube v3 API and getting 50 items without any problem with this link:- https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&maxResults=50&...
amrinder007's user avatar
  • 1,475
5 votes
0 answers
2k views

For almost the past 24 hours, I have been receiving TaskCanceledExceptions as the result of calls to ResumeableUpload's UploadAsync. Uploads are failing probably 90% of the time. I am uploading videos ...
Rob Davis's user avatar
  • 1,329
1 vote
1 answer
2k views

I am trying to upload a video to YouTube using the Java API like this: private Video uploadVideo(final YouTube youtube, final Video video, final InputStreamContent mediaContent) ...
yankee's user avatar
  • 41.3k
5 votes
1 answer
27k views

How can you search for youtube-movies and get the id/url and the title from it? It's to add them to a BaseAdapter-class in an Android Application. In the second version of the API, it was possible: ...
Matt Theodor's user avatar
1 vote
5 answers
6k views

I registered my application with YouTube for an Android app, and got an API key. And then I tried to make an api call through my browser to try it like this: https://www.googleapis.com/youtube/v3/...
Genadinik's user avatar
  • 18.7k
2 votes
2 answers
970 views

I'm trying to get a list of the videos I've posted in YouTube When using the explorer: https://developers.google.com/youtube/v3/docs/search/list it generated following query GET https://www....
rbp's user avatar
  • 1,898
2 votes
1 answer
917 views

We're developing in java 7 and YouTube Data API v3. When we are calling the upload service with "processingDetails" part, we are getting a 503 Service Unavailable Error. What are we doing wrong? ...
user2487614's user avatar
4 votes
0 answers
1k views

I need help for YouTube API. I guess that I have to use service account because I need more then 10 users use same account. I am not sure why I get empty items list for playlists request. Should I ...
Ibrahim19's user avatar
  • 123
15 votes
1 answer
7k views

I was wondering if this is available in v3 (I know it's possible with v2)? I've tried using watch_later as the id and mine=true in a playlist request. The watch_later playlist is not returned in ...
user74826's user avatar
  • 151
118 votes
8 answers
145k views

I'm using YouTube API v3 to search YouTube. https://developers.google.com/youtube/v3/docs/search As you can see, the response JSON doesn't contains video durations. Is there way to get video ...
Rukshan's user avatar
  • 8,046
64 votes
3 answers
113k views

I'm building a pretty large app for a client that is going to aggregate feeds from various sources. My client estimates around 900 follow-able users will be in this system to start out, with more ...
Gordo's user avatar
  • 788
0 votes
2 answers
3k views

I have a script that will display the json results of a youtube search. The following url will not sort though it does return the results provided I put in a username into username. http://gdata....
techdog's user avatar
  • 1,489
34 votes
2 answers
34k views

How do I list the user's uploaded videos in the V3 api?
efic1's user avatar
  • 490
6 votes
3 answers
7k views

How do I fetch youtube title and description from python code from the given url. Is it necessory to use youtube API for it? I am writing a program which need to find generate title and description ...
Tachyons's user avatar
  • 2,171
5 votes
2 answers
23k views

Can anybody suggest how to do it or where to learn about how to do it.
Frank's user avatar
  • 71
1 vote
3 answers
5k views

YouTube returns the Updated date and Submitted on date as follows: 2010-08-22T04:46:18.000Z Is there a PHP function, or a date mask that parses this?
Mohammed J. Razem's user avatar
2853 votes
31 answers
2.1m views

If I have a YouTube video URL, is there any way to use PHP and cURL to get the associated thumbnail from the YouTube API?
CodeOverload's user avatar
  • 48.8k
5 votes
1 answer
4k views

I am attempting to get the Comments Feed from a video entry using the YouTube API for .NET. I am working on a program in WPF and C#, but can't seem for the life of me to figure out how to retrieve ...
Chrisc's user avatar
  • 1,528

1
87 88 89 90
91