Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
11–20 of 56 posts
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#12Earlier quoted context omitted.
hi @Thomas_9. I'm using youtube's data api and player's api without any hacks. I actually following the api's rules and available api.
If it is basically youtube but you just remove ads, I tend to think they will react. But I admit this is a feeling more than a sure fact. I can't remember the name of the app that worked on top of a Google Api that was stopped in few hours...
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#13Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#14I need G+ for this ? Skip.
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#15Looks like it's got some bugs preventing it from working. You're loading the videos over HTTP while hosting your site on HTTPS which will result in the iframe being blocked. This is a security issue anyway and should be corrected. Also looks like you're using localStorage and sessionStorage without checking to see if they're available.
hi @TrueDuality. I updated the code over the last hour - so probably those were the bugs. yes - currently it's hosted over http (github-pages) - however - it functions correctly without it. regarding localStorage - currently, I assume modern browsers are used - it works on Chrome (desktop - Mac, Windows / android). Thanks for the feedback.
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#16I need G+ for this ? Skip.
If you want to play playlists from your youtube account - then - yes. Otherwise - g+ is not required.
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#17Earlier quoted context omitted.
If you want to play playlists from your youtube account - then - yes. Otherwise - g+ is not required.
Hm, since usage of playlists is available now through Google Account login and with G+ removed, is this somehow different in their API for 3rd party apps ?
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#18Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#19Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#20Earlier quoted context omitted.
Hm, since usage of playlists is available now through Google Account login and with G+ removed, is this somehow different in their API for 3rd party apps ?
G+ is Google Account. I'll change the sign-in button to display "Google Sign-in" so it won't confuse. thanks for the feedback.