intact / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
14 stars 4 forks source link

immomo API change #4

Closed steven7851 closed 7 years ago

steven7851 commented 7 years ago

Can you help find new API of immomo? It changed too complicated that I can't handle.

steven7851 commented 7 years ago

immomo change API to the old one, maybe new beta API will come back again.

intact commented 7 years ago

They used socket.io in new API; next time you can probably use websocket library and parse socket.io messages.

steven7851 commented 7 years ago

Thank you, I'll try if they use new API next time.