9
Answers

list of Long Videos only.

Ramco Ramco

Ramco Ramco

Apr 29
348
1

Hi

  I have below code and i want to get list of Long Videos only.

            var client = new RestClient("googleapis.com/youtube/v3");
            var request = new RestRequest("search", Method.GET);
            request.AddParameter("part", "snippet");
            request.AddParameter("type", "video");
            request.AddParameter("maxResults", 400);
            request.AddParameter("channelId", "UCg3ZpKSJDTGSgG-m_nNoDVw");

            request.AddParameter("key", "AIzaSyAu9fJSRSKSGRYS5Ls8ECFG8");

Thanks

Answers (9)