-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add creation time field to GoogleMediaItem and populate the upload ti…
…me for the media models. (#1306) * First changelist description * Fixes upload time bug. Upload time wasn't being populated * remove unused code * remove en secrets * remove useless changelist * adressed the comments on the changelist * fix tests * Verify creationTime is not null and can be parsed. Skip item if metadata is corrupted. * Removed nullException check and addressed comments. * cleanup and syntax. * added env.secrets to gitignore * Update excceptions to ParseException * removed not needed logging * remove gitignore * removed end.secrets file * remove ws * Added logging and addressed comments * Syntax formating and refactoring * removed extra new lines * Add errorlogging for failed media items * Inlined errorDetail * Logged errors and addressed merge issues * Catching exception in a single block * Added error logging to GoogleVideoExporter
- Loading branch information
1 parent
14b8563
commit d911ff5
Showing
12 changed files
with
235 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.