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

Protect exif.get(date fields) when it gets an int from exif ContentCreationDate #1692

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

oPromessa
Copy link
Contributor

@oPromessa oPromessa commented Sep 20, 2024

Protect exif.get(date fields) as some old mp4 may return ContentCreationDate as YYYY (eg. 2014) which is converted to int, causing re.match(pattern, dt) to fail.

…onDate as YYYY (eg. 2014) which is converted to int, causing re.match(pattern, dt) to fail.
@RhetTbull RhetTbull merged commit b3a2f11 into RhetTbull:main Nov 5, 2024
4 checks passed
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.

2 participants