diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-07-08 20:22:27 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-07-08 20:22:27 +0700 |
commit | 6e1e0e4b5b1952b17007cf6489e0d3e2bc2a513a (patch) | |
tree | 27e53837ad8e5fdf2229ff3e68b2e47d8695ce65 /youtube_dl/extractor/veoh.py | |
parent | 1aac03797ee43b40a410389aa3dfa4e4b2f2918d (diff) |
[veoh] Skip deleted test video
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 fb132aef6..a7953a7e7 100644 --- a/youtube_dl/extractor/veoh.py +++ b/youtube_dl/extractor/veoh.py @@ -49,6 +49,7 @@ class VeohIE(InfoExtractor): 'description': 'md5:f5a11c51f8fb51d2315bca0937526891', 'uploader': 'newsy-videos', }, + 'skip': 'This video has been deleted.', }, ] |