JuanBindez / pytubefix

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

Fix null chapters_data #137

Closed kaden-123 closed 3 months ago

kaden-123 commented 3 months ago

Fix for bug 130 introduced new bug where chapters_data can be None which caused an UnboundLocalError Just added a line of code to initialize chapters_data first as an empty list beforehand.