Metadata-Version: 2.1
Name: YouTubeTranscript
Version: 1.0
Summary: YouTube Transcript Downloader
Home-page: https://github.com/dannybritto96/YouTubeTranscript
Author: Danie Britto
Author-email: danieb1996@live.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: youtube-dl
Requires-Dist: bs4
Requires-Dist: requests

# YouTube Transcript Downloader for Python

This can be used to download transcripts of YouTube videos from YouTube for videos which has transcripts uploaded by the channel as well as the ones auto-generated by YouTube.

## Requirements
1. youtube-dl
2. Beautiful Soup

## Usage
<pre>
import YouTubeTranscript
yt = YouTubeTranscript.get_transcript("https://www.youtube.com/watch?v=8CrOL-ydFMI")
</pre>


