Skip to content

Tool to download high resolution scans of an album off VGMdb. Added enhancements in my fork to make it easier to bulk download and retry search queries when unsuccessful.

Notifications You must be signed in to change notification settings

VideogameScrapbook/vgmdbrip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requirements:

Python 3.x

bs4

requests

(install with "pip install bs4 requests")

setup:

none: just log in normally when prompted, vgmdbrip will store your login/cookies in the same folder the script is in.

usage:

python3 vg.py vgmdb_album_id

python3 vg.py search string

example for Super Mario 64:

python3 vg.py 137

python3 vg.py PCCG-00357

About

Tool to download high resolution scans of an album off VGMdb. Added enhancements in my fork to make it easier to bulk download and retry search queries when unsuccessful.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.9%
  • Batchfile 5.1%