Browse Source

[biqle] Skip an invalid test

Yen Chi Hsuan 9 years ago
parent
commit
d71207121d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      youtube_dl/extractor/biqle.py

+ 2 - 1
youtube_dl/extractor/biqle.py

@@ -24,7 +24,8 @@ class BIQLEIE(InfoExtractor):
             'ext': 'mp4',
             'ext': 'mp4',
             'title': 'Ребенок в шоке от автоматической мойки',
             'title': 'Ребенок в шоке от автоматической мойки',
             'uploader': 'Dmitry Kotov',
             'uploader': 'Dmitry Kotov',
-        }
+        },
+        'skip': ' This video was marked as adult.  Embedding adult videos on external sites is prohibited.',
     }]
     }]
 
 
     def _real_extract(self, url):
     def _real_extract(self, url):