Skip to content

Commit

Permalink
updated breakage message and increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
flurrux committed Aug 16, 2023
1 parent a552881 commit cfbd4ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ so before you use this extension, you have to be willing to wait for a fix when

## previous breakage

August 6th 2023
August 16th 2023

Video downloads were broken again due to a slightly broken username-lookup.
it should be working again with the latest release (1.3.22).
looks like Instagram removed the social-media posting information from the DOM which broke video downloads again.
but it looks like the shortcode-webinfo is now always injected into the DOM (this used to be fetched dynamically some while ago).
i've tested it for a week now and it seems to be reliable.
let's see how long this lasts.
latest release with these changes is 1.3.23


## current limitations are:
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

"name": "insta-loader",
"description": "download buttons for instagram media.",
"version": "1.3.22",
"version": "1.3.23",

"icons": {
"icons": {
"16": "assets/icons/insta-loader-icon-16.png",
"48": "assets/icons/insta-loader-icon-48.png",
"128": "assets/icons/insta-loader-icon-128.png"
Expand Down

0 comments on commit cfbd4ab

Please sign in to comment.