Live data from Hacker News

Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)

beta.echotu.be

1–10 of 56 posts

Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)

#5
Looks 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.

Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)

#7

Looks 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)

#10
post #9
post #2

Interesting, I wonder when will youtube shut it down in a way or another...

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...
Post reply on HN