Skip to content

Instantly share code, notes, and snippets.

@kimaernoudt
kimaernoudt / soundclouddownloader.py
Created July 12, 2017 18:21
download all files in soundcloud playlist by url
# -*- coding: utf-8 -*-
#soundcloud playlistdownloader by kim aernoudt
#get your clientid from observing network when clicking download
#clientid might need renewal after a while
import soundcloud
import requests
import os.path
import string
/**
* Retrieves all the rows in the active spreadsheet that contain data and logs the
* values for each row.
* For more information on using the Spreadsheet API, see
* https://developers.google.com/apps-script/service_spreadsheet
*/
function readRows() {
var sheet = SpreadsheetApp.getActiveSheet();
var rows = sheet.getDataRange();
var numRows = rows.getNumRows();