summary refs log tree commit diff
diff options
context:
space:
mode:
authorFilip B <b_filip@zoho.com>2014-10-24 21:26:32 +0400
committerFilip B <b_filip@zoho.com>2014-10-24 21:26:32 +0400
commit5823eda139d851e3ff3cfd1e3fd6b109e1f7c19e (patch)
treef8852559dffe38d18ae7baa9fd96c7c2d28272ed
parente82c1e9a6e709502acc683fb90864f7611d96d07 (diff)
downloadyoutube-dl-5823eda139d851e3ff3cfd1e3fd6b109e1f7c19e.tar.gz
youtube-dl-5823eda139d851e3ff3cfd1e3fd6b109e1f7c19e.tar.xz
youtube-dl-5823eda139d851e3ff3cfd1e3fd6b109e1f7c19e.zip
Fix motherless test 0
Apparently motherless no longer serves flv for that video (or maybe even
other videos). So I changed expected extension from flv to mp4 and
changed expected md5 accordingly.
-rw-r--r--youtube_dl/extractor/motherless.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/motherless.py b/youtube_dl/extractor/motherless.py
index 6229b2173..55f282966 100644
--- a/youtube_dl/extractor/motherless.py
+++ b/youtube_dl/extractor/motherless.py
@@ -15,10 +15,10 @@ class MotherlessIE(InfoExtractor):
     _TESTS = [
         {
             'url': 'http://motherless.com/AC3FFE1',
-            'md5': '5527fef81d2e529215dad3c2d744a7d9',
+            'md5': '310f62e325a9fafe64f68c0bccb6e75f',
             'info_dict': {
                 'id': 'AC3FFE1',
-                'ext': 'flv',
+                'ext': 'mp4',
                 'title': 'Fucked in the ass while playing PS3',
                 'categories': ['Gaming', 'anal', 'reluctant', 'rough', 'Wife'],
                 'upload_date': '20100913',