| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| for file in os.listdir(folder): | ||
| if count >= limit: | ||
| break | ||
| if file.endswith(".mp4"): |
There was a problem hiding this comment.
Do we only support mp4? If so this is fine otherwise I think mimetype would be better
Discussed in person with Bryon. The conclusion is that this might be beneficial in the future but not necessary for this implementation.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adding a quick sample uploading script for DIVE using girder client.