Skip to content

Commit

Permalink
Inicio do projeto de baixar legendas
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed Sep 1, 2021
1 parent 7589b44 commit 5cef0f3
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 0 deletions.
1 change: 1 addition & 0 deletions codigo/Live145/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.7.9
1 change: 1 addition & 0 deletions codigo/Live171/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10.0b3
3 changes: 3 additions & 0 deletions organizacao/download_legendas.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from youtube_transcript_api import YouTubeTranscriptApi

YouTubeTranscriptApi.get_transcript('gOTMudRsf6A', languages=['pt'])
99 changes: 99 additions & 0 deletions organizacao/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions organizacao/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tool.poetry]
name = "organizacao"
version = "0.1.0"
description = ""
authors = ["dunossauro <mendesxeduardo@gmail.com>"]

[tool.poetry.dependencies]
python = "^3.9"
youtube-transcript-api = "^0.4.1"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 5cef0f3

Please sign in to comment.