[pluralsight] Fixes #11118
This commit is contained in:
parent
9d6ac71c27
commit
bcb1c0a6ae
@ -171,7 +171,7 @@ class PluralsightIE(PluralsightBaseIE):
|
|||||||
for num, current in enumerate(subs):
|
for num, current in enumerate(subs):
|
||||||
current = subs[num]
|
current = subs[num]
|
||||||
start, text = (
|
start, text = (
|
||||||
float_or_none(dict_get(current, TIME_OFFSET_KEYS)),
|
float_or_none(dict_get(current, TIME_OFFSET_KEYS, skip_false_values=False)),
|
||||||
dict_get(current, TEXT_KEYS))
|
dict_get(current, TEXT_KEYS))
|
||||||
if start is None or text is None:
|
if start is None or text is None:
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user