Skip to content

Commit

Permalink
Merge pull request #3 from photo/extra_fields
Browse files Browse the repository at this point in the history
Extra fields
  • Loading branch information
jmathai committed Feb 17, 2014
2 parents 0b5815b + 6681066 commit de3f90f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*~
*.pyc
fetched/
5 changes: 4 additions & 1 deletion fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
from trovebox import Trovebox

# Only the following fields will be exported:
EXPORT_FIELDS = ["dateTaken",
# (from https://github.com/photo/export-openphoto/issues/2)
EXPORT_FIELDS = ["appid",
"dateTaken",
"dateUploaded",
"description",
"filenameOriginal",
"hash",
"latitude",
"longitude",
"license",
Expand Down

0 comments on commit de3f90f

Please sign in to comment.