changing hash urls to conform to http://code.google.com/web/ajaxcrawling/docs/specification.html
This commit is contained in:
parent
d82ddd3d74
commit
c202100aa0
3 changed files with 26 additions and 12 deletions
|
|
@ -478,7 +478,7 @@ class Movie(models.Model):
|
|||
self.stream_aspect = stream.info['video'][0]['width']/stream.info['video'][0]['height']
|
||||
self.metadata['cuts'] = extract.cuts(self.timeline_prefix)
|
||||
self.metadata['average_color'] = extract.average_color(self.timeline_prefix)
|
||||
extract.timeline_strip(self, self.metadata['cuts'], stream.info, self.timeline_prefix[:-8])
|
||||
#extract.timeline_strip(self, self.metadata['cuts'], stream.info, self.timeline_prefix[:-8])
|
||||
|
||||
stream.extract_derivatives()
|
||||
#something with poster
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue