Jaffa / amazon-music

Provide programmatic access to Amazon Music/Prime Music's streaming service
Apache License 2.0
336 stars 67 forks source link

error in AmazonMusic initialization #29

Open physi3 opened 4 years ago

physi3 commented 4 years ago

re.sub(r'^[^{]*',` '', re.sub(r';$', '', line))

on line 107 of amazonmusic.py returns absolutely nothing. I believe this is the only thing causing problems. I was wondering if anyone could shed some light on the situation.

StefanoGiu commented 3 years ago

Replace line 106 with:

if 'var applicationContextConfiguration =' in line: