Initial commit: Dopo Goto music downloader

Python script to download complete discography from tracks.json data file.
Creates organized album directories with cover images and MP3 tracks.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Miguel Astor
2026-03-04 19:55:01 -04:00
commit 2229498645
6 changed files with 656 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# Dopo Goto Downloader
A Python script to download the complete discography of Dopo Goto from their website. The script parses the `tracks.json` data file containing album and track information, creates organized directories for each album (named "Dopo Goto - {Album Name}"), downloads cover images and all MP3 tracks, and includes random delays between downloads to be respectful to the server. It supports resuming interrupted downloads by skipping files that already exist.