Open basstard66 opened 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.
@basstard66 Use https://github.com/streamlink/streamlink We've fixed it there. New release coming out today fixes the chaturbate plugin.
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.