Fetching All Videos of a Channel | Exploring YouTube Data API (Part-4)

  Рет қаралды 33,925

Indian Pythonista

Indian Pythonista

Күн бұрын

Пікірлер: 77
@IndianPythonista
@IndianPythonista 6 жыл бұрын
Code here: github.com/nikhilkumarsingh/KZbinAPI-Examples/blob/master/4.Channel-Vids.ipynb Full Playlist: kzbin.info/aero/PLyb_C2HpOQSBJRh38CTPvsouV4SBpyt_H
@caashoaishgard3764
@caashoaishgard3764 5 жыл бұрын
Indian Pythonista Hello can u help me my channel plz is same thing u r saying in ur channel ok
@theegyptiangamedev7422
@theegyptiangamedev7422 4 жыл бұрын
That seems to work but i understand nothing and i really need this.. Could you please explain how to deal with this code? All i understand is i need to copy it & change a couple of lines depending on the channel i choose then i should paste the whole code somewhere to make it work.. Please tell me which specific lines to change & where should i paste it in the end
@futuregootecks
@futuregootecks Жыл бұрын
that's amazing, thanks so much!!! they make it so hard to do this to keep you locked in, but you made it easy!
@emcemimotionandcontrol5554
@emcemimotionandcontrol5554 3 жыл бұрын
Clear and applicable materials. Thanks
@MyPad1216
@MyPad1216 4 жыл бұрын
Many thanks. Needed this for a data mining project and it worked perfectly!
@davidkezi6086
@davidkezi6086 4 жыл бұрын
Thank you very very much, you have just saved me hours of debugging the youtube api
@jhhh0619
@jhhh0619 4 жыл бұрын
Can I use the nextpagetoken likewise for search.list for searching more than 50 videos?
@sarcastic_w0lf927
@sarcastic_w0lf927 2 жыл бұрын
I am trying to get the same thing if you have sorted it please help
@jordanbarriapineda2773
@jordanbarriapineda2773 5 жыл бұрын
Thank you so much for uploading this video, you saved me hours of work here!
@maazahmed6247
@maazahmed6247 2 жыл бұрын
like the playlist uploads can we get other playlists ids like popular uploads?
@АртемПаламарчук-и6ж
@АртемПаламарчук-и6ж 3 жыл бұрын
One question. Is there opportunity to filter channel videos by the date of publication, e.g. I want to filter videos and fetch only publicated before the certain time? It seems to me filtering videos is not possible
@afdrmerani
@afdrmerani 5 жыл бұрын
Thank you so much! Had been looking for this for a while :)
@sigma4805
@sigma4805 5 жыл бұрын
Is it just me, or is the upload playlist ID just the channel ID with the leading 'UC' replaced by 'UU' ? Does this pattern hold for other channels?
@nileshramgolam2908
@nileshramgolam2908 4 жыл бұрын
from what i worked with yes
@sauravp6116
@sauravp6116 4 жыл бұрын
How do I get a link to these videos? Like instead of the title?
@hsiang-yehhwang2625
@hsiang-yehhwang2625 3 жыл бұрын
It is a great tutorial!! Thanks!!
@sophieliu9410
@sophieliu9410 4 жыл бұрын
Cannot express how great this series is!!! I got a question, what is the explanation of ["snippet'] that is shown multiple times in the videos? Cannot find it in the doc of google. Another question, the nextPageToken is there shown in the result, why you say if it is not there?
@porkypooky4412
@porkypooky4412 5 жыл бұрын
Great video! But I wonder if hundreds and thousands of subsequent calls will be fine until I hit a quota limit, because, you know, Google may think it's a DDoS attack, abusive bot or something.
@martin_hansen
@martin_hansen 4 жыл бұрын
Really like this series of YT Ali's. Hope to see more of that type. (Maybe there already are, but I am new on this channel) Like to see api on vimeo, instagram, gmail, snapchat, stackoverflow, slashdot and others.
@SHA256HASH
@SHA256HASH 4 жыл бұрын
Fantastic tutorial! Thank you very much brother!
@smuchapreciated1959
@smuchapreciated1959 3 жыл бұрын
Thank you. this video helped me today :)
@bavaksk
@bavaksk 4 жыл бұрын
Thanks a lot for all your efforts.
@qayyumm5759
@qayyumm5759 3 жыл бұрын
how to retrieve the videoId? it is possible?
@qayyumm5759
@qayyumm5759 3 жыл бұрын
already solve the issue.... Thank You for the wonderful video
@gustavoadiaz4760
@gustavoadiaz4760 3 жыл бұрын
How did you exported the Ids,?
@qayyumm5759
@qayyumm5759 3 жыл бұрын
@@gustavoadiaz4760 I add this code after follow above code, video = get_channel_videos('your_channel_id') df = pd.DataFrame(columns=['Videoid','Title']) for i in video: videoid = i['snippet']['resourceId']['videoId'] videotitle = i['snippet']['title'] df = df.append({'Videoid' : videoid,'Title' : videotitle } , ignore_index=True)
@vampirekabir
@vampirekabir 3 жыл бұрын
@@qayyumm5759 did you use pandas?
@vampirekabir
@vampirekabir 3 жыл бұрын
@@qayyumm5759 thank you so much,i was stuck here for hours
@deepanshuchg
@deepanshuchg 4 жыл бұрын
Is there a reason why you are using jupyter notebook and not an usual IDE?
@yannicfreson2974
@yannicfreson2974 4 жыл бұрын
Awesome video, very helpful, bt please get a pop filter or even put a sock over your mic, would improve sound a lot :)
@akshaymattoo
@akshaymattoo 2 жыл бұрын
@IndianPythonista Great video Great explanation. I have a question regarding the fetching of videos of a channel. Can we do it for any public channel on youtube or there are some restrictions on that
@tonystark5728
@tonystark5728 3 жыл бұрын
Hey bro can it also fetch unlisted videos of KZbin
@priteshgujarati6404
@priteshgujarati6404 4 жыл бұрын
Hey , I am trying to get duration info of all the videos but i cannot find duration in statistics. do u have any idea where i can get that details ?
@DivyaGangan
@DivyaGangan 9 ай бұрын
I am not getting id of the playlist
@ayelico438
@ayelico438 5 жыл бұрын
I have a video on my channel and I don’t know how to fix what happened....It says error fetching list channel something
@kumardivyanshu123
@kumardivyanshu123 4 жыл бұрын
How to do if i want to get the uploads whose length is more than one hour.
@kebabsharif9627
@kebabsharif9627 4 жыл бұрын
very interestin video, can you make a video for uploading a foler with 2 video on youtube please.
@ASD9344
@ASD9344 5 жыл бұрын
nice video thanks for uploading
@hyneksturma
@hyneksturma 3 жыл бұрын
Thanks a lot!
@ars7070
@ars7070 3 жыл бұрын
Really good explanation! I just have one doubt. KZbin guidelines say that around 10000 quota points can be used for API request. How much should I pay for anything about that?
@pradeeppatel5683
@pradeeppatel5683 5 жыл бұрын
How I create single string by using youtube api and youtube vide ID
@ashwinistuitions
@ashwinistuitions 3 жыл бұрын
how to collect this data into dataframe
@koteswarimiriyampalli9939
@koteswarimiriyampalli9939 5 жыл бұрын
Hii sir , i am trying to get a channel video list but i am getting an error called TypeError: build() got an unexpected keyword argument 'developerkey' . How to resolve this ,can you help me please
@_Possible
@_Possible 4 жыл бұрын
i believe k should be K (capitalize)
@tuberankinginfo
@tuberankinginfo 4 жыл бұрын
Thank you! This is very helpful!
@ameywale
@ameywale 3 жыл бұрын
Is there any way to get if channel is verified or not ?!
@vishalgupta7522
@vishalgupta7522 9 ай бұрын
How to fetch 10 latest shorts video of a news channel?
@ronicarbello6454
@ronicarbello6454 5 жыл бұрын
My channel is error it say fetching videos So how can o fix? To get back my channel?
@OrcaChess
@OrcaChess 5 жыл бұрын
Is it possible to retrieve the video tags of a video?
@IndianPythonista
@IndianPythonista 5 жыл бұрын
Yes.
@IndianPythonista
@IndianPythonista 5 жыл бұрын
You have to add snippet or statistics to the part parameter.
@OrcaChess
@OrcaChess 5 жыл бұрын
Good one!
@teufelshunde730
@teufelshunde730 5 жыл бұрын
Can't you just click on the channel and then click "video's???? Seems to do what I need. If would have to go through all of what you are talking about here, hen I don't really need to the the video, I go to another video with the same content I am looking for that is easy to find. There are many options for every topic you can think off.
@axizz100
@axizz100 4 жыл бұрын
How to get views along with it?
@axizz100
@axizz100 4 жыл бұрын
NameError: name 'get_channel_videos' is not defined
@devongrey1237
@devongrey1237 4 жыл бұрын
i keep getting a KeyError: 'nextPageToken' even though i know nextpagetoken is in there. Why won't this work??? pls help
@devongrey1237
@devongrey1237 4 жыл бұрын
nevermind i solved the problem
@aminebouameure7694
@aminebouameure7694 5 жыл бұрын
thank you very useful video ,so can you help me for transform results to file csv
@IndianPythonista
@IndianPythonista 5 жыл бұрын
Use pandas or Python 's inbuilt CSV module. :)
@aminebouameure7694
@aminebouameure7694 5 жыл бұрын
Indian Pythonista can you share with me the source code of this party because i‘m trying to use pandas but i can’t succeeded
@IndianPythonista
@IndianPythonista 5 жыл бұрын
@@aminebouameure7694 Just create a list of list of your data and then do: pd.Dataframe(data).to_csv("videos.csv")
@IndianPythonista
@IndianPythonista 5 жыл бұрын
Check this out: kzbin.info/www/bejne/mp2cfGRphaiXgJI
@SoumilShah
@SoumilShah 5 жыл бұрын
Hello Indian Pythonist i would like to use your cod e with your permission and would like to develop a library i would also like to give you credits is that fine if i take your base code ?
@IndianPythonista
@IndianPythonista 5 жыл бұрын
Yeah sure. Go ahead! :)
@SoumilShah
@SoumilShah 5 жыл бұрын
Indian Pythonista I have added your name on pypi and I have also published this package
@axizz100
@axizz100 4 жыл бұрын
I am getting this error --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in ----> 1 from apiclient.discovery import build ModuleNotFoundError: No module named 'apiclient'
@АлексейКузяшин-и6ч
@АлексейКузяшин-и6ч 5 жыл бұрын
Cool , thx!
@kastrowalker
@kastrowalker 4 жыл бұрын
man I didn't understand anything what you said cuz I don't know your language kkkk but I only know that you helped me banstant with your tutorial I'm from Brazil
@PankajNeve-v1r
@PankajNeve-v1r Жыл бұрын
Details: "[{'message': 'The requester is not allowed to access the requested subscriptions.', 'domain': 'youtube.subscription', 'reason': 'subscriptionForbidden'}]"> getting error
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Сборник Новогодних Номеров 2024 - Уральские Пельмени
3:18:52
Уральские Пельмени
Рет қаралды 836 М.
Youtube Data v3 API App in 1 Hour
59:48
Coding Shiksha
Рет қаралды 21 М.
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3,3 МЛН
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 222 М.
Новый год 2025 на ТНТ "ComedyVision!" @ComedyClubRussia
1:16:27
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН