Horhik / Instagram2Fedi

Python script for crossposting from Instagram to Mastodon or Pixelfed
GNU General Public License v3.0
93 stars 7 forks source link

Add support for video #7

Closed gunchleoc closed 2 years ago

gunchleoc commented 2 years ago

I noticed that videos were missing, so I have added support.

I also tweaked the code a bit to get rid of some programming by exception.

Horhik commented 2 years ago

Oh, thanks! Very glad to see someone contributing into my project :)

Maybe it'll be better to merge urls from carousel and video into one array after attempts to find them. Or then there's a carousel, am I fetching all data in it or only photos... Ok, it's my code, it just was about a half year ago :)

Anyway, I'll merge your PR, thanks!

gunchleoc commented 2 years ago

I'm no Insta user, so I don't know what combinations they can theoretically have. Maybe I could set up a fake account with some test data if I find some time for it.