Based on the old tutorials and use this is a piece of source code with which I can search on youtube for videos:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | function search(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); } } |
The result will come with this output:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 5:13:12 PM Info College python assignment using only chatgpt 5:13:12 PM Info Coding Livestream | Developing Software W/Node+electron and Python 5:13:12 PM Info Python Live Class 5:13:12 PM Info Mejor lenguaje de programación actual. consejo. Python o Javascript? #pmfoxtechnologies #shorts 5:13:12 PM Info Разбор 16 задания на Python | ЕГЭ-2023 по информатике 5:13:12 PM Info Решение задач ЕГЭ на Python. 5:13:12 PM Info PYTHON PARA USUARIOS DE EXCEL ft. Pablo Moreno - WORKSHOPS #20 5:13:12 PM Info Advent of Code 2022 - Day 10 (Python, 263/775) 5:13:12 PM Info [Livestream - Python] Tin đại cương - Ôn tập 5:13:12 PM Info Python Neat ML AI 5:13:12 PM Info Class 7 || O Level Python Programming (M3-R5.1) || O Level Exam January 2023 || GyanXp 5:13:12 PM Info PYTHON by Mr. Vijay Sir 5:13:12 PM Info PYTHON: IMPARARE A PROGRAMMARE FROM ZERO TO HERO IN ALMENO 50 MINUTI 5:13:12 PM Info Data Scientist Interview Practice 2 - Python- Dr. Abdullah Karasan 5:13:12 PM Info [PARTE 6] - PROJETO ESTATÍSTICA PYTHON - [INTERVALO DE CLASSE - FINAL] 5:13:12 PM Info 2D шутер "Space Invaders" на Python з нуля ➤ Створення гри на Python за 2 години 5:13:12 PM Info Python-summit - Backend Chapter |