You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rosswintle It'd be great if you could put together a PR for that. And yeah, a flag for --import-media would be great. I don't want that as the default, as it would really clutter up the media library, especially if imported into someone's main site.
The code for importing media looks for
foreach($tweet->entities->media as $media) {
I think this should look for
foreach($tweet->extended_entities->media as $media) {
Example JSON code with multiple media items
But I think there's more to it than that.
I'll see if I can put together a PR that fixes this and allows multiple media Tweets.
Would you also be up for adding a flag the imports media to the media library?
The text was updated successfully, but these errors were encountered: