potatohandle = http.get("http://alekbnc.tk/potato/index.php?channel=computercraft&lines=20&raw=true")

if potatohandle.getResponseCode() == 200 and potatohandle then
 print(potatohandle.readAll())
 potatohandle.close() 
end
