mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-14 00:57:25 +08:00
[pluralsight] Fix new player update
This commit is contained in:
parent
be27283ef6
commit
018d9cdb35
@ -232,7 +232,7 @@ class PluralsightIE(PluralsightBaseIE):
|
||||
# { a = author, cn = clip_id, lc = end, m = name }
|
||||
|
||||
return {
|
||||
'id': clip['clipName'],
|
||||
'id': clip['name'],
|
||||
'title': '%s - %s' % (module['title'], clip['title']),
|
||||
'duration': int_or_none(clip.get('duration')) or parse_duration(clip.get('formattedDuration')),
|
||||
'creator': author,
|
||||
|
Loading…
x
Reference in New Issue
Block a user