casttube
casttube copied to clipboard
YouTube Chromecast API
Currently `_get_lounge_id()` is failing with an HTTP 411 response code because the remote API is requiring that the post request have the HTTP Length header set. `_do_post()` should be updated...
This adds play and pause methods that can pause and resume playback, on top of #11, and fixes up the parser to deal with the replies they generate from `BIND_URL`.
On top of #10, this PR records all the messages from `BIND_URL` into a log, and then uses that log to answer questions like the current playlist ID. Actually fetching...
I was having some trouble with getting the currently playing playlist: the API was returning string data which wasn't able to be parsed as JSON with the existing `find("[")` code:...
Specifically, there are only 2 differences between you Youtube API and the YoutubeTV api. The Youtube TV API requires authentication while it is optional on Youtube, and the endpoint is...
First up, thank you for implementing this, it was immensely helpful for the problem I was trying to solve, which was to get Youtube TV working with chromecast. It turns...
It appears that the license file gets saved to my .local folder ``` $ cat ~/.local/LICENSE MIT License Copyright (c) 2018 Uri Katz ... ```
This should fix https://github.com/ur1katz/casttube/issues/13