Playlist order chaged (oldest first, newest last)
This commit is contained in:
parent
46862bd0f9
commit
257abcbd3c
@ -200,7 +200,6 @@ class NowTVIE(InfoExtractor):
|
|||||||
if season:
|
if season:
|
||||||
if season != season_item['seoheadline']:
|
if season != season_item['seoheadline']:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
for items in season_item['formatTabPages']['items']:
|
for items in season_item['formatTabPages']['items']:
|
||||||
try:
|
try:
|
||||||
for episode in items['container']['movies']['items']:
|
for episode in items['container']['movies']['items']:
|
||||||
@ -220,7 +219,7 @@ class NowTVIE(InfoExtractor):
|
|||||||
except:
|
except:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
return self.playlist_result(videos.reverse(), playlist_id, playlist_title)
|
return self.playlist_result(reversed(videos), playlist_id, playlist_title)
|
||||||
|
|
||||||
def episode_details(self, info):
|
def episode_details(self, info):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user