From 8c8eb672fcb84ca6384bfbb05285d732335c429e Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Sun, 21 Jul 2013 01:56:49 +0200 Subject: [PATCH] youtube: Take over maintainership, update copyrights --- modules/youtube/backend.py | 6 +++--- modules/youtube/pages.py | 4 +++- modules/youtube/test.py | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/modules/youtube/backend.py b/modules/youtube/backend.py index 61ce645f..a27a35a6 100644 --- a/modules/youtube/backend.py +++ b/modules/youtube/backend.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010-2011 Christophe Benz, Romain Bignon +# Copyright(C) 2010-2013 Christophe Benz, Romain Bignon, Laurent Bachelier # # This file is part of weboob. # @@ -46,8 +46,8 @@ __all__ = ['YoutubeBackend'] class YoutubeBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'youtube' - MAINTAINER = u'Christophe Benz' - EMAIL = 'christophe.benz@gmail.com' + MAINTAINER = u'Laurent Bachelier' + EMAIL = 'laurent@bachelier.name' VERSION = '0.g' DESCRIPTION = 'YouTube video streaming website' LICENSE = 'AGPLv3+' diff --git a/modules/youtube/pages.py b/modules/youtube/pages.py index 48b39068..25d2b235 100644 --- a/modules/youtube/pages.py +++ b/modules/youtube/pages.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010-2011 Christophe Benz, Romain Bignon +# Copyright(C) 2010-2013 Christophe Benz, Romain Bignon, Laurent Bachelier # # This file is part of weboob. # @@ -17,6 +17,8 @@ # You should have received a copy of the GNU Affero General Public License # along with weboob. If not, see . +# Some parts are taken from youtube-dl, licensed under the UNLICENSE. + from urlparse import parse_qsl import re diff --git a/modules/youtube/test.py b/modules/youtube/test.py index 274aa457..fa1cbada 100644 --- a/modules/youtube/test.py +++ b/modules/youtube/test.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright(C) 2010-2011 Romain Bignon +# Copyright(C) 2010-2013 Romain Bignon, Laurent Bachelier # # This file is part of weboob. #