y252328 / Instagram_Download_Button

Add download button to download media in the post and the story in Instagram
MIT License
234 stars 32 forks source link

Retrieving posterName in Stories is not working #48

Open emb8051 opened 10 months ago

emb8051 commented 10 months ago

In func storyOnClicked(target), looks like the line that retrieves posterName is returning 'null'.

let posterName = sectionNode .querySelector('header a') .getAttribute('href') .replace(/\//g, '');

emb8051 commented 10 months ago

debug_posterName

Patty-OFurniture commented 10 months ago

Pretty sure I fixed that, either with PR https://github.com/y252328/Instagram_Download_Button/pull/51 or both that and https://github.com/y252328/Instagram_Download_Button/pull/50