1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-01-19 07:13:05 +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