Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit f0b2922

Browse files
committed
Release version 1.3.4
1 parent 961ba5d commit f0b2922

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

uget-chrome-wrapper/bin/uget-chrome-wrapper

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import urllib2
3030
from mimetypes import guess_extension
3131

3232
UGET_COMMAND = "uget-gtk"
33-
VERSION = "1.3.2"
33+
VERSION = "1.3.4"
3434

3535
# Platform specific configuration
3636
if sys.platform == "win32":
@@ -109,4 +109,4 @@ def Main():
109109

110110

111111
if __name__ == '__main__':
112-
Main()
112+
Main()

uget-chrome-wrapper/debian/changelog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
uget-chrome-wrapper (1.3.3-1) xenial; urgency=medium
1+
uget-chrome-wrapper (1.3.4-1) xenial; urgency=medium
22

3+
* Fix %20 in extracted file name
4+
35
* Extract Youtube video names from links generated by SaveFrom.net
46

57
* Fixing bug in urls with 'version'

0 commit comments

Comments
 (0)