JuanBindez/pytubefix

Youtube.description Can't get a video description

Closed this issue · 1 comments

Describe the bug
from pytubefix import YouTube
youtube = YouTube(url)
description = youtube.description
with open(description_path,"a+",encoding="utf-8") as f:
f.write(description)

9e13aa712584809cd2d345eb63bba49

pytubefix 3.0.0
python 3.9.0

youtube.description returned result is None

update to latest version -> pytubefix==4.0.0