Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

v1.6.3 - Transcript and Channel

Compare
Choose a tag to compare
@mytja mytja released this 20 Mar 14:51
· 31 commits to main since this release
2893204

v1.6.3

I'm so excited about this release.

This library now has 2 more classes for even better YouTube experience.

You can retrieve Channel info using Channel class:

from youtubesearchpython import Channel

print(Channel.get("UC_aEa8K-EOJ3D6gOs7HcyNg"))

And you can retrieve transcripts (subtitles) for a specific video:

from youtubesearchpython import Transcript

print(Transcript.get("https://www.youtube.com/watch?v=-1xu0IP35FI"))

Happy YouTube searching! 🤞

Full Changelog: v1.6.2...v1.6.3