Youtube

public struct Youtube

Creates a Youtube structure to play audio from (Requires youtube-dl to be installed)

  • The process controlling youtube-dl

    Declaration

    Swift

    public var process: Process
  • Creates a Youtube Structure

    Declaration

    Swift

    public init(_ link: String, with arguments: [String] = [])