JuanBindez / pytubefix

Python3 library for downloading YouTube Videos.
http://pytubefix.rtfd.io/
MIT License
469 stars 68 forks source link

Fixed IndexError when using get_next_results() #147

Closed felipeucelli closed 1 month ago

felipeucelli commented 1 month ago

Fixed IndexError when using get_next_results() #144

When using get_next_results() before using any other method, an IndexError was returned because it was unable to get the results immediately.

Now he is able to search the results and get the next ones if necessary.