Vasily Negrebetskiy

Results 2 issues of Vasily Negrebetskiy

I am trying to generate a Bloodhunter of the Order of the Profane Soul and can't figure out how to select a Patron. I see that patron option is a...

Adds property `chapters` to class `YouTube`. Usage example: ```python from pytube import YouTube from datetime import timedelta yt = YouTube("https://www.youtube.com/watch?v=pvkTC2xIbeY") for chapter in yt.chapters: fancy_start_tm = timedelta(seconds=chapter["timestamp"] / 1000.) print(f"{fancy_start_tm}...