Downloader Better: Discogs def main(): album_info = get_album_info(ALBUM_ID) if album_info: download_album(album_info)