logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git
commit: 7fd48d0413f1325619562a0ad0580e4a7fff34e1
parent 1b38b5be867a01808390ee320fa03c6512177a9b
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun, 20 Jul 2014 18:30:27 +0200

[youtube] Correct signature testcase

Diffstat:

Mtest/test_youtube_signature.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_youtube_signature.py b/test/test_youtube_signature.py @@ -49,7 +49,7 @@ _TESTS = [ u'http://s.ytimg.com/yts/swfbin/player-vfl5vIhK2/watch_as3.swf', u'swf', 86, - u'23456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!?#$%&\'()*+,-./:;<=>"' + u'O1I3456789abcde0ghijklmnopqrstuvwxyzABCDEFGHfJKLMN2PQRSTUVWXY\\!"#$%&\'()*+,-./:;<=>?' ), ]