Skip to content

Commit

Permalink
Version 0.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Apr 9, 2018
1 parent e39345e commit c6a979b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion amg/__init__.py
Expand Up @@ -2,7 +2,7 @@

""" Browse & play embedded tracks from Angry Metal Guy music reviews. """

__version__ = "0.4.18"
__version__ = "0.4.19"
__author__ = "desbma"
__license__ = "GPLv3"

Expand Down Expand Up @@ -346,6 +346,7 @@ def download_audio(review, track_urls):
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
ydl.download(track_urls)
except youtube_dl.utils.DownloadError as e:
raise e
# already logged
# logging.getLogger().warning("Download error : %s" % (e))
pass
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -8,4 +8,4 @@ r128gain>=0.5.0
requests>=2.6.0
unidecode>=0.4.20
web_cache>=1.0.2
youtube-dl>=2018.02.08
youtube-dl>=2018.04.03

0 comments on commit c6a979b

Please sign in to comment.