Browse Source

[empflix] Fix typo

Sergey M․ 10 years ago
parent
commit
3ce9bc712a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/empflix.py

+ 1 - 1
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,
         }
     ]