AudioDidact\SupportedSites\SoundCloud

Synopsis

class SoundCloud extends SupportedSite {
  • // Inherited members from SupportedSite
  • protected Video $video;
}

Hierarchy

Coverage

Methods 55.56% 5 / 9
Lines 93.07% 94 / 101

Members

private

  • $audioJSON
  • $clientID
  • $invalidURLMessage
  • $streamsBaseURL
  • $thumbnailURL

protected

Methods

private

public

Inherited from AudioDidact\SupportedSites\SupportedSite

protected

  • downloadWithPercentage() — Download the video to $localFile with a given $url While downloading output progress to UI as JSON array

public