Spaces:
Paused
Paused
File size: 2,236 Bytes
44c588e df3ad52 2406059 df3ad52 44c588e df3ad52 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
---
title: pwdlv3
emoji: 📦
colorFrom: red
colorTo: blue
sdk: docker
sdk_version: "20.10"
app_file: Dockerfile
pinned: false
---
# PWDLv3 - pw.live Downloader Version 3
## History
This project started way back in 2023 as [pwdl](https://github.com/shubhamakshit/pwdl). It was then merely a script for downloading segments using a loophole in pw's api. When it got pached we moved on to [pwdlv2](https://github.com/shubhamakshit/pwdlv2) in March, 2024. It was mostly haphazard code. pwdlv3 started in April, 2024 as is proudly growing ever since.
## Installing guide
### Windows (64bit)
Open Powershell as **Administrator**
```powershell
irm https://raw.githubusercontent.com/shubhamakshit/pwdlv3_assets/main/dl.pwdlv3.ps1 | iex
```
### Linux (64bit)
```bash
git clone https://github.com/shubhamakshit/pwdlv3.git
cd pwdlv3
chmod +x ./setup.sh
./setup.sh -f # -f means ffmpeg ; (ffmpeg binary in PATH is given preference)
source ~/.bashrc
```
## Getting started
### Logging in
For *more* interactive login
```bash
pwdl --login
```
For *less* interactive login
**Tip** : Prepend the phone number by `wa` for whatsapp OTP.
```bash
pwdl --phone waXXXXXXXXXX # or pwdl --phone XXXXXXXXXX
```
### Starting webui
The webui as of May, 2025 has moved to [pwdl-webui.vercel.app](https://pwdl-webui.vercel.app). The backend however must be on your local machine.
```bash
pwdl --webui
```
1. Look for a url with a port number (default:**5000**)

2. Open that url. In most cases [localhost:5000](http://localhost:5000).

3. Open the Online WebUI. As of now [pwdl-webui.vercel.app](https://pwdl-webui.vercel.app).

1. Open Settings -> WebSettings Click on Edit and change the API value to the url obtained in 2.

2. Explore other values of Web Settings to get your desired value.
3. Open 'BOSS' (Library) and Enjoy
|