This simple example tutorial shows how to get a list of videos from youtube based on a query search.
The query is defined like this with the q for word of search, a published after date, and more …
1 2 3 4 5 6 7 8 | { q: 'python', type: 'video', eventType: 'completed', maxResults: 25, order: 'date', publishedAfter: '2022-07-10T00:00:00Z' } |
This is the source code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | function search_query(id) { var results = YouTube.Search.list('id,snippet', { q: 'python', type: 'video', eventType: 'completed', maxResults: 25, order: 'date', publishedAfter: '2022-07-10T00:00:00Z' }); var data = []; for(var i = 0; i < results.items.length; i++) { Logger.log(results.items[i].snippet.title); } } |
This is the result of running my source code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 1:45:02 PM Notice Execution started 1:45:04 PM Info The Joy of Computing Using Python (NPTEL) (Week 0) 1:45:04 PM Info Curs - Bazele programării în Python - 28 ianuarie 2023 1:45:04 PM Info Python and Google Suggest: Unlocking the Secrets of Quick and Effective Keyword Research 1:45:04 PM Info Live python programming 1:45:04 PM Info Lets fuck up a python ( God of war rangrock) part 1 1:45:04 PM Info INTRODUCTION OF PYTHON FOR DATA SCIENCE (Part 2) - Data Science Series 1:45:04 PM Info 【EN/ID】 I want Python oil so learning from scratch 【ryuunana】 1:45:04 PM Info 【EN/ID】 I want Python oil so learning from scratch 【ryuunana】 1:45:04 PM Info Day 14 - Problem solving in Python | Grinding for new job 1:45:04 PM Info Estudo de payload com python 1:45:04 PM Info Python for Absolute Beginners | Python Coding | Day 6 | Programs on Functions and Loops 1:45:04 PM Info 🔴[LIVE] PYTHON BATTLE CUP - GTA V ROLEPLAY 1:45:04 PM Info Faster Python Development With Reloadium 1:45:04 PM Info Learn Python for AI 1:45:04 PM Info #OLevel | M3-R5 Python Programming | Day - 07 | Practical Question Model Paper |#LIVEPRACTICAL ... |