Add upcoming feature, add a section for example useage

This commit is contained in:
iamdoubz
2026-03-24 15:09:12 -05:00
parent 1b43aed085
commit a9c6afdc3c
+18 -1
View File
@@ -80,7 +80,24 @@ V-dlp will parse a file and attempt to download each one at a time.
- [ ] Remove dependency on external start of Chrome Driver - [ ] Remove dependency on external start of Chrome Driver
- [ ] Click on ads - [ ] Click on ads
- [ ] OS agnostic (heavily Windows based as they need the most hand holding) - [ ] OS agnostic (heavily Windows based as they need the most hand holding)
- [ ] Get # links
## Bonus ## Bonus
Powershell script to extract zips, delete zips, convert .cue, .gdi, .iso to .chd. `chd.ps1` Powershell script to extract zips, delete zips, convert .cue, .gdi, .iso to .chd. `chd.ps1`
## Example executions
Create a list for all Atari2600 games.
```
python links.py --platform Atari2600 --letter all -f atari26roms.txt
```
Download the games.
```
python dlp.py -nm True -uh True -tw 1 -u atari26roms.txt
```
**NOTE**: if you are using the release, substitute "V-dlp" for "python dlp.py".