Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Images = []Image{ {Size: "t120x120"}, {Size: "t1240x260", Crop: true}, {Size: "t200x200"}, {Size: "t20x20"}, {Size: "t240x240"}, {Size: "t2480x520", Crop: true}, {Size: "t250x250"}, {Size: "t300x300"}, {Size: "t40x40"}, {Size: "t47x47"}, {Size: "t500x"}, {Size: "t500x500"}, {Size: "t50x50"}, {Size: "t60x60"}, {Size: "t67x67"}, {Size: "t80x80"}, {Size: "tx250"}, }
View Source
var Log format.Log
Functions ¶
This section is empty.
Types ¶
type Media ¶
type Media struct { // cf-media.sndcdn.com/QaV7QR1lxpc6.128.mp3?Policy=eyJTdGF0ZW1lbnQiOlt7IlJ... URL string }
type Track ¶
type Track struct { ID int64 Display_Date string // 2021-04-12T07:00:01Z User struct { Username string Avatar_URL string } Title string Artwork_URL string Media struct { Transcodings []struct { Format struct { Protocol string } URL string } } }
func User_Tracks ¶ added in v1.54.5
We can also paginate, but for now this is good enough.
func (Track) Progressive ¶ added in v1.40.8
Also available is "hls", but all transcodings are quality "sq". Same for "api-mobile.soundcloud.com".
Click to show internal directories.
Click to hide internal directories.