diff options
author | Remita Amine <remitamine@gmail.com> | 2019-07-01 08:37:21 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2019-07-01 08:37:21 +0100 |
commit | 5e3da0d42b3d16465a95451276f021ecd0b7bd75 (patch) | |
tree | a30a7662356049144c4486462b03810f23598871 /youtube_dl/extractor/generic.py | |
parent | c5606802474822887b75af7de23de6679264c0fa (diff) |
[dailymotion] add support embed with DM.player js call
Diffstat (limited to 'youtube_dl/extractor/generic.py')
-rw-r--r-- | youtube_dl/extractor/generic.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py index eeb0d25f6..77e217460 100644 --- a/youtube_dl/extractor/generic.py +++ b/youtube_dl/extractor/generic.py @@ -2104,6 +2104,23 @@ class GenericIE(InfoExtractor): }, 'expected_warnings': ['Failed to download MPD manifest'], }, + { + # DailyMotion embed with DM.player + 'url': 'https://www.beinsports.com/us/copa-del-rey/video/the-locker-room-valencia-beat-barca-in-copa/1203804', + 'info_dict': { + 'id': 'k6aKkGHd9FJs4mtJN39', + 'ext': 'mp4', + 'title': 'The Locker Room: Valencia Beat Barca In Copa del Rey Final', + 'description': 'This video is private.', + 'uploader_id': 'x1jf30l', + 'uploader': 'beIN SPORTS USA', + 'upload_date': '20190528', + 'timestamp': 1559062971, + }, + 'params': { + 'skip_download': True, + }, + }, # { # # TODO: find another test # # http://schema.org/VideoObject |