chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 582 forks source link

Chaturbate did it again... #1603

Open basstard66 opened 7 years ago

basstard66 commented 7 years ago

Chaturbate changed their html layout again and the plugin stopped working.

The solution is simple. Change Line 8 in chaturbate.py to

_playlist_url_re = re.compile("initHlsPlayer\(jsplayer, '(?P\<url>[^']+)")

Make sure to delete/rename chaturbate.pyc if it exists otherwise the changes will not work.

cdrage commented 7 years ago

@basstard66 Use https://github.com/streamlink/streamlink We've fixed it there. New release coming out today fixes the chaturbate plugin.