diff options
author | Sergey M․ <dstftw@gmail.com> | 2021-05-16 22:01:51 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2021-05-16 22:01:51 +0700 |
commit | 199c645bee2052e43ec33cc8d0b0fa0c18853da8 (patch) | |
tree | 7dfdda69cd024a531bf6b120e6d75eea1f0cb119 | |
parent | 503a3744ad620a2fe21c82cb2c595dc939310a1e (diff) |
[eroprofile] Skip test
-rw-r--r-- | youtube_dl/extractor/eroprofile.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/eroprofile.py b/youtube_dl/extractor/eroprofile.py index 9ee549d77..c460dc7f9 100644 --- a/youtube_dl/extractor/eroprofile.py +++ b/youtube_dl/extractor/eroprofile.py @@ -24,7 +24,8 @@ class EroProfileIE(InfoExtractor): 'title': 'sexy babe softcore', 'thumbnail': r're:https?://.*\.jpg', 'age_limit': 18, - } + }, + 'skip': 'Video not found', }, { 'url': 'http://www.eroprofile.com/m/videos/view/Try-It-On-Pee_cut_2-wmv-4shared-com-file-sharing-download-movie-file', 'md5': '1baa9602ede46ce904c431f5418d8916', |