├── .gitattributes ├── .gitignore ├── README.md ├── license_parser.py ├── missing_cover_downloader.py ├── missingcoverdb.json └── vdf.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonius7/steam-missing-covers-downloader/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonius7/steam-missing-covers-downloader/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonius7/steam-missing-covers-downloader/HEAD/README.md -------------------------------------------------------------------------------- /license_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonius7/steam-missing-covers-downloader/HEAD/license_parser.py -------------------------------------------------------------------------------- /missing_cover_downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonius7/steam-missing-covers-downloader/HEAD/missing_cover_downloader.py -------------------------------------------------------------------------------- /missingcoverdb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonius7/steam-missing-covers-downloader/HEAD/missingcoverdb.json -------------------------------------------------------------------------------- /vdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonius7/steam-missing-covers-downloader/HEAD/vdf.py --------------------------------------------------------------------------------