projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53c269c
)
[common] fix segment duration calculation
author
remitamine
<remitamine@gmail.com>
Wed, 3 Feb 2016 22:57:08 +0000
(23:57 +0100)
committer
remitamine
<remitamine@gmail.com>
Wed, 3 Feb 2016 22:57:08 +0000
(23:57 +0100)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index b384e412e7e48151cb27d6b5cc3d32496e75cd6e..d9f31daaa291e39c76de97d5648d2e7f54b8dfc9 100644
(file)
--- a/
youtube_dl/extractor/common.py
+++ b/
youtube_dl/extractor/common.py
@@
-1,4
+1,4
@@
-from __future__ import unicode_literals
+from __future__ import unicode_literals
, division
import base64
import datetime