aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/moevideo.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-09-09 21:48:10 +0700
committerSergey M․ <dstftw@gmail.com>2014-09-09 21:48:10 +0700
commit0dc5365564d06451e6c90fb1b8653c8429559785 (patch)
treec74df40acd390d759f4093a60d68c946512a4a63 /youtube_dl/extractor/moevideo.py
parent9face18d08d1c459d40affec4343bdf1ee247658 (diff)
downloadyoutube-dl-0dc5365564d06451e6c90fb1b8653c8429559785.zip
youtube-dl-0dc5365564d06451e6c90fb1b8653c8429559785.tar.gz
youtube-dl-0dc5365564d06451e6c90fb1b8653c8429559785.tar.bz2
[moevideo] Make filesize exact
Diffstat (limited to 'youtube_dl/extractor/moevideo.py')
-rw-r--r--youtube_dl/extractor/moevideo.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/moevideo.py b/youtube_dl/extractor/moevideo.py
index 7dfa35a..2ff79b9 100644
--- 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 {