Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23131

Make the equivalent to a text request on youtube using python

$
0
0

I would like to make a text request using the youtube api.For example i'm looking for all the videos that are related to 'frogs' and i would like to download the 10 first videos.

I already know how to download but i need a list of URL. i was thinking about something like this :

def get_url(string, url_number):   liste_url = youtube.request(string)[:url_number]   return liste_url 

Thanks


Viewing all articles
Browse latest Browse all 23131

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>