I am trying to search on v3 api using this URL: https://www.googleapis.com/youtube/v3/search?part=id,snippet&channelId=UCtVd0c0tGXuTSbU5d8cSBUg&maxResults=10&order=date&q = game & key = [api_
but that only gives me one playlist back.
When I do this search on YouTube directly, it returns me more results: https://www.youtube.com/user/YouTubeDev/search?query=game
Why is this happening, is something wrong with what I'm doing?
In the first, you use the search-> list method. What is looking for channels?
. API - > .
(, , , videos- > list)
. , : https://code.google.com/p/gdata-issues/issues/list?q=label%3aAPI-YouTube
, -, order = date. " YouTube" ( ): https://www.youtube.com/channel/UCtVd0c0tGXuTSbU5d8cSBUg/search?query=game&order=date, . " api" (6 ): https://www.googleapis.com/youtube/v3/search?part=id,snippet&channelId=UCtVd0c0tGXuTSbU5d8cSBUg&maxResults=10&q=game&key=YOUR-API-KEY-HERE , order = date api 1 , totalResults ": 6 ( ). , = .
Source: https://habr.com/ru/post/1541333/More articles:html character limit - htmlHow to change the default redirection url of a Laravel Auth filter? - phpWatchdog Triggers During Initialization MSP430F5529 - embeddedWhy does Eclipse-CDT say self-starting is an error? - c ++Apigility and oAuth for users - oauthСоответствующий цвет фона для аксессуаров клавиатуры с цветом клавиатуры - iosFinding a numpy array ((x, y, z) ...) for z matching the closest x, y - pythonVariable-based dynamic sorting (in order) in XQuery - sortingUIImage scaling with UIIImagePicker CGAffineTransform and Saving to Parse SDK - iosCan a simple injector register multiple instances of the same type using different constructor parameters? - c #All Articles