jcontini / facebook-photos-download

Download your tagged photos from Facebook
MIT License
38 stars 24 forks source link

Disable SSL verification and update user element selection #1

Closed Martok11 closed 6 years ago

Martok11 commented 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.

jcontini commented 6 years ago

Beautiful. Merged, thank you!