Skip to content

Instantly share code, notes, and snippets.

View napolitano's full-sized avatar
🕊️

Axel Napolitano napolitano

🕊️
View GitHub Profile
@napolitano
napolitano / soundraw-content-helper.py
Last active January 29, 2024 17:06
Python script to download the full sound loop library from Soundraw.ai for the purpose of research related to a blog article
# Proof of concept script to retrieve content
# files from soundraw for private research only
#
# Provided "as is" for free use without any
# warranty
#
# NOTICE:
# Soundraw's library is very large and contains
# more than 550.000 Files with more than 190 GByte
# of volume. You need fast internet / time and
@napolitano
napolitano / ClubnightDownloader.cs
Created October 14, 2020 18:53
Quick and dirty .NET command line utility in CSharp for downloading all HR3 clubnight DJ sets from Archive.org
using System;
using System.ComponentModel;
using System.Net;
using System.Xml;
namespace Napolitano
{
class ClubnightDownloader
{