unless person.read_attribute(:youtube_id)
        youtube_ids = channels.select { |c| c["type"] == "YouTube" }
          .map { |yt| yt["id"] }

        person.write_attribute(:youtube_id, youtube_ids.first)