Skip to main content

A package for retrieving transcripts from youtube

Project description

Youtube Transcript Downloader

This is a package for retrieving transcripts from youtube

Developer by Edvinas Adomaitis (c) 2021

Example of usage

replace placeholder [] with the desired youtube url

import youtube_transcript_downloader

url = "[your desired url]"
transcript = youtube_transcript_downloader.get_transcript(url)

the function returns a dictionary of { time : text }

printing out the transcript

for key, val in transcript.items():
        print(f"{key} : {val}")

output:

00:05 : text text text
00:10 : text text text
00:15 : text text text
00:20 : text text text
...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

File details

Details for the file youtube_transcript_downloader-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: youtube_transcript_downloader-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.5

File hashes

Hashes for youtube_transcript_downloader-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 13b57447289e2a89e6e346cd7067b0ec7fcdba5048ce9c9a3f67ec5bbef84658
MD5 3b50fb19c2f40971f969b2400aaefcb4
BLAKE2b-256 a76fecdfa5cefdd8a3800cd54a6b9aef225ad2cbe3d45c30de8b8d08fdd435c2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page