v10.6.0
版本发布时间: 2021-03-19 22:59:25
pytube/pytube最新发布版本:v11.0.1(2021-08-28 06:55:44)
-
Defers web requests until they're actually necessary to fetch information
-
Adjusts tests to reflect changes to how web requests are made
-
Removes "defer_prefetch_init" arg from YouTube object initialization
-
Converted most attributes into caching properties to facilitate request deferring.
-
Added some documentation to uniqueify to explain its purpose.
-
Prefetching added to conftest to improve test speed
-
Added some setters for YouTube properties.
-
Some cosmetic README changes