mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-28 21:32:49 +00:00
docs: add contributor attribution to romm and retrodeck scrapers
This commit is contained in:
parent
f4626ce3bd
commit
077392bcd9
2 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
"""Scraper for RetroDECK BIOS requirements.
|
"""Scraper for RetroDECK BIOS requirements.
|
||||||
|
|
||||||
|
Platform contributed by @monster-penguin (#36).
|
||||||
|
|
||||||
Source: https://github.com/RetroDECK/components
|
Source: https://github.com/RetroDECK/components
|
||||||
Format: component_manifest.json per component directory
|
Format: component_manifest.json per component directory
|
||||||
Hash: MD5 (primary), SHA256 for some entries (melonDS DSi)
|
Hash: MD5 (primary), SHA256 for some entries (melonDS DSi)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
"""Scraper for RomM BIOS requirements.
|
"""Scraper for RomM BIOS requirements.
|
||||||
|
|
||||||
|
Platform contributed by @PixNyb (#37).
|
||||||
|
|
||||||
Source: https://github.com/rommapp/romm
|
Source: https://github.com/rommapp/romm
|
||||||
Format: JSON fixture mapping "slug:filename" to {size, crc, md5, sha1}
|
Format: JSON fixture mapping "slug:filename" to {size, crc, md5, sha1}
|
||||||
Hash: SHA1 primary (all four hashes available per entry)
|
Hash: SHA1 primary (all four hashes available per entry)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue