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
exim -bp | exiqgrep -i | xargs exim -Mrm |
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
var youtube = require('youtube-feeds'); | |
var fs = require('fs'); | |
var ytdl = require('ytdl'); | |
var slug = require('slug-component'); | |
youtube.httpProtocol = 'http'; | |
var videos = null; | |
youtube.feeds.playlist("PL8Mfzkj8FPJtepq2syn8nFKtOWdyPigE_",{} , | |
function( err, data ) { | |
if( err instanceof Error ) { |