logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git
commit: b6ea11b9675fadd6961fb46ea35bfb88df902ae5
parent b8c74d606aff4a325cdcc951df99495690f40054
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun, 20 Jul 2014 20:45:36 +0200

[youtube] Add swf signature test case (#3270)

Diffstat:

Mtest/test_youtube_signature.py6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/test/test_youtube_signature.py b/test/test_youtube_signature.py @@ -51,6 +51,12 @@ _TESTS = [ 86, u'O1I3456789abcde0ghijklmnopqrstuvwxyzABCDEFGHfJKLMN2PQRSTUVWXY\\!"#$%&\'()*+,-./:;<=>?' ), + ( + u'http://s.ytimg.com/yts/swfbin/player-vflmDyk47/watch_as3.swf', + u'swf', + u'F375F75BF2AFDAAF2666E43868D46816F83F13E81C46.3725A8218E446A0DECD33F79DC282994D6AA92C92C9', + u'9C29AA6D499282CD97F33DCED0A644E8128A5273.64C18E31F38361864D86834E6662FAADFA2FB57F' + ), ]