Saxofuckingfon

"Saxofuckingfon" is a song by the Swedish duo Samir & Viktor. The song was released in Sweden as a digital download on 5 June 2015. The song peaked at number two on the Swedish Singles Chart.

"Saxofuckingfon"
Single by Samir & Viktor
Released5 June 2015
GenrePop
Length3:18
LabelWarner Music Sweden
Songwriter(s)
Samir & Viktor singles chronology
"Groupie"
(2015)
"Saxofuckingfon"
(2015)
"Bada nakna"
(2016)

Track listing

Digital download
No.TitleLength
1."Saxofuckingfon"3:18

Charts

Weekly charts

Chart (2015) Peak
position
Sweden (Sverigetopplistan)[1] 2
Norway (VG-lista)[2] 10

Year-end charts

Chart (2015) Position
Sweden (Sverigetopplistan)[3] 62

Certifications

Region CertificationCertified units/sales
Norway (IFPI Norway)[4] Platinum 40,000
Sweden (GLF)[5] 3× Platinum 120,000^

*sales figures based on certification alone
^shipments figures based on certification alone

Release history

Region Date Format Label
Sweden 5 June 2015[6] Digital download Warner Music Sweden
gollark: `http_response` only appears in the code in what looks like one comment.
gollark: It doesn't seem to be.
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.
gollark: Is there a way to do `internet.request` (with an internet card) and anything else whatsoever concurrently?

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.