Closed Martok11 closed 6 years ago
@jcontini Fixes for the following two issues I noticed: • https://github.com/jcontini/fb-photo-downloader/commit/25fb8f580f230abcc1f2dce62f5efa2e22d6e3ee - Image downloads were throwing the following error - ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833) • https://github.com/jcontini/fb-photo-downloader/commit/a89fe02de50518305b0da95a30483a91e25622e7 - User element is not always a direct child of #fbPhotoSnowliftAuthorName. I saw this where posts were imported from third parties such as Wordpress.
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)
#fbPhotoSnowliftAuthorName
Beautiful. Merged, thank you!
@jcontini Fixes for the following two issues I noticed: • https://github.com/jcontini/fb-photo-downloader/commit/25fb8f580f230abcc1f2dce62f5efa2e22d6e3ee - Image downloads were throwing the following error -
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)
• https://github.com/jcontini/fb-photo-downloader/commit/a89fe02de50518305b0da95a30483a91e25622e7 - User element is not always a direct child of#fbPhotoSnowliftAuthorName
. I saw this where posts were imported from third parties such as Wordpress.