Make Youtube API order : date go on chronological order

1 day ago 3
ARTICLE AD BOX

Youtube's order: date on search.list gets the result in an antichronological way, making the latest videos appear first. For my project, I would need it to go on chronological order since I want to get results since a specified set date.

My other option would be working in reverse, but that would be a chore.

I am using python

How can I get the list of videos from earliest to latest?

Read Entire Article