How do I get each search result to go from top to bottom instead of all cluttered up left to right?
picture of how it is right now:
code:
from youtubesearchpython import VideosSearch
videosSearch = VideosSearch('wonderwall', limit=100)
print(videosSearch.result())