Spaces:
Paused
Paused
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 | |