Advertisement
DanielLaby99

youtube

Jul 17th, 2013
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. shell.run("clear")
  2. write("YouTuber: ")
  3. input = read()
  4. local page = http.get("http://www.youtube.com/"..input)
  5. local text = page.readAll()
  6. shell.run("clear")
  7. print(input)
  8. print(""..text:match([[subscribed"%s->([^<]*)]]))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement