Chris Bellew

Results 55 comments of Chris Bellew

FWIW, I fixed this by editing bigvideo.js and changing line 264 from `player = $('');` to `player = $('');` (which is what I think @gera3d was referring to)

I'd like to vote against having a "Feedback" feature be added to the navigation bar. The real estate there is already limited enough as it is, and SkyTube Extra now...

For the "History" tab addition, can you elaborate on what you mean by, "and the most frequently watched by users" ? Do you mean the views count for each video?...

I'm working on an addition to allow hiding tabs, almost done.

Care to elaborate?

What I was looking for was "How about a /toptracks command that takes an artist as an argument and shows the top 5 songs by playcount, and /topartists showing the...

Nice. I will probably implement something like that into the API soon, just been very busy lately.

That should work, @jtrutwin. Maybe try wrapping the chat call in a setTimeout to give it a few seconds of a delay before it tries to chat? My bot in...

Also, @ImGrumpy, for the getUser call, feel free to fork this repository and add it yourself, and then do a pull request. All you really need to do is do...

Hehe understood. Well, now's a great time to learn. What you can do is click the fork button on the main page of this API, and that will copy the...