We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792c85d commit 7e75e02Copy full SHA for 7e75e02
pyutube/utils.py
@@ -9,21 +9,18 @@
9
10
import inquirer
11
import requests
12
-import requests_cache
13
from yaspin import yaspin
14
from yaspin.spinners import Spinners
15
from rich.console import Console
16
from rich.theme import Theme
17
from termcolor import colored
18
19
20
-__version__ = "1.2.3"
+__version__ = "1.2.4"
21
__app__ = "pyutube"
22
ABORTED_PREFIX = "aborted"
23
CANCEL_PREFIX = "cancel"
24
25
-requests_cache.install_cache('update_cache', expire_after=timedelta(days=2))
26
-
27
28
# Set up the console
29
custom_theme = Theme({
requirements.txt
@@ -2,7 +2,6 @@
2
setuptools==69.2.0
3
typer==0.9.0
4
requests==2.31.0
5
-requests-cache==1.2.0
6
rich==13.7.1
7
yaspin==3.0.1
8
pytube==15.0.0
update_cache.sqlite
-56 KB
0 commit comments