This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.ComponentModel; | |
using System.Net; | |
using System.Xml; | |
namespace Napolitano | |
{ | |
class ClubnightDownloader | |
{ |