Git Product home page Git Product logo

Comments (5)

Magador avatar Magador commented on July 18, 2024

Nice idea :)

from streamuschromeextension.

mattbalza avatar mattbalza commented on July 18, 2024

I would love that!

from streamuschromeextension.

Mikrz avatar Mikrz commented on July 18, 2024

@MeoMix, I'm a month past the most recent comment, but I think I know how you could check for new uploads at least. I'm not sure if it works for playlists as well, but uploads per channel have an RSS feed that can be read with the topmost "entry" being the most recent upload. I use it in an IFTTT recipe myself. an example of a link to one of these feeds is as follows:
https://gdata.youtube.com/feeds/api/users/%USERNAME%/uploads
where %USERNAME% can be the channel ID or the Channel name as it appears in a youtube.com/user/ link.

I also found this for grabbing playlists as an RSS feed.

Just leaving this here in case it helps!

from streamuschromeextension.

MeoMix avatar MeoMix commented on July 18, 2024

Oh cool! Thanks for the information. RSS feed would probably be a decent
option. The other way to do it would be to query YouTube's API for the
given playlist and keep track of the page token for the last page
retrieved. Then, when needed, query for that page again, check for new
records and/or existence of a next page token.

The real complications involve deletions and songs added to the playlist
manually. If someone deletes a song in the playlist then it shouldn't
restore itself on update and songs which are manually added shouldn't
disappear. Not exceedingly difficult, now that I think about it, but
definitely a couple of edge cases to consider. Possibly others out there,
too.

On Fri, Apr 10, 2015 at 10:39 PM, Devian50 [email protected] wrote:

@MeoMix https://github.com/MeoMix, I'm a month past the most recent
comment, but I think I know how you could check for new uploads at least.
I'm not sure if it works for playlists as well, but uploads per channel
have an RSS feed that can be read with the topmost "entry" being the most
recent upload. I use it in an IFTTT recipe myself. an example of a link to
one of these feeds is as follows:
https://gdata.youtube.com/feeds/api/users/%USERNAME%/uploads
where %USERNAME% can be the channel ID or the Channel name as it appears
in a youtube.com/user/ link.

I also found this
http://elliottbledsoe.com/brain-drain/how-to/rss-subscribe-to-youtube-playlist/
for grabbing playlists as an RSS feed.

Just leaving this here in case it helps!


Reply to this email directly or view it on GitHub
#16 (comment)
.

from streamuschromeextension.

raine avatar raine commented on July 18, 2024

Simply a button under "More options" that reimports a playlist would be a good start.

from streamuschromeextension.

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.