v10.8.0
版本发布时间: 2021-05-09 10:13:37
pytube/pytube最新发布版本:v11.0.1(2021-08-28 06:55:44)
-
Removes file write chunk size to improve performance.
-
Implements a Channel object for downloading videos from a YouTube channel.
-
Minor changes to the playlist class to make it more compatible to be subclassed.
-
.videos
and.video_urls
now behave just like iterable lists, but defer web requests. -
Implements DeferredGeneratorList which converts generators to lazy list-like objects.