Browse Source

[biqle] Skip an invalid test

master
Yen Chi Hsuan 8 years ago
parent
commit
d71207121d
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 2 additions and 1 deletions
  1. 3
      youtube_dl/extractor/biqle.py

3
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):

Loading…
Cancel
Save