From 66bbd09fe67463cc0ad2d5649b152a70759209e3 Mon Sep 17 00:00:00 2001 From: Lev Rusanov <30170278+JDM170@users.noreply.github.com> Date: Sun, 16 Feb 2025 18:45:23 +0700 Subject: [PATCH] Update README.md Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com> --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c242de9..2846de9 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,17 @@ VPN or any anti - Deep Packet Inspection (if your ISP blocks Pornhub) ^-^ ## Installation ```bash -https://github.com/tnt2402/pornhub_dl.git +original: git clone https://github.com/tnt2402/pornhub_dl.git +current: git clone https://git.jdm17.ru/JDM170/pornhub_dl.git + cd pornhub_dl + +python -m venv venv + +"venv/scripts/activate.bat" + pip install -r requirements.txt + python ./pornhub_dl.py -h ```