if(data.url.match(/following/) && data.entries.length > 0){
     data.entries.forEach(function(e){
       tasks.push('/'+e);
     })
   }