Skip to content

Commit

Permalink
Quick fix for pytube.exceptions.RegexMatchError: get_throttling_funct…
Browse files Browse the repository at this point in the history
…ion_name error
  • Loading branch information
deepaerial committed Jul 1, 2023
1 parent 0ca1fee commit cbef0c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ target-version = "py310"

[tool.poetry]
name = "ytdl-api"
version = "1.2.1"
version = "1.2.2"
description = "API for web-based youtube-dl client"
authors = ["Nazar Oleksiuk <nazarii.oleksiuk@gmail.com>"]
license = "MIT"
Expand All @@ -70,10 +70,10 @@ uvicorn = "^0.18.2"
sse-starlette = "^0.6.1"
aiofiles = "^0.6.0"
deta = "^1.1.0"
pytube = "15.0.0"
ffmpeg-python = "^0.2.0"
confz = "^1.6.1"
pyhumps = "^3.7.2"
pytube = {git = "https://github.com/oncename/pytube.git"}

[tool.poetry.group.dev.dependencies]
pytest = "*"
Expand Down

0 comments on commit cbef0c5

Please sign in to comment.