summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn Hawkinson <jhawk@mit.edu>2017-04-10 13:04:32 -0400
committerSergey M <dstftw@gmail.com>2017-04-11 00:04:32 +0700
commit61568e50cf999e334336ad9c2c6bbd62864aa3fc (patch)
treea3122949dd098cd5bd03fd07a9577a84ad307d86
parent364a69e8c66f2259f21d2d67a0e766f0180cd217 (diff)
downloadyoutube-dl-61568e50cf999e334336ad9c2c6bbd62864aa3fc.tar.gz
youtube-dl-61568e50cf999e334336ad9c2c6bbd62864aa3fc.tar.xz
youtube-dl-61568e50cf999e334336ad9c2c6bbd62864aa3fc.zip
[generic] Add support for <object> youtube embeds (closes #12637)
-rw-r--r--youtube_dl/extractor/generic.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py
index 658533cf6..4690816cb 100644
--- a/youtube_dl/extractor/generic.py
+++ b/youtube_dl/extractor/generic.py
@@ -730,6 +730,21 @@ class GenericIE(InfoExtractor):
                 'skip_download': True,
             }
         },
+        # YouTube <object> embed
+        {
+            'url': 'http://www.improbable.com/2017/04/03/untrained-modern-youths-and-ancient-masters-in-selfie-portraits/',
+            'md5': '516718101ec834f74318df76259fb3cc',
+            'info_dict': {
+                'id': 'msN87y-iEx0',
+                'ext': 'webm',
+                'title': 'Feynman: Mirrors FUN TO IMAGINE 6',
+                'upload_date': '20080526',
+                'description': 'md5:0ffc78ea3f01b2e2c247d5f8d1d3c18d',
+                'uploader': 'Christopher Sykes',
+                'uploader_id': 'ChristopherJSykes',
+            },
+            'add_ie': ['Youtube'],
+        },
         # Camtasia studio
         {
             'url': 'http://www.ll.mit.edu/workshops/education/videocourses/antennas/lecture1/video/',
@@ -1938,6 +1953,7 @@ class GenericIE(InfoExtractor):
                 data-video-url=|
                 <embed[^>]+?src=|
                 embedSWF\(?:\s*|
+                <object[^>]+data=|
                 new\s+SWFObject\(
             )
             (["\'])