Battleman / zoomdl

Download Zoom recorded meetings easily
GNU General Public License v3.0
341 stars 44 forks source link

added another way to get meetID when it's not available in the inputs #75

Closed alexjyong closed 2 years ago

alexjyong commented 2 years ago

When I was using this tool to get some Zoom videos for work, I noticed that it was failing to get the meet_id. Upon further inspection, on the login page, there was another way meet_id data was stored.

recordMeetId: 'BigLongCodeGoesHere==',

This is in the window.__data__ block.

Doesn't always show up on the login page, but if the inputs field that the current code searches on isn't there, this alternative usually is.

Battleman commented 2 years ago

lgtm, merging into Beta for inspection, testing and bundling.