aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/__init__.py
diff options
context:
space:
mode:
authorGravatar Christopher Rosell <chrippa@tanuki.se>2012-06-13 16:06:27 +0200
committerGravatar Christopher Rosell <chrippa@tanuki.se>2012-06-13 16:06:27 +0200
commit0b0be39ebf40379a6cc9262a2b8c54223cdba062 (patch)
treeb37cad9bc46170c7bfa15eabbca3a60223793a6a /src/livestreamer/__init__.py
parent04aae63fb01a6056558e16a0d149424fd073bc31 (diff)
Added global options module.
- Removed argument handlers from plugins and use options instead. - Removed arguments to stream.open() and use options instead. - Added rtmpdump option to override location manually.
Diffstat (limited to 'src/livestreamer/__init__.py')
-rw-r--r--src/livestreamer/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/livestreamer/__init__.py b/src/livestreamer/__init__.py
index 1934e2d..1369fe5 100644
--- a/src/livestreamer/__init__.py
+++ b/src/livestreamer/__init__.py
@@ -18,7 +18,6 @@ def resolve_url(url):
def get_plugins():
return plugins.get_plugins()
-
PluginError = plugins.PluginError
NoStreamsError = plugins.NoStreamsError
NoPluginError = plugins.NoPluginError