From f8dc09b84a11b1f0a6146aa7c029c50ea7d30093 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 23 Nov 2015 17:54:13 -0800 Subject: [PATCH] youtube module - remove length quantifier --- pyircbot/modules/Youtube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyircbot/modules/Youtube.py b/pyircbot/modules/Youtube.py index c7574c2..90435eb 100755 --- a/pyircbot/modules/Youtube.py +++ b/pyircbot/modules/Youtube.py @@ -63,7 +63,7 @@ class Youtube(ModuleBase): out = '\x02\x031,0You\x0f\x030,4Tube\x02\x0f :: \x02%s\x02' % snippet["title"] - out += ' - length \x02' + out += ' - \x02' if duration["hours"]!=None: out += '%dh ' % int(duration["hours"]) if duration["minutes"]!=None: