diff options
author | remitamine <remitamine@gmail.com> | 2016-05-24 11:24:29 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2016-05-24 11:24:29 +0100 |
commit | 277c7465f58e0ac50de0dd9ebc2083f6142e9a94 (patch) | |
tree | 887ca3330f6f548293cd570fd793a80528f9c3e4 /youtube_dl/extractor/veoh.py | |
parent | a4760d204fe4cd7592bdfc91cbf550eb985374ac (diff) |
[ooyala] check manifest ext with determine_ext and update tests for related extractors
Diffstat (limited to 'youtube_dl/extractor/veoh.py')
-rw-r--r-- | youtube_dl/extractor/veoh.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/veoh.py b/youtube_dl/extractor/veoh.py index 23ce0a0d1..0f5d68738 100644 --- a/youtube_dl/extractor/veoh.py +++ b/youtube_dl/extractor/veoh.py @@ -37,6 +37,7 @@ class VeohIE(InfoExtractor): 'uploader': 'afp-news', 'duration': 123, }, + 'skip': 'This video has been deleted.', }, { 'url': 'http://www.veoh.com/watch/v69525809F6Nc4frX', |