1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

[common] fix segment duration calculation

This commit is contained in:
remitamine 2016-02-03 23:57:08 +01:00
parent 53c269c6fd
commit 255732f0d3

View file

@ -1,4 +1,4 @@
from __future__ import unicode_literals
from __future__ import unicode_literals, division
import base64
import datetime