Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
9 additions and
0 deletions
-
youtube_dl/extractor/generic.py
|
|
@ -1652,6 +1652,15 @@ class GenericIE(InfoExtractor): |
|
|
|
}, |
|
|
|
'add_ie': [SenateISVPIE.ie_key()], |
|
|
|
}, |
|
|
|
{ |
|
|
|
# Limelight embeds (1 channel embed + 4 media embeds) |
|
|
|
'url': 'http://www.sedona.com/FacilitatorTraining2017', |
|
|
|
'info_dict': { |
|
|
|
'id': 'FacilitatorTraining2017', |
|
|
|
'title': 'Facilitator Training 2017', |
|
|
|
}, |
|
|
|
'playlist_mincount': 5, |
|
|
|
}, |
|
|
|
# { |
|
|
|
# # TODO: find another test |
|
|
|
# # http://schema.org/VideoObject |
|
|
|