Skip to content

can not capture any tags include "(" & ")" (eg. Date and Time (Original)) #13

@dck-jp

Description

@dck-jp

For capturing the the tags (eg. Date and Time (Original) ),I suggest /%[\w ]%/ in https://github.com/drikin/FlickrEx/blob/master/src/exifex/exifex.ts#L22 would be rewritten to /%[\w\() ]%/ that will match "", "(", and ")" , so users will be able to write "%Date and Time (Original)" at FLICKREX_EXIF_FORMAT and capture the tag.

I'm sorry that I don't use TypeScript and English, so my pointing out would be not correct.
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions