youtube-dl

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

commit 8307aa73fb76bb68cd961400729a799c47105244
parent d0da491e1e5bfc1e67f07539350002fa0717baec
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri, 17 Jan 2014 03:49:55 +0100

Remove youtube swf signature test

Apparently, swf players are no longer in use. If we find one, we'll readd it.

Diffstat:
Mtest/test_youtube_signature.py | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/test/test_youtube_signature.py b/test/test_youtube_signature.py @@ -27,12 +27,6 @@ _TESTS = [ 85, u'3456789a0cdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS[UVWXYZ!"#$%&\'()*+,-./:;<=>?@', ), - ( - u'https://s.ytimg.com/yts/swfbin/watch_as3-vflg5GhxU.swf', - u'swf', - 82, - u':/.-,+*)=\'&%$#"!ZYX0VUTSRQPONMLKJIHGFEDCBAzyxw>utsrqponmlkjihgfedcba987654321' - ), ]