aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-10 11:24:27 -0500
committerJesús <heckyel@hyperbola.info>2019-12-10 11:24:27 -0500
commitf92fdb822eb030fc21087b56d49b6616272f2c33 (patch)
treedb6f58804d16edfa5e6f60674c83086408c16ce3 /hypervideo_gui.py
parentc475294749065edaba5e1d18744f9625ddf6c120 (diff)
downloadhypervideo-gui-f92fdb822eb030fc21087b56d49b6616272f2c33.tar.lz
hypervideo-gui-f92fdb822eb030fc21087b56d49b6616272f2c33.tar.xz
hypervideo-gui-f92fdb822eb030fc21087b56d49b6616272f2c33.zip
remove whitespace in URL
Diffstat (limited to 'hypervideo_gui.py')
-rw-r--r--hypervideo_gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervideo_gui.py b/hypervideo_gui.py
index d9b3639..b3e9a6c 100644
--- a/hypervideo_gui.py
+++ b/hypervideo_gui.py
@@ -187,6 +187,7 @@ class App(QMainWindow):
def url_entry(self):
''' Return URL EntryText'''
url = self.urlEntryText.text()
+ url = url.strip()
return url
def downloadVideo_callback(self):