Skip to content

Commit

Permalink
feat: pytube to pytubefix
Browse files Browse the repository at this point in the history
  • Loading branch information
r3tr0ananas committed May 11, 2024
1 parent 32e2c3c commit 069471b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mov_cli_test/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from mov_cli.http_client import HTTPClient
from mov_cli.scraper import ScraperOptionsT

from pytube import YouTube
from pytubefix import YouTube
from devgoldyutils import Colours

from mov_cli.utils import EpisodeSelector
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"importlib-metadata; python_version<'3.8'",

"mov-cli>=4.2",
"pytube",
"pytubefix",
"devgoldyutils>=2.5.8"
]

Expand Down

0 comments on commit 069471b

Please sign in to comment.