diff options
author | David Fabijan <david.fabijan@gmail.com> | 2014-08-03 11:56:32 +0200 |
---|---|---|
committer | David Fabijan <david.fabijan@gmail.com> | 2014-08-03 11:56:32 +0200 |
commit | 78b296b0ff3f759d17ca1b5de9fb057b6867c089 (patch) | |
tree | 6bd35d2d4d3796335ecd255c3e76ad019e7a7e27 /youtube_dl | |
parent | be79b079070e321dd9ab63573494709f9ae81cbd (diff) |
[Mojvideo] Add new extractor (minor changes)
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/mojvideo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/mojvideo.py b/youtube_dl/extractor/mojvideo.py index db2bb6dc2..1223fdf2f 100644 --- a/youtube_dl/extractor/mojvideo.py +++ b/youtube_dl/extractor/mojvideo.py @@ -12,7 +12,7 @@ class MojvideoIE(InfoExtractor): 'ext': 'mp4', 'title': 'V avtu pred mano rdečelaska - Alfi Nipič', 'description':'Video: V avtu pred mano rdečelaska - Alfi Nipič', - 'height':37 8, + 'height':378, 'width':480 } } |