1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-12 10:11:02 +01: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