projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1c6f21
)
[biqle] Skip an invalid test
author
Yen Chi Hsuan
<yan12125@gmail.com>
Mon, 8 Aug 2016 04:59:55 +0000
(12:59 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Mon, 8 Aug 2016 04:59:55 +0000
(12:59 +0800)
youtube_dl/extractor/biqle.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/biqle.py
b/youtube_dl/extractor/biqle.py
index ae4579b33f656a9ead9cbca01a4cb0a08cd585fb..beaebfd2add55b9740ba3d5ac81256f442277abf 100644
(file)
--- a/
youtube_dl/extractor/biqle.py
+++ b/
youtube_dl/extractor/biqle.py
@@
-24,7
+24,8
@@
class BIQLEIE(InfoExtractor):
'ext': 'mp4',
'title': 'Ребенок в шоке от автоматической мойки',
'uploader': 'Dmitry Kotov',
- }
+ },
+ 'skip': ' This video was marked as adult. Embedding adult videos on external sites is prohibited.',
}]
def _real_extract(self, url):