yakyak / hangupsjs

google hangouts client library for nodejs
226 stars 46 forks source link

Fix private token not being fetched anymore, causing login to fail #135

Closed HomerSp closed 3 years ago

HomerSp commented 3 years ago

This was because google now use multiple script tags in the response, which caused only the first one to be included. This was fixed by using a lazy regex instead of greedy (? instead of just ).