Created
October 21, 2011 15:48
-
-
Save niteria/1304169 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[niteria@cloud]~$ wget "http://ws.audioscrobbler.com/2.0/?method=user.gettopalbums&user=niteria&api_key=b25b959554ed76058ac220b7b2e0a026&period=7day" -O - | |
--2011-10-21 17:40:21-- http://ws.audioscrobbler.com/2.0/?method=user.gettopalbums&user=niteria&api_key=b25b959554ed76058ac220b7b2e0a026&period=7day | |
Translacja ws.audioscrobbler.com... 195.24.233.55 | |
Łączenie się z ws.audioscrobbler.com|195.24.233.55|:80... połączono. | |
Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 200 OK | |
Długość: nieznana [text/xml] | |
Zapis do: `STDOUT' | |
[<=> ] 0 --.-K/s <?xml version="1.0" encoding="utf-8"?> | |
<lfm status="ok"> | |
<topalbums user="niteria" type="7day" page="1" perPage="50" totalPages="1" total="1"> | |
<album rank="1"> | |
<name>Vi</name> | |
<playcount>5</playcount> | |
<mbid></mbid> | |
<url>http://www.last.fm/music/Bondage+Fruit/Vi</url> | |
<artist> | |
<name>Bondage Fruit</name> | |
<mbid>cc4f4031-8d5a-41c8-8cdd-ce8ed4d164a0</mbid> | |
<url>http://www.last.fm/music/Bondage+Fruit</url> | |
</artist> | |
<image size="small">http://userserve-ak.last.fm/serve/34s/29819811.jpg</image> | |
<image size="medium">http://userserve-ak.last.fm/serve/64s/29819811.jpg</image> | |
<image size="large">http://userserve-ak.last.fm/serve/126/29819811.jpg</image> | |
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/29819811.jpg</image> | |
</album></topalbums></lfm> | |
[ <=> ] 900 --.-K/s w 0s | |
2011-10-21 17:40:22 (16,8 MB/s) - zapisano na standardowe wyjście [900] | |
[niteria@cloud]~$ wget "http://ws.audioscrobbler.com/2.0/?method=user.gettopalbums&user=niteria&api_key=b25b959554ed76058ac220b7b2e0a026&period=7day" -O - | |
--2011-10-21 17:40:22-- http://ws.audioscrobbler.com/2.0/?method=user.gettopalbums&user=niteria&api_key=b25b959554ed76058ac220b7b2e0a026&period=7day | |
Translacja ws.audioscrobbler.com... 195.24.233.55 | |
Łączenie się z ws.audioscrobbler.com|195.24.233.55|:80... połączono. | |
Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 200 OK | |
Długość: nieznana [text/xml] | |
Zapis do: `STDOUT' | |
[<=> ] 0 --.-K/s <?xml version="1.0" encoding="utf-8"?> | |
<lfm status="ok"> | |
<topalbums user="niteria" type="7day" page="1" perPage="50" totalPages="1" total="2"> | |
<album rank="1"> | |
<name>Vi</name> | |
<playcount>5</playcount> | |
<mbid></mbid> | |
<url>http://www.last.fm/music/Bondage+Fruit/Vi</url> | |
<artist> | |
<name>Bondage Fruit</name> | |
<mbid>cc4f4031-8d5a-41c8-8cdd-ce8ed4d164a0</mbid> | |
<url>http://www.last.fm/music/Bondage+Fruit</url> | |
</artist> | |
<image size="small">http://userserve-ak.last.fm/serve/34s/29819811.jpg</image> | |
<image size="medium">http://userserve-ak.last.fm/serve/64s/29819811.jpg</image> | |
<image size="large">http://userserve-ak.last.fm/serve/126/29819811.jpg</image> | |
<image size="extralarge">http://userserve-ak.last.fm/serve/300x300/29819811.jpg</image> | |
</album> <album rank="2"> | |
<name>Crystal Rainbow Pyramid Under The Stars</name> | |
<playcount>3</playcount> | |
<mbid></mbid> | |
<url>http://www.last.fm/music/Acid%2BMothers%2BTemple%2B%2526%2Bthe%2BMelting%2BParaiso%2BU.F.O/Crystal+Rainbow+Pyramid+Under+The+Stars</url> | |
<artist> | |
<name>Acid Mothers Temple & the Melting Paraiso U.F.O</name> | |
<mbid></mbid> | |
<url>http://www.last.fm/music/+noredirect/Acid%2BMothers%2BTemple%2B%2526%2Bthe%2BMelting%2BParaiso%2BU.F.O</url> | |
</artist> | |
<image size="small">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image> | |
<image size="medium">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image> | |
<image size="large">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image> | |
<image size="extralarge">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image> | |
</album></topalbums></lfm> | |
[ <=> ] 1.913 --.-K/s w 0s | |
2011-10-21 17:40:23 (112 MB/s) - zapisano na standardowe wyjście [1913] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment