ageitgey / medium_to_ghost

Instantly move all your Medium.com content (formatted posts + images) to an open source Ghost blog!
MIT License
121 stars 13 forks source link

Workaround for `IndexError: list index out of range` #15

Closed urish closed 3 years ago

urish commented 4 years ago

Fixes #10. In my case, I believe the figcaption belonged to an embedded tweet, which caused the script to bail out (as there was no card in the stack yet). This makes sure that the script doesn't fail in these cases.

gristow commented 4 years ago

Wondering if this PR can be merged? It solved things for me as well...

ageitgey commented 3 years ago

Thanks! It only took me the better part of a year to merge it :)

urish commented 3 years ago

Better late than never? :-)