From b4541820c5b4a532ed2d027fc7ad1e2318df5a8b Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sat, 30 Dec 2017 18:57:44 -0500 Subject: [PATCH] Adding support for the vimb browser --- rtv/objects.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtv/objects.py b/rtv/objects.py index 6da21e8..9466db8 100644 --- a/rtv/objects.py +++ b/rtv/objects.py @@ -33,9 +33,9 @@ def patch_webbrowser(): https://bugs.python.org/issue31348 """ - # Add the suckless.org surf browser, which isn't in the python - # standard library + # Add support for browsers that aren't defined in the python standard library webbrowser.register('surf', None, webbrowser.BackgroundBrowser('surf')) + webbrowser.register('vimb', None, webbrowser.BackgroundBrowser('vimb')) # Fix the opera browser, see https://github.com/michael-lazar/rtv/issues/476. # By default, opera will open a new tab in the current window, which is