From 84a935a1d475dee021402e5fb74c645ea43709d0 Mon Sep 17 00:00:00 2001 From: Christopher Rosell Date: Thu, 23 Aug 2012 22:46:06 +0200 Subject: Make the library more thread safe. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e82d3a2..7144428 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,10 @@ Using livestreamer as a library ------------------------------- Livestreamer is also a library. Short example: - import livestreamer + from livestreamer import * url = "http://twitch.tv/day9tv" + livestreamer = Livestreamer() channel = livestreamer.resolve_url(url) streams = channel.get_streams() -- cgit v1.2.3