]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/generic.py
[extractor/generic] Add test for wistia standard embed
[youtube-dl.git] / youtube_dl / extractor / generic.py
index 632d7b5f01a612d1fb5e33ddbfc845d09ca6e034..9883cde6193063d76f65cc2af316bb947481e413 100644 (file)
@@ -742,6 +742,22 @@ class GenericIE(InfoExtractor):
                 'timestamp': 1401832161,
             },
         },
+        # Wistia standard embed (async)
+        {
+            'url': 'https://www.getdrip.com/university/brennan-dunn-drip-workshop/',
+            'info_dict': {
+                'id': '807fafadvk',
+                'ext': 'mp4',
+                'title': 'Drip Brennan Dunn Workshop',
+                'description': 'a JV Webinars video from getdrip-1',
+                'duration': 4986.95,
+                'upload_date': '20160518',
+                'timestamp': 1463607249,
+            },
+            'params': {
+                'skip_download': True,
+            }
+        },
         # Soundcloud embed
         {
             'url': 'http://nakedsecurity.sophos.com/2014/10/29/sscc-171-are-you-sure-that-1234-is-a-bad-password-podcast/',