Coder Social home page Coder Social logo

Comments (10)

JesperDramsch avatar JesperDramsch commented on June 15, 2024 2

This also explains the quota errors:

Before the search would return only video IDs after the timestamp in your spreadsheet. Then add each one.

The quota costs are outlined here.

Now that filters are broken, YouTube returns ALL videos from a channel and adds every video to the playlist instead of only the most recent ones. Depending on the channel, that's a whole lot of videos to write.

Since quotas are daily, that will cause some funny behaviour.

from auto-youtube-subscription-playlist-2.

Elijas avatar Elijas commented on June 15, 2024 2

#33 is merged

The info and work done is much appreciated! 🥇

from auto-youtube-subscription-playlist-2.

oberien avatar oberien commented on June 15, 2024 2

The API is back up since ~20 hours, so I guess this can be closed now 🎉

from auto-youtube-subscription-playlist-2.

Alleckz avatar Alleckz commented on June 15, 2024 1

Have a workaround, that is valid even after this is fixed (if Google dont f.. up there api even more). Ide from https://stackoverflow.com/a/55207539.
Its cost a little more api call point but seams valid, just tried it for one chanel. (Hope there are no edge cases that is not valid)

  1. You use the Chanel.list, and in ”part” add “contentDetails” cost 2 points. (Can probebly be done on init where we get the channel id grab. But if it’s a one time thing we need too test soo the playlist id don’t change overtime)
  2. Then you get the get the “contentDetails.relatedPlaylists.uploads”
  3. Add that Chanel uploads playlist id to the playlistItems.list
  4. Wolla You have a sorted list of all uploads from a Chanel and the latest video is on top :D

I may have some time this week to try to implement this but no promessis.

from auto-youtube-subscription-playlist-2.

JesperDramsch avatar JesperDramsch commented on June 15, 2024

#33 is merged

The info and work done is much appreciated! 🥇

Thanks! Hope this will help some people find the right answers. I was thoroughly confused why my gmail was getting spammed 🤷‍♂️

from auto-youtube-subscription-playlist-2.

LSC2019 avatar LSC2019 commented on June 15, 2024

Thank you, this is very helpful. I wondered why i reached my Youtube API quota everyday;)

from auto-youtube-subscription-playlist-2.

aspera7 avatar aspera7 commented on June 15, 2024

So basically the script has no chance to work until google fixes their stuff? That's unfortunate

from auto-youtube-subscription-playlist-2.

JesperDramsch avatar JesperDramsch commented on June 15, 2024

That is correct. Try the search on their website. Can't sort by date

from auto-youtube-subscription-playlist-2.

oberien avatar oberien commented on June 15, 2024

From what I've read, the google video search should still work. Maybe a swap from the youtube API to the google video API might be possible until google fixes youtube's APIs.

from auto-youtube-subscription-playlist-2.

Fabian42 avatar Fabian42 commented on June 15, 2024

Confirmed, it runs fine for me again. It even checked the last 12 days of my 84 sources and added 46 videos without going over the time limit.
Interestingly, I got no notification from the followed YouTube bug report.

from auto-youtube-subscription-playlist-2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.