tuber
tuber copied to clipboard
:sweet_potato: Access YouTube from R
Hi there, So I've been using and loving Tuber, until just now when all the sudden my search attempts are coming back with a "Error: HTTP failure: 403" message. I...
I'm trying to get the data from some autogenerated Youtube channels (for example: https://www.youtube.com/channel/UCvAvFl2OGsuDSoOo93Kd0nA) and getting a 404 error. Is this a limitation of the YT API? or could this...
Hello, thank you for this great package. @ivelasq and I have been working on a GitHub Actions script that uses `list_channel_videos()` on a schedule, and we were wondering if you...
Was just running `get_all_comments()` for [this video](https://www.youtube.com/watch?v=xwvk_yKjmdI) which has received comments. For some reason however, the request fails. Any ideas on why this might happen? ```r get_all_comments("xwvk_yKjmdI") Error in if...
403 error
i am able to pass authentication with yt_oauth but when I try to do get_channel_stats or list_channel_resources it returns: "Error: HTTP failure: 403" get_channel_stats(channel_id="UCMtFAi84ehTSYSE9XoHefig") Can you help? ty
I just tried to download the list for some channels: get_all_channel_video_stats(channel_id="UCxJNUCdhSi7YfVS_D_Mct_g") works get_all_channel_video_stats(channel_id="UCWQiOyL5YT1kF6tFUr3Crew") also works but get_all_channel_video_stats(channel_id="UCRAnkVn_Y67LUA-bmHc-ytg") get_all_channel_video_stats(channel_id="UC0sBCaVFzxn4Y58JYqW7UTQ") doesn't work the error message shows that "Error in rbind(deparse.level, ...) :...
Running `get_all_comments()` on videos that have received no comments throws this somewhat uninformative error: ```r get_all_comments("0ZyfSKT2ARk") Error in `$
Hi, this package are really awesome. I'm using it and it's being really useful, but I am missing a function that shows how much quota I can still spend. It...
Hi, first of all thank you for your awesome R package to scrape for comments at youtube. I am using your package to analyse some comments, but I came up...
Hi, first of all thank you for your amazing work on the R package to scrape comments. I hope I am not out of topic, I thought this might be...