youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit d71207121df27dc251ee15628b0742e8d7db0db7
parent b1c6f21c741b7f18b2b46165be0a3539735a6184
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Mon,  8 Aug 2016 12:59:55 +0800

[biqle] Skip an invalid test

Diffstat:
Myoutube_dl/extractor/biqle.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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):