From a9c6afdc3cd736c9beb95b7aa4d09c6cff66315f Mon Sep 17 00:00:00 2001 From: iamdoubz <> Date: Tue, 24 Mar 2026 15:09:12 -0500 Subject: [PATCH] Add upcoming feature, add a section for example useage --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 589dbf0..dab59ec 100644 --- a/README.md +++ b/README.md @@ -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 - [ ] Click on ads - [ ] OS agnostic (heavily Windows based as they need the most hand holding) +- [ ] Get # links ## Bonus -Powershell script to extract zips, delete zips, convert .cue, .gdi, .iso to .chd. `chd.ps1` \ No newline at end of file +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". \ No newline at end of file