Fixed title to use 'seriesTitle' instead of incorrectly using 'seriesDescription'
This commit is contained in:
parent
5305e1ece5
commit
c43eb64539
@ -263,7 +263,7 @@ class ABCIViewShowIE(ABCIViewIE):
|
|||||||
show_data = self._download_json(
|
show_data = self._download_json(
|
||||||
'https://iview.abc.net.au/api/series/' + show_id, show_id)
|
'https://iview.abc.net.au/api/series/' + show_id, show_id)
|
||||||
|
|
||||||
title = show_data.get('seriesDescription') or show_id
|
title = show_data.get('seriesTitle') or show_id
|
||||||
description = show_data.get('seriesDescription')
|
description = show_data.get('seriesDescription')
|
||||||
|
|
||||||
# Sometimes the episodes are listed in reverse order, with the most recently uploaded ones first.
|
# Sometimes the episodes are listed in reverse order, with the most recently uploaded ones first.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user