Skip to content

Commit 7e75e02

Browse files
committed
remove the cache
1 parent 792c85d commit 7e75e02

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

pyutube/utils.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,18 @@
99

1010
import inquirer
1111
import requests
12-
import requests_cache
1312
from yaspin import yaspin
1413
from yaspin.spinners import Spinners
1514
from rich.console import Console
1615
from rich.theme import Theme
1716
from termcolor import colored
1817

1918

20-
__version__ = "1.2.3"
19+
__version__ = "1.2.4"
2120
__app__ = "pyutube"
2221
ABORTED_PREFIX = "aborted"
2322
CANCEL_PREFIX = "cancel"
2423

25-
requests_cache.install_cache('update_cache', expire_after=timedelta(days=2))
26-
2724

2825
# Set up the console
2926
custom_theme = Theme({

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
setuptools==69.2.0
33
typer==0.9.0
44
requests==2.31.0
5-
requests-cache==1.2.0
65
rich==13.7.1
76
yaspin==3.0.1
87
pytube==15.0.0

update_cache.sqlite

-56 KB
Binary file not shown.

0 commit comments

Comments
 (0)