Skip to content

Instantly share code, notes, and snippets.

@scriptype
Created November 7, 2015 16:03
Show Gist options
  • Save scriptype/c94df855af0a76a1738b to your computer and use it in GitHub Desktop.
Save scriptype/c94df855af0a76a1738b to your computer and use it in GitHub Desktop.
Youtube /watch mapper

As of node version 4.2.1, running index.js requires runtime flag --harmony_destructuring.

(function () {
'use strict'
var fs = require('fs')
var jsdom = require('jsdom')
var https = require('https')
// Prepare array of song objects
var list = fs.readFileSync('list.txt', 'utf8')
var rows = list.split(/\n/)
var labels = rows.shift().split(',').map(label => label.slice(1, -1))
var songs = rows.map((row, index) => {
var values = row.split(',').map(value => value.slice(1, -1))
var song = {}
for (let [index, value] of values.entries()) {
song[labels[index]] = value
}
return song
}).filter(song => !!song.SongName)
// Scraping configurations
const BASE_URL = 'https://www.youtube.com'
const SEARCH_BASE_URL = `${BASE_URL}/results?search_query=`
const JQUERY_URL = 'http://code.jquery.com/jquery.js'
const WAIT_PER_REQUEST = 2500
const OUT_FILE_NAME = '_export.json'
// Map array of songs into array of Promises which resolve to /watch urls
var URLs = songs.map((song, index, arr) => {
var URL = SEARCH_BASE_URL +
song.SongName.replace(/\s/g, '+') +
'+' +
song.ArtistName.replace(/\s/g, '+')
return new Promise((resolve, reject) => {
setTimeout(() => {
jsdom.env({
url: URL,
scripts: [JQUERY_URL],
done(err, window) {
if (err) {
reject(err)
console.log(`rejected #${index}, err:`, err)
return
}
var eta = (WAIT_PER_REQUEST * (arr.length - index)) / 1000
var unit = 'seconds'
if (eta > 60) { eta = Math.ceil(eta / 60); unit = 'minutes' }
console.log(`${index}/${arr.length}, eta: ${eta} ${unit}`)
var $ = window.$
var hits = []
$('.yt-lockup-title').each(function (result) {
if ($(this).text().match(new RegExp(song.songName, 'i'))) {
var target = $(this).find('a').attr('href')
if (!target.match(/list=/)) {
hits.push(target)
}
}
})
window.close();
resolve(`${BASE_URL}${hits[0]}`)
}
})
}, WAIT_PER_REQUEST * index)
})
})
Promise.all(URLs).then(results => {
console.log('results', JSON.stringify(results, null, 2))
fs.writeFile(OUT_FILE_NAME, JSON.stringify(results, null, 2), (err) => {
err && Throw (err)
console.log(`${OUT_FILE_NAME} created`)
})
})
})()
"SongName","ArtistName","AlbumName"
"Lets Stay Together","Al Green","Pulp Fiction"
"Blue Jeans","Ladytron","Light & Magic"
"Destroy Everything You Touch","Ladytron","Witching Hour"
"The Last One Standing","Ladytron","Witching Hour"
"The Adjustor","The Octopus Project","One Ten Hundred Thousand Million"
"Push Push (M.A.N.D.Y.´s Pusher Remix","Rockers Hi-Fi","The Annual 2007 Limited Edition (Disc 1)"
"Lusty","Lamb","Lamb"
"Human Behaviour","Björk","Debut"
"Violently Happy","Björk","Debut"
"Play Dead","Björk","Debut"
"Jóga","Björk","Homogenic"
"The Sacrilegious Scorn","Dimmu Borgir","In Sorte Diaboli"
"Uhf 3","Moby","Early Underground"
"Hyperballad","Björk","Post"
"I Miss You","Björk","Post"
"Wanderlust","Björk","Volta"
"Wand","Tristeza","A Colores"
"Medicine Man","Pantera","Cowboys From Hell"
"The Sleep","Pantera","Cowboys From Hell"
"Beach Party","Air France","On Trade Winds"
"Paper Hearts","Moving Units","Hexes for Exes"
"In White Rooms","Booka Shade","Movements"
"Pisschrist","Fear Factory","Demanufacture"
"A Tout Le Monde (Set Me Free)","Megadeth","United Abominations"
"The Scorpion","Megadeth","The System Has Failed"
"Too Many Humans","Buckethead","Population Override"
"Cruel Reality of Nature","Buckethead","Population Override"
"Declare Independence","Björk","Volta"
"Malaria Codes","The Octopus Project","One Ten Hundred Thousand Million"
"Destroy Rock And Roll","Mylo","Destroy Rock & Roll"
"Ottos Journey","Mylo","Destroy Rock & Roll"
"Commodore Rock","Ladytron","Commodore Rock"
"Primitive","The Cramps","Psychedelic Jungle / Gravest Hits"
"Hell Interface - Soylent Night","Boards of Canada","Remixes and Others"
"Mercury Tears","Chromeo","She's in Control"
"Machete Mirage","Buckethead","Bucketheadland 2"
"Frozen Brains Tell No Tales","Buckethead","Bucketheadland 2"
"The Corpse Plower","Buckethead","Bucketheadland 2"
"What They Found","The Octopus Project","Identification Parade"
"Porno Disaster","The Octopus Project","Identification Parade"
"The Presets Are You The One","Simian Mobile Disco","R E M I X E S"
"Tits & Acid","Simian Mobile Disco","Simian Mobile Disco EP"
"Simple","Simian Mobile Disco","Simian Mobile Disco EP"
"Chinook.mp3","Boards of Canada","Aquarius EP"
"Holy Wind","Rhapsody","Eternal Glory"
"Fuel My Fire","The Prodigy","Prodigy"
"Mind Fields","The Prodigy","Prodigy"
"Fucker","Fischerspooner","Fischerspooner"
"vur sen beni","Teoman","Teoman"
"yarin olmaz","Teoman","Teoman"
"Pink Thoughts","Moving Units","Indie/Rock Playlist: September (2007)"
"Just Like We (Breakdown) (Dfa Remix)","Hot Chip","Singles & Duplicates"
"Time Stands Still","Cut Copy","Bright Like Neon Love"
"Autobahn Music Box","Cut Copy","Bright Like Neon Love"
"Soft Power (Ebons Strong Weakness Remix)","Ladytron","Witching Hour"
"Youll Be Under My Wheels","The Prodigy","Need For Speed Most Wanted"
"Mandarine Girl","Booka Shade","Singles"
"Lava Lava","Boys Noize","Oi Oi Oi"
"Oh","Boys Noize","Oi Oi Oi"
"Shine Shine","Boys Noize","Oi Oi Oi"
"Vergiftet","Boys Noize","Oi Oi Oi"
"La La Land","Green Velvet","Whatever"
"Mandarine Girl","Booka Shade","Movements"
"Ballon","Fila Brazillia","Dicks"
"The End of the Century","Noumena","Absence"
"Slain Memories","Noumena","Absence"
"A Mile in My Shoes","Cosmic Gate","Earth Mover"
"Wasting Time (fluokids)","Booka Shade","Singles"
"Bells","Vitalic","Bells EP"
"No Club Lone Wolf","The Cramps","Big Beat From Badsville"
"Bingo Bango","Basement Jaxx","The Singles"
"I Got This Down (Instrumental Version)","Simian Mobile Disco","Attack Decay Sustain Release"
"Congos","Robbie Rivera & Antoine Clamaran","Unknown Album"
"In Search Of Sunrise 6 Ibiza (Mixed by Tiesto)","Tiësto","In Search Of Sunrise 6 Ibiza"
"Hot Chip - In the Mix","Hot Chip","Singles & Duplicates"
"Bodysnatchers","Radiohead","In Rainbows"
"They're Going to Take My Thumbs","Holy Fuck","Holy Fuck EP"
"Saat Üç","Teoman","Teoman"
"İstanbul'da Sonbahar","Teoman","Gönülçelen"
"Blue Jeans 2.0","Ladytron","Softcore Jukebox"
"Darko (Tiefschwarz Remix)","Booka Shade","Darko (12\")"
"Treshold","Slayer","God Hates Us All"
"Destroy Everything You Touch (Tom Neville Dub)","Ladytron","Destroy Everything You Touch (Remixes)"
"Wombat College","Flying Lotus","July Heat"
"Numbers (DJ-Kicks) (club mix)","Booka Shade","Numbers (DJ-Kicks)"
"Sid Vicious Was Innocent","The Exploited","Troops of Tomorrow"
"Berlin Ostbahnhof","Legowelt","Unknown Album"
"Systems","Tycho","Unknown Album"
"1991","Crystal Castles","Crystal Castles"
"Vanished","Crystal Castles","Crystal Castles"
"Hearts On Fire","Cut Copy","In Ghost Colours"
"Come to Me","Björk","Debut"
"Wandering Star","Portishead","Dummy"
"Machine Gun","Portishead","Third"
"Be the One","Hootie & the Blowfish","Fairweather Johnson"
"Bounce (feat. N.O.R.E.)","MSTRKRFT","Discobelle.net Electro"
"Street Justice","MSTRKRFT","The Looks"
"As Above, So Below","Klaxons","Myths of the Near Future"
"Ghosts","Ladytron","Velocifero"
"Kirlian Isles II","The Flashbulb","Kirlian Selections"
"Hitsville UK","Clash","The Singles"
"Living Through Me (Hell's Wrath)","Pantera","The Great Southern Trendkill"
"Nobody Lost Nobody Found","Cut Copy","In Ghost Colours"
"Wet Sand","Red Hot Chili Peppers","Stadium Arcadium"
"She's Only 18","Red Hot Chili Peppers","Stadium Arcadium"
"Charlie","Red Hot Chili Peppers","Stadium Arcadium"
"Earth Mover","Cosmic Gate","Earth Mover"
"A Slow Dance","Explosions in the Sky","Friday Night Lights Soundtrack"
"The Art of Shredding","Pantera","Cowboys From Hell"
"Valley of the Dolls","Mylo","Destroy Rock & Roll"
"UNKLE (Main Title Theme)","UNKLE","Psyence Fiction"
"& Down","Boys Noize","Oi Oi Oi"
"Shine Shine (Apparat remix)","Boys Noize","Oi Oi Oi Remixed"
"Rikki","Mylo","Destroy Rock & Roll"
"Blue Ridge Mountains","Fleet Foxes","Fleet Foxes"
"Party","Clint Mansell","Requiem for a Dream"
"So Broken","Björk","Homogenic"
"Eucalyptus","The Presets","Apocalypso"
"Work on You","MSTRKRFT","The Looks"
"Paper Planes (remix for the children by Adrock)","M.I.A.","Paper Planes: Homeland Security Remixes"
"In Space","Röyksopp","Saint Germain - Lounge"
"On A Rolling Sea","Boards of Canada","A Few Old Tunes Vol. 2"
"Dave (I'm A Real Traditionalis","Boards of Canada","A Few Old Tunes Vol. 2"
"Vaporous","Elsiane","Hybrid"
"In Between Lines","The Album Leaf","One Day I'll Be on Time"
"Clik","Simian Mobile Disco","Fabriclive. 28"
"What's Your Damage ? (Digitalism remix)","Test Icicles","Fabriclive. 28"
"Back 2 Back 3 (CD1)","Cosmic Gate","Cosmic Gate - Back 2 Back Vol.3"
"Duke of Casio","Simian Mobile Disco","Attack Decay Sustain Release"
"Thank Me With Your Hands (Panthers Remix)","MSTRKRFT","The Looks"
"Friend for a Night","Booka Shade","Memento"
"Atlantis to Interzone (Crystal Castles Remix)","Klaxons","Xan Valleys EP"
"Rabbit in Your Headlights (feat. Thom Yorke)","UNKLE","Psyence Fiction"
"Feel the Love","Cut Copy","In Ghost Colours"
"Girl and the Sea","The Presets","Beams"
"B.E.A.T. (Extended)","Justice","Dance"
"Weekend Wars (Album Version)","MGMT","Oracular Spectacular"
"Banquet [Boys Noize remix] *","Boys Noize","Silent Alarm"
"Back in Black","AC/DC","Best of AC/DC"
"Analog Feel (Livecut Remix)","Cosmic Gate","Analog Feel CDM"
"Analog Feel (Original Edit)","Cosmic Gate","Analog Feel CDM"
"Analog Feel (Dub Mix)","Cosmic Gate","Analog Feel CDM"
"Charlotte - Dubfire Remix","Booka Shade","Singles"
"Party time","Moby","Early Underground"
"Permanent green","Moby","Early Underground"
"drug fits the face","Moby","Early Underground"
"Time signature","Moby","Early Underground"
"Protect write","Moby","Early Underground"
"voodoo child","Moby","Early Underground"
"Playgirl","Ladytron",""
"Shine Shine (AC Slater Remix)","Boys Noize","palmsout.com remix sunday 87"
"She Wants To Move (Justice Remix)","Justice","Unknown Album"
"Bloc Party","Fischerspooner","The Other Side New York"
"Everything You Do Is a Balloon","Boards of Canada","Boc Maxima"
"June 9th","Boards of Canada","Boc Maxima"
"One Love","The Prodigy","Their Law: The Singles 1990-2005"
"Nazis (Mr. Oizo)","Justice","Unknown Album"
"Radio Fritz","Justice","Radio Fritz 13.09.2007"
"Collapsing At Your Doorstep","Air France","No Way Down"
"Bjork - Venus As A Boy","Björk","Debut"
"Peyk - Gidin","Peyk","Sulu Saka [2007]"
"Lithium","Nirvana","The Best of Nirvana"
"Boqurant","Boards of Canada","A Few Old Tunes"
"Walking on a Dream","Empire of the Sun","Singles"
"Promises","Megadeth","The World Needs a Hero"
"Over and Over","Hot Chip","The Warning"
"Cemetery Gates","Pantera","Cowboys From Hell"
"Hot Love Drama","MGMT","Climbing to New Lows"
"No Quarter","Led Zeppelin","Houses of the Holy"
"Aurora","Björk","Vespertine"
"All Is Full of Love (video version)","Björk","All Is Full of Love"
"Love Rollercoaster","Red Hot Chili Peppers","By the Way"
"All Is Full of Love","Björk","Greatest Hits"
"Army of Me","Björk","Greatest Hits"
"Pagan Poetry","Björk","Greatest Hits"
"Hunter","Björk","Greatest Hits"
"The Moon Is Down","Explosions in the Sky","Those Who Tell the Truth Shall Die, Those Who Tell the Truth Shall Live Forever"
"With Tired Eyes, Tired Minds, Tired Souls, We Slept","Explosions in the Sky","Those Who Tell the Truth Shall Die, Those Who Tell the Truth Shall Live Forever"
"Guns Blazing (Drums of Death Part 1) (feat. Kool G Rap, Latyrx)","UNKLE","Psyence Fiction"
"New Dawn Fades","Moby","I Like to Score"
"Special Cases","Massive Attack","100th Window"
"In a State","UNKLE","Never, Never, Land"
"Wander","The Album Leaf","An Orchestrated Rise to Fall"
"We Once Were (One)","The Album Leaf","An Orchestrated Rise to Fall"
"This River Deep","The Album Leaf","An Orchestrated Rise to Fall"
"Bed","Moby","18 B-Sides"
"Never Ending Story (live at Lowlands 2002)","Within Temptation","Running Up That Hill"
"Lonely Soul","UNKLE","Psyence Fiction"
"Be There","UNKLE","Psyence Fiction"
"Poney, Part 2","Vitalic","OK Cowboy"
"Waters of Nazareth (Erol Alkan's Durrr Durrr Durrrrrr re-edit)","Justice","Waters of Nazareth"
"That's the Way I Like It (Peter Rauhofer remix)","Offer Nissim","Second Time (feat. Maya) (disc 2)"
"Amora, Amor","Bob Sinclar","Western Dream"
"Newjack","Justice","✝"
"Stress","Justice","✝"
"System","Simian Mobile Disco","Attack Decay Sustain Release"
"Cinnamon Girl","Neil Young","Greatest Hits"
"Kalopsia","The Blizzard","Trance: The Ultimate Collection Best of 2007 (disc 1)"
"Black Ice","AC/DC","Black Ice"
"Talons","Bloc Party","Intimacy"
"Crazy World (Fonzerelli remix)","J Majik & Wickaman","Ministry of Sound: The Annual 2009"
"Tthhee Ppaarrttyy","Justice","A Cross the Universe"
"Dani Califiornia","Red Hot Chili Peppers","Abbey Road Session"
"Xpander (Dj Tycho Rmx)","Tycho",""
"With You forever","Pnau","Kitsuné Maison 6"
"Take Me into Your Skin (Live at Roskilde 2007)","Trentemøller","Live in Concert EP (Roskilde Festival 2007) WEB"
"Dismantling Frank","Bonobo","Live Sessions EP"
"The Man Who Sold the World","Nirvana","Nirvana"
"Days To Come [feat. Bajka]","Bonobo","Days To Come"
"Ballroom","Gui Boratto","Take My Breath Away"
"Firestarter","The Prodigy","fat of the land"
"Deep Dicking","Venetian Snares","Filth"
"Moment","Damian Lazarus","Smoke the Monster Out"
"Go","Moby","Early Underground"
"Cosmic Freefall [AM:PM Remix]","Cosmic Gate","Godskitchen Global Gathering 2005"
"Mend (To Fix, to Repair)","Elsiane","Hybrid"
"Fist of God","MSTRKRFT","Fist of God"
"Standing Up Sitting Down","Cut Copy","I Thought of Numbers"
"I Wish to Weep","Dadafon","Lost Love Chords"
"Slow Day","Dadafon","Lost Love Chords"
"My Dream Is Dead","Dadafon","Lost Love Chords"
"The Garden","Dadafon","Lost Love Chords"
"Van Gogh's Boat","Dadafon","Lost Love Chords"
"Hold On","Dadafon","Lost Love Chords"
"Malabar Front","If These Trees Could Talk","If These Trees Could Talk"
"1991","Crystal Castles","Crystal Castles"
"Golden Blonde [DJ Zebra]","Klaxons vs. Blondie","Mash-Up Your Bootz Party Vol. 17"
"Broken Drum (Beck)","Boards of Canada","Acid Memories"
"My People","The Presets","Apocalypso"
"Ja!","Boys Noize","Restless"
"You Prefer Cocaine","Vitalic","Poney EP"
"I Belong To You (Mon Coeur S'O","Muse","The Resistance"
"Phantom (Boys Noize remix)","Justice",""
"Turn Up the Dial (feat. Young Fathers)","Simian Mobile Disco","Temporary Pleasure"
"Uffie Feadz & Justice Live at Dour Festival","Justice","Live @ Dour Festival"
"Live @ EinsLive Clubbing Set","Justice","Live @ EinsLive Clubbing - Radio"
"Waves","Erol Alkan & Boys Noize","Schitzpopinov.com"
"Roadkill: The Mixtape","Gorillaz",""
"Emotion 98.6","Mylo","Destroy Rock & Roll"
"- 09 - Bedlam's Bluff","Buckethead","The Cuckoo Clocks of Hell"
"Catatonic","Slayer","Christ Illusion"
"Bud E Luv Bomb and Satan's Lounge Band","Anthrax","Among the Living"
"Ayrılış","Yüksek Sadakat","Çeyrek"
"After Ibiza","Pig & Dan","After Ibiza"
"Spinnin' (Sasha remix)","Damian Lazarus","Memory Box / Spinnin'"
"İstanbul","Pamela","Şehir Rehberi"
"Body Of Conflict","Cosmic Gate","Godskitchen - Trance Anthems"
"Yeniköy","Feridun Düzağaç","Uykusuza Masallar"
"Wild Strawberries","Pnau","PNAU Limited Australian Tour Edition"
"Saturday Come Slow fea. Damon Albarn","Massive Attack","Heligoland"
"Paradise Circus","Massive Attack","Heligoland"
"Babel","Massive Attack","Heligoland"
"My Brother's Comeback","Dadafon","Harbour"
"Come Sail Away","Styx","Greatest Hits"
"Renegade","Styx","Styx"
"Snoop Dog - Sexual Eruption (Boys Noize rmx)","Boys Noize",""
"Addict","Slayer","\"God Hates Us All\" By Noxos"
"Baby (The Aston Shuffle 'Just Whoa' remix)","Pnau","Baby"
"Son Of A Preacher Man","Dusty Springfield","Pulp Fiction"
"Pirate's Progress","Gorillaz","Plastic Beach"
"Heart Attack","Boys Noize","Power-(BNRCD007)"
"Monument of Pain","Noumena","Anatomy of Life"
"The Great Anonymous Doom","Noumena","Absence"
"Misanthropolis","Noumena","Anatomy of Life"
"The Doomwatcher","Noumena","Pride/Fall"
"Kitsune Tabloid Mixed By Digitalism","Kitsune Tabloid","Kitsune Tabloid Mixed By Digitalism"
"Lemonade (Original Mix)","Erol Alkan & Boys Noize","Untitled"
"Rock N Roll Queen","The Subways","Die Hard 4"
"Regenerate","Booka Shade","Regenerate"
"Teenage Spaceman","Booka Shade","More!"
"Divine","Booka Shade","More!"
"Scaramanga","Booka Shade","More!"
"L.A.tley","Booka Shade","More!"
"Bad Love","Booka Shade","More!"
"I've Got That Feeling (Saxed Up Version)","Dakar","Get Physical 7th Anniversary Compilation CD1 (Mixed By M.A.N.D.Y.)"
"Free To Ask (Body Language Exclusive Track)","Matthew Dear","Get Physical 7th Anniversary Compilation CD1 (Mixed By M.A.N.D.Y.)"
"Celestica","Crystal Castles","Crystal Castles"
"Suffocation","Crystal Castles","Crystal Castles"
"Underground Level","Wagon Christ","Throbbing Pouch"
"Celestica","Crystal Castles","Crystal Castles (II)"
"Year of Silence","Crystal Castles","Crystal Castles (II)"
"Empathy","Crystal Castles","Crystal Castles (II)"
"Violent Dreams","Crystal Castles","Crystal Castles (II)"
"Vietnam","Crystal Castles","Crystal Castles (II)"
"Stylo (Alex Metric Remix)","Gorillaz","Stylo Remixes"
"trapped (hell interface mix)","Boards of Canada","Unreleased Trax"
"Follow the Car","Vitalic","V Live"
"When We Glow","Tristeza","Spine and Sensory"
"Wild Strawberries (Sam La More Remix)","Pnau","Clubbers Guide To 2008 AU-Edition (Disk 1)"
"Nothing But Green Lights (Digitalism Remix)","Tom Vek","Remix"
"Celestica (Album Mix)","Crystal Castles","Celestica EP"
"Celestica (Clockwork Remix)","Crystal Castles","Crystal Castles"
"Honey (Aphrodite & Mickey Finn mix)","Moby","Honey (remixes)"
"Erase My Anger","John Lord Fonda","DeBaSer"
"Never Change","John Lord Fonda","DeBaSer"
"Slavery","John Lord Fonda","DeBaSer"
"Mandarine Girl (Reworked)","Booka Shade","endclub.com Recommends Vol. 3"
"-Back 2 Back- @ Varsity Workout Warehouse Party - WMC 2010, Charcoal Studio - Miami","M.A.N.D.Y.","radioMAZE"
"City Tales (Neon dub)","Booka Shade","Planetary / City Tales"
"Warp 7.7","The Bloody Beetroots","Warp"
"Watching the Mountain","Tigercity","Ancient Lover"
"In White Rooms [Elektrochemie Remix]","Booka Shade","ELECTRO CITY Vol.2 [Disc 1]"
"Through The Elemet","Noumena","Anatomy of Life"
"Glorify","Dadafon","Harbour"
"She's Falling","Dadafon","Harbour"
"Beautiful","Dadafon","Harbour"
"And So We Have To Say Goodbye","Dadafon","Harbour"
"Construction Desert","Modeselektor","Labland"
"With You in My Head","UNKLE","Twilight Saga: Eclipse [Deluxe]"
"I Love Rock N Roll","AC/DC","Back in Black"
"You Never Can Tell","Various Artists","Pulp Fiction"
"Far Away","Cut Copy","In Ghost Colours"
"Pop et Synthetique","David Carretta","Kill Your Radio"
"Teenage Spaceman (Book in Space Mix)","Booka Shade","-"
"Heaps","Gold Panda","Nothing to Do, Nowhere to Go"
"New Dawn Fades","Joy Division","House of Wax"
"Kizilciklar Oldu Mu","Ceylan Ertem","Soluk"
"This Never Happened Before ( Paul Mc Cartney)","Rachel Portman","The Lake House - Orginal Motion Picture Soundtrack"
"Are You in the Picture?","Simian Mobile Disco","Temporary Pleasure"
"Look Back In","Moby","Southland Tales"
"Pacific Walk","2 Unlimited","Get Ready!"
"What Do I Want from You? [Paul Woolford Remix]","Freeform Five","Misch Masch Disc 1"
"Eyesdown Featuring Andreya Triana","Bonobo","Black sands"
"Amerimacka (feat. Notch)","Thievery Corporation","It Takes a Thief: The Very Best of Thievery Corporation"
"Azzurra (It's Not the Same version)","Gui Boratto","Azzurra"
"Goodly Sin (feat. Elif Biçer)","Ben Klock","One"
"Init One","Ben Klock","One"
"OK (feat. Elif Biçer)","Ben Klock","One"
"Sunday","Moby","Kontor Sunset Chill Vol 4"
"Hallowed Be Thy Name","Iron Maiden","Eddie's Archive: Beast Over Hammersmith (disc 2)"
"Do Not Exceed Stated Dose","Simian Mobile Disco","Temporary Pleasure"
"Bodmin 2","AFX","Analord 06"
"Enjoy the Silence","Depeche Mode","The Singles 86-89"
"On Melancholy Hill (She Is Danger remix)","Gorillaz","On Melancholy Hill"
"I've Seen It All (With Thom Yorke)","Björk","2004 - iTunes Originals - Björk"
"High Voltage","AC/DC","Highway to Hell"
"Natural Selection","UNKLE","Where Did the Night Fall"
"Galaga","DJ T.","Rising Vinyl"
"Rekorder 0.0","Rekorder","Rekorder 00"
"Visions Fade","Legowelt","Wirtschaftswunder (Bunker 3010)"
"Empire Ants (Miami Horror Remix)","Gorillaz","Empire Ants"
"Now You Know","Sascha Funke","Bravo"
"Good Voodoo (Chaim remix)","Kiki","Good Voodoo Remixes"
"Auxilio Maté","Tristeza","Mania Phase EP"
"Are You Truly Debonaire","Legowelt","Wirtschaftswunder EP"
"Black Bass (dirty version)","Legowelt","Vatos Locos"
"Lotus Flowers","Radiohead","Unidentified"
"Lotus Flowers","Radiohead","Unidentified"
"Sweet Child O' Mine (Edit)","Guns N' Roses","Guns N Roses"
"Bach onto this","John Lord Fonda","Lord"
"'84 Pontiac Dream","Boards of Canada","The Campfire Headphase"
"Sobe","Peyk","İçimdeki İz"
"Boogie 2Nite (Seamus Haji Big Love Edit)","Booty Luv","100 Lekkerste Zomerhits in de Mix"
"Elif (Dimitri Andreas remix)","Marc Romboy","Elif"
"Istanbul","Light in Babylon","Demo"
"Ride The Rythm","Kevin Irving","Chicago House"
"Lady (Hear Me Tonight)","Modjo","Zona 40"
"Make It High","Scratch Massive","Enemy & Lovers"
"Tarja's Dream","Robert Babicz","A Cheerful Temper"
"01.Teoman - Tek Başına Dans","Teoman","akş ve grur"
"smuul","galapagoose","gather and bump"
"sweat","galapagoose","gather and bump"
"tombeau","galapagoose","gather and bump"
"omnitransition","galapagoose","ep.2"
"Pumped Up Kicks","Foster The People","Torches"
"Pumped Up Kicks","Foster The People","Torches"
"Under the Panda Moon","Legowelt","Under the Panda Moon"
"Hazy City Nights","Legowelt","Under the Panda Moon"
"Pandamonium","Legowelt","Under the Panda Moon"
"Wearing The Blues","Tristeza","En Nuestro Desafio"
"Pop Culture","Madeon","Madeon"
"Kids With Guns","Gorillaz","iTunes Session"
"Rhinestone Eyes","Gorillaz","iTunes Session"
"Löwenzahn-Luftwaffe","Dominik Eulberg","Bionik"
"Ey Mind","Marc Romboy","Contrast"
"Karambolage","Marc Romboy","Contrast"
"Side FX","Marc Romboy","Contrast"
"girl, you will be a woman soon(Pulp fiction)","Urge Overkill","Tarantino collection nr1"
"Kalpol Introl","Autechre","Incunabula"
"Miss It So Much (feat. Lykke Li)","Röyksopp","Junior"
"Röyksopp's Night Out","Röyksopp","Melody A.M."
"Vision One","Röyksopp","n.a."
"Someone Great","LCD Soundsystem","Sound of Silver"
"Daft Punk Is Playing at My House","LCD Soundsystem","LCD Soundsystem"
"Tribulations","LCD Soundsystem","LCD Soundsystem"
"Marrow of the Earth","Opeth","Heritage"
"Arjuna","Ben Klock","Back"
"Children (To Be Continued)","John Lord Fonda","DeBaSer"
"So Far Away","John Lord Fonda","DeBaSer"
"Dirtbox","Harmonic 313","When Machines Exceed Human Intelligence"
"Yeah Yeah Yeah La La La","Calvin Harris","Ready for the Weekend"
"Love Souvenir","Calvin Harris","I Created Disco"
"Poison Lips (extended)","Vitalic","Poison Lips"
"Bass","The Hacker","Shockwave"
"Pi theme","Clint Mansell","Pi"
"Gamsiz Öküz","Peyk","k"
"Don Kafa","Peyk","Peyk"
"Electric Feel","MGMT","Oracular Spectacular"
"Mystic Queen","Camel","Camel"
"Until the Morning (feat. Emilíana Torrini)","Thievery Corporation","The Richest Man in Babylon"
"Take Me To The Hospital","The Prodigy","Invaders Must Die"
"Ouverture","Daft Punk","Daft Club"
"To Bid You Farewell","Opeth","Morningrise"
"Silhouette","Opeth","Orchid"
"Out of Space","Prodigy","Back To The Old Skool"
"Dance","Scratch Massive","Time"
"Without You","Empire of the Sun","Walking on a Dream"
"Across the Gate","Terence Fixmer","Muscle Collection"
"Les allées","Para One","Naissance des pieuvres"
"Flashmob","Vitalic","Flashmob"
"Nocturnal (Redux)","UNKLE","End Titles... Redux"
"Prodigy-The Dirtchamber Sessions1-Session 3","Prodigy","Prodigy Present The Dirtchamber Sessions Volume One"
"Last Living Souls","Gorillaz","25 Greatest Hits"
"30 Minutes","Tatu","Tatu-³¬ËÙ¿ì¸Ð"
"Pogo","Digitalism","Idealism"
"Stay Lit","Holy Fuck","Latin"
"Don't Panic","Harmonic 313","When Machines Exceed Human Intelligence"
"Vinagreta","Ferenc","Fraximal"
"Acının Şarkısı","Peyk","İçimdeki İz"
"Aşk ki","Peyk","İçimdeki İz"
"Dol Gözüm Dol","Peyk","İçimdeki İz"
"Don Kafa","Peyk","İçimdeki İz"
"Gamsız Öküz","Peyk","İçimdeki İz"
"Piç","Peyk","İçimdeki İz"
"Yol","Peyk","İçimdeki İz"
"A Wolf at the Door.","Radiohead","Hail to the Thief"
"Emiliana","John Lord Fonda","Supersonique"
"the Tornadoes","Bustin' Surfboards","Pulp Fiction"
"No Good (start the dance)","Prodigy","Singles"
"Tisort Yakismayan Adam","Yok Oyle Kararlı Seyler","2013"
"Diamond Day","Vashti Bunyan","Just Another Diamond Day"
"Get Lucky (Radio Edit)","Daft Punk ft. Pharrell Williams","Get Lucky"
"Sleepless Again","In Flames","A Sense of Purpose"
"The Quiet Place","In Flames","Soundtrack to Your Escape"
"The Bard's Song: In the Forest","Blind Guardian","Somewhere Far Beyond"
"Europa","Santana","Hits of Santana"
"Come Clarity","In Flames","Come Clarity"
"Black Relief","Gregor Tresher","Nightcolors"
"Misery in me","Dark Tranquillity","Exposures - In Retrospect an.."
"Out of Sight","moderat","Moderat"
{
"name": "youtube",
"version": "1.0.0",
"description": "As of node version 4.2.1, running index.js requires runtime flag `--harmony_destructuring`.",
"main": "index.js",
"scripts": {
"main": "node --harmony_destructuring index"
},
"author": "",
"license": "ISC",
"dependencies": {
"jsdom": "^7.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment