aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/livestreamer/__init__.py')
-rw-r--r--src/livestreamer/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/livestreamer/__init__.py b/src/livestreamer/__init__.py
index 0e399b9..e429e7e 100644
--- a/src/livestreamer/__init__.py
+++ b/src/livestreamer/__init__.py
@@ -1,5 +1,9 @@
from livestreamer import plugins
+import os.path
+
+RCFILE = os.path.expanduser("~/.livestreamerrc")
+
def resolve_url(url):
for name, plugin in plugins.get_plugins().items():
if plugin.can_handle_url(url):