<video width="348" height="240" controls preload="none">
<source src="{% url "telemeta-item-export" item.public_id mime_type|mime_to_ext %}" type="{{ mime_type }}" />
</video>
- <!--<div id="videotime"></div>-->
+ <div id="videotime"></div>
</div>
<script>
return [_stringify(s, encoding) for s in l]
-class StreamCSVException(Exception):
- pass
-
-
class UnicodeCSVWriter(object):
def __init__(self, f, elements, dialect=csv.excel, encoding="utf-8", **kwds):
self.dialect = dialect
def get_tags(self, element):
_dict = element.to_dict_with_more()
-
for key in _dict.keys():
if not key in self.tags:
self.tags.append(key)