Browse Source

[common] fix segment duration calculation

totalwebcasting
remitamine 9 years ago
parent
commit
255732f0d3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/common.py

+ 1
- 1
youtube_dl/extractor/common.py View File

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


Loading…
Cancel
Save