HOAIAN2 / Instagram-Downloader

Chrome Extension, download photos, videos from Instagram post, tv, reels, stories
MIT License
155 stars 21 forks source link

Feature request #7

Closed dongerlel closed 1 year ago

dongerlel commented 1 year ago

Hi, amazing extension it's working perfectly. I just wanted to ask, can you add a simple button to only download the video playing? Like have something small on the video itself without the need to open any additional windows.

image

thank you

HOAIAN2 commented 1 year ago

If only a button, yes. But they don't put URL on video, they but a blob on theme so you still need to fetch all data. That why I make a window to download.

dongerlel commented 1 year ago

i would also like to report a bug

if you are in a conversation with some one, https://www.instagram.com/direct/t/10017blabla19743/ then it doesn't detect that you are wring and it activates the keyboard shortcuts

HOAIAN2 commented 1 year ago

Please drag and drop video or img direct in github comment.

HOAIAN2 commented 1 year ago

i would also like to report a bug

if you are in a conversation with some one, https://www.instagram.com/direct/t/10017blabla19743/ then it doesn't detect that you are wring and it activates the keyboard shortcuts

Maybe it was fix, I just change ignore event keydown to event target, checkout main branch.

dongerlel commented 1 year ago

i would also like to report a bug if you are in a conversation with some one, https://www.instagram.com/direct/t/10017blabla19743/ then it doesn't detect that you are wring and it activates the keyboard shortcuts

Maybe it was fix, I just change ignore event keydown to event target, checkout main branch.

It doesn't work unfortunately. When i press D when writing to a friend it opens up the asian chick

dongerlel commented 1 year ago

Please drag and drop video or img direct in github comment.

i don't know what you mean

HOAIAN2 commented 1 year ago

It only open when you chat or something? I have no issue on any other page.

HOAIAN2 commented 1 year ago

i would also like to report a bug if you are in a conversation with some one, https://www.instagram.com/direct/t/10017blabla19743/ then it doesn't detect that you are wring and it activates the keyboard shortcuts

Maybe it was fix, I just change ignore event keydown to event target, checkout main branch.

It doesn't work unfortunately. When i press D when writing to a friend it opens up the asian chick

OK, I see, they don't use input or textarea. I gonna fix that as soon as possible.

dongerlel commented 1 year ago

i would also like to report a bug if you are in a conversation with some one, https://www.instagram.com/direct/t/10017blabla19743/ then it doesn't detect that you are wring and it activates the keyboard shortcuts

Maybe it was fix, I just change ignore event keydown to event target, checkout main branch.

It doesn't work unfortunately. When i press D when writing to a friend it opens up the asian chick

OK, I see, they don't use input or textarea. I gonna fix that as soon as possible.

it's fixed now thank you