commit: 3ce9bc712acd88df8499dd0982277c8f64b0d15a
parent e52c0bd0eb853d4d242872e1d9ff5426a35dd30c
Author: Sergey M․ <dstftw@gmail.com>
Date: Thu, 4 Jun 2015 20:39:03 +0600
[empflix] Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/empflix.py b/youtube_dl/extractor/empflix.py
@@ -26,6 +26,6 @@ class EMPFlixIE(TNAFlixIE):
},
{
'url': 'http://www.empflix.com/videos/[AROMA][ARMD-718]-Aoi-Yoshino-Sawa-25826.html',
- 'matching_only': True,
+ 'only_matching': True,
}
]