Browse Source

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.
Filip B 11 years ago
parent
commit
5823eda139
1 changed files with 2 additions and 2 deletions
  1. 2 2
      youtube_dl/extractor/motherless.py

+ 2 - 2
youtube_dl/extractor/motherless.py

@@ -15,10 +15,10 @@ class MotherlessIE(InfoExtractor):
     _TESTS = [
     _TESTS = [
         {
         {
             'url': 'http://motherless.com/AC3FFE1',
             'url': 'http://motherless.com/AC3FFE1',
-            'md5': '5527fef81d2e529215dad3c2d744a7d9',
+            'md5': '310f62e325a9fafe64f68c0bccb6e75f',
             'info_dict': {
             'info_dict': {
                 'id': 'AC3FFE1',
                 'id': 'AC3FFE1',
-                'ext': 'flv',
+                'ext': 'mp4',
                 'title': 'Fucked in the ass while playing PS3',
                 'title': 'Fucked in the ass while playing PS3',
                 'categories': ['Gaming', 'anal', 'reluctant', 'rough', 'Wife'],
                 'categories': ['Gaming', 'anal', 'reluctant', 'rough', 'Wife'],
                 'upload_date': '20100913',
                 'upload_date': '20100913',