Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: invalid date when parsing it from html #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jaikathuria
Copy link

Changelog

  1. Updated the timeout because it was causing a lot of images to fail to download
  2. Created a separate method that handles the logic to get the date of the image
    a. This method will use 3 different options to get the date of the image
    • default which would set the value to 1/1970, if none of the ways work, this would be set
    • DateTimeOriginal which would take the values from metadata.DateTimeOriginal
    • CreateDate which would take the values from metadata.CreateDate
    • HTML which would take the values from parsing the Google Photos page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant