diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-10 11:24:27 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-10 11:24:27 -0500 |
commit | f92fdb822eb030fc21087b56d49b6616272f2c33 (patch) | |
tree | db6f58804d16edfa5e6f60674c83086408c16ce3 /hypervideo_gui.py | |
parent | c475294749065edaba5e1d18744f9625ddf6c120 (diff) | |
download | hypervideo-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.py | 1 |
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): |