youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 21ce434051f104bd270c4d03ddf524adc161f582
parent 5c0e5bc4df5beea3fe457e4c2d92643837f1e70e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 21 Oct 2017 02:14:25 +0700

[travis] Enable IRC notifications
Let's see how is it verbose now

Diffstat:
M.travis.yml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -20,7 +20,7 @@ notifications: email: - filippo.valsorda@gmail.com - yasoob.khld@gmail.com -# irc: -# channels: -# - "irc.freenode.org#youtube-dl" -# skip_join: true + irc: + channels: + - "irc.freenode.org#youtube-dl" + skip_join: true