[empflix] Fix typo
authorSergey M․ <dstftw@gmail.com>
Thu, 4 Jun 2015 14:39:03 +0000 (20:39 +0600)
committerSergey M․ <dstftw@gmail.com>
Thu, 4 Jun 2015 14:39:03 +0000 (20:39 +0600)
youtube_dl/extractor/empflix.py

index 9a5a8f4bb44039e6c52968801033a3d12a73d835..4827022e088cf33d064acf7ab8cebdadc0d743a0 100644 (file)
@@ -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,
         }
     ]