public function trigger_background_fetch()
 {
     $this->set_time_limit();
     $videos = new BC_Videos();
     $videos->sync_videos();
     $playlists = new BC_Playlists();
     $playlists->sync_playlists();
 }