Skip to content

v1.3.22 - fixed video-downloads

Compare
Choose a tag to compare
@flurrux flurrux released this 06 Aug 10:25
· 14 commits to master since this release

this error was caused by the username-lookup which returned null.
the social-media posting has an author property and i've assumed that author.identifier was not null, but that turned out to be false.
there is another property alternateName that seems to have the username as well, so i'm using it as a fallback value and so far it appears to be working.

https://github.com/flurrux/insta-loader/blob/4afbaf78a657095915e490b54d36bb7e573c22be/app/src/data-extraction/directly-in-browser/social-media-posting/media-provider.ts#L97