aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/bigflix.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-08-13 18:02:11 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-08-13 18:02:11 +0800
commitdb535435b30540029b292e7217fb443bcc670aab (patch)
treeb03bfc2de43eab22940e9fc771bd207616562ea3 /youtube_dl/extractor/bigflix.py
parentc2a453b46177787d5cc17e09cedb3eca215ab159 (diff)
downloadyoutube-dl-db535435b30540029b292e7217fb443bcc670aab.zip
youtube-dl-db535435b30540029b292e7217fb443bcc670aab.tar.gz
youtube-dl-db535435b30540029b292e7217fb443bcc670aab.tar.bz2
[bigflix] Remove an invalid test
There's no video anymore
Diffstat (limited to 'youtube_dl/extractor/bigflix.py')
-rw-r--r--youtube_dl/extractor/bigflix.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/youtube_dl/extractor/bigflix.py b/youtube_dl/extractor/bigflix.py
index b19f35b..b4ce767 100644
--- a/youtube_dl/extractor/bigflix.py
+++ b/youtube_dl/extractor/bigflix.py
@@ -11,15 +11,6 @@ from ..compat import compat_urllib_parse_unquote
class BigflixIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?bigflix\.com/.+/(?P<id>[0-9]+)'
_TESTS = [{
- 'url': 'http://www.bigflix.com/Hindi-movies/Action-movies/Singham-Returns/16537',
- 'md5': 'dc1b4aebb46e3a7077ecc0d9f43f61e3',
- 'info_dict': {
- 'id': '16537',
- 'ext': 'mp4',
- 'title': 'Singham Returns',
- 'description': 'md5:3d2ba5815f14911d5cc6a501ae0cf65d',
- }
- }, {
# 2 formats
'url': 'http://www.bigflix.com/Tamil-movies/Drama-movies/Madarasapatinam/16070',
'info_dict': {