youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 3fbeb95e145df7b9b488bdfa56ec9d245cff1ef2
parent 6e25f51cdf004284a625bfaf6738a86a0dfcb55b
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  8 Sep 2014 21:33:03 +0700

[vgtv] Add view count to test cases

Diffstat:
Myoutube_dl/extractor/vgtv.py | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/youtube_dl/extractor/vgtv.py b/youtube_dl/extractor/vgtv.py @@ -22,7 +22,8 @@ class VGTVIE(InfoExtractor): 'thumbnail': 're:^https?://.*\.jpg', 'duration': 648.000, 'timestamp': 1404626400, - 'upload_date': '20140706' + 'upload_date': '20140706', + 'view_count': int, }, }, { @@ -36,7 +37,8 @@ class VGTVIE(InfoExtractor): 'thumbnail': 're:^https?://.*\.jpg', 'duration': 9056.000, 'timestamp': 1410113864, - 'upload_date': '20140907' + 'upload_date': '20140907', + 'view_count': int, }, 'params': { # m3u8 download @@ -54,7 +56,8 @@ class VGTVIE(InfoExtractor): 'thumbnail': 're:^https?://.*\.jpg', 'duration': 0, 'timestamp': 1407423348, - 'upload_date': '20140807' + 'upload_date': '20140807', + 'view_count': int, }, 'params': { # m3u8 download