script/utils/export_twitter_alchemy.py
changeset 1523 53f1b28188f0
parent 1496 184372ec27e2
child 1538 4e5ee8e79e7f
--- a/script/utils/export_twitter_alchemy.py	Wed Dec 18 09:52:35 2019 +0100
+++ b/script/utils/export_twitter_alchemy.py	Wed Dec 18 09:53:36 2019 +0100
@@ -502,7 +502,7 @@
                     profile_url = ""
                     if tw.user is not None:
                         username = tw.user.screen_name
-                        profile_url = tw.user.profile_image_url if tw.user.profile_image_url is not None else ""
+                        profile_url = tw.user.profile_image_url_https if tw.user.profile_image_url_https is not None else ""
                     if not username:
                         username = "anon."