projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9face18
)
[moevideo] Make filesize exact
author
Sergey M․
<dstftw@gmail.com>
Tue, 9 Sep 2014 14:48:10 +0000
(21:48 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 9 Sep 2014 14:48:10 +0000
(21:48 +0700)
youtube_dl/extractor/moevideo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/moevideo.py
b/youtube_dl/extractor/moevideo.py
index 7dfa35a3f755424e34e7b5bf65dfca5b8950b4f5..2ff79b9b88590e87f1aecf9fdfd32f242bd98420 100644
(file)
--- a/
youtube_dl/extractor/moevideo.py
+++ b/
youtube_dl/extractor/moevideo.py
@@
-34,7
+34,7
@@
class MoeVideoIE(InfoExtractor):
'width': 540,
'height': 360,
'duration': 179,
- 'filesize
_approx
': 17822500,
+ 'filesize': 17822500,
}
},
{
@@
-49,7
+49,7
@@
class MoeVideoIE(InfoExtractor):
'width': 480,
'height': 296,
'duration': 6027,
- 'filesize
_approx
': 588257923,
+ 'filesize': 588257923,
}
},
]
@@
-99,7
+99,7
@@
class MoeVideoIE(InfoExtractor):
'url': video_url,
'width': width,
'height': height,
- 'filesize
_approx
': filesize,
+ 'filesize': filesize,
}]
return {