Explorar el Código

[tumblr] Add missing fields for vidme test

Sergey M․ hace 10 años
padre
commit
88c86d211b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      youtube_dl/extractor/tumblr.py

+ 3 - 0
youtube_dl/extractor/tumblr.py

@@ -51,6 +51,9 @@ class TumblrIE(InfoExtractor):
             'title': 'naked smoking & stretching',
             'upload_date': '20150506',
             'timestamp': 1430931613,
+            'age_limit': 18,
+            'uploader_id': '1638622',
+            'uploader': 'naked-yogi',
         },
         'add_ie': ['Vidme'],
     }, {