andresgottlieb / rhlib

Radiohead Public Library Experiments

Home Page:https://rhlib.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rhlib

Radiohead Public Library Experiments


Experiment 1: Download all videos

Works on

  1. Mac OS ✓
  2. Ubuntu ✓
  3. Windows ? (please adapt it and push a PR)

Dependencies

  1. curl (probably already present in your system)
  2. jq (probably already present in your system)
  3. youtube-dl (make sure you have the latest version, running youtube-dl -U)

Installation

  1. Install the dependencies above

  2. Pull this repo or get both bash scripts

  3. Make both scripts executable:

    a. chmod +x get.sh

    b. chmod +x process.sh

Usage

Run get.sh, and then process.sh:

  1. ./get.sh (gets video info. from the Radiohead site)
  2. ./process.sh (downloads the videos from Vimeo and Youtube)

Results

The videos will be downloaded to the ./video/ folder


Experiment 2: Browse all concerts on a map

https://www.rhlib.com

About

Radiohead Public Library Experiments

https://rhlib.com

License:MIT License


Languages

Language:HTML 99.2%Language:Shell 0.8%