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

Commit

Permalink
Prepare v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lgobinath committed May 17, 2017
1 parent ea5f1b3 commit 31965f0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions uget-chrome-wrapper/bin/uget-chrome-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ UGET_COMMAND = "uget-gtk"
VERSION = "2.0.4"

logger = logging.getLogger()
log_file_path = join(expanduser('~'), 'uget-chrome-wrapper.log')
logging.basicConfig(format='%(asctime)s [%(levelname)s]: %(message)s', filename=log_file_path, filemode='a', level=logging.DEBUG)
# log_file_path = join(expanduser('~'), 'uget-chrome-wrapper.log')
# logging.basicConfig(format='%(asctime)s [%(levelname)s]: %(message)s', filename=log_file_path, filemode='a', level=logging.DEBUG)
logger.propagate = False

# Platform specific configuration
Expand Down
16 changes: 9 additions & 7 deletions uget-chrome-wrapper/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
uget-chrome-wrapper (2.0.2-1) xenial; urgency=medium
uget-chrome-wrapper (2.0.4-1) xenial; urgency=medium

* Add cookie support

* Fix error in Python 3.4 & 3.5

* Migrate to Python 3

* Fix %20 in extracted file name

* Extract Youtube video names from links generated by SaveFrom.net

* Fixing bug in urls with 'version'

* Downgrading Python dependency

* Adding support for Chromium and Vivaldi

* Fixing integration issue with extension and filename format

* Initial release

-- Loganathan Gobinath <slgobinath@gmail.com> Sun, 02 Oct 2016 08:28:40 +0530
2 changes: 1 addition & 1 deletion uget-chrome-wrapper/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Package: uget-chrome-wrapper
Architecture: any
Depends: uget (>= 2.0.2), python3 (>= 3.4.0)
Description: uGet Chrome Wrapper
Integrate uGet Download manager with Google Chrome, Chromium, Vivaldi and Opera
Integrate uGet Download manager with Google Chrome, Chromium, Vivaldi, Opera and Firefox

0 comments on commit 31965f0

Please sign in to comment.