Skip to content

Commit

Permalink
remove the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetari committed Apr 25, 2024
1 parent 792c85d commit 7e75e02
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions pyutube/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,18 @@

import inquirer
import requests
import requests_cache
from yaspin import yaspin
from yaspin.spinners import Spinners
from rich.console import Console
from rich.theme import Theme
from termcolor import colored


__version__ = "1.2.3"
__version__ = "1.2.4"
__app__ = "pyutube"
ABORTED_PREFIX = "aborted"
CANCEL_PREFIX = "cancel"

requests_cache.install_cache('update_cache', expire_after=timedelta(days=2))


# Set up the console
custom_theme = Theme({
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
setuptools==69.2.0
typer==0.9.0
requests==2.31.0
requests-cache==1.2.0
rich==13.7.1
yaspin==3.0.1
pytube==15.0.0
Expand Down
Binary file removed update_cache.sqlite
Binary file not shown.

0 comments on commit 7e75e02

Please sign in to comment.