diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-17 03:49:55 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-17 03:49:59 +0100 |
commit | 8307aa73fb76bb68cd961400729a799c47105244 (patch) | |
tree | cffbecad139fc1656f87097a595cbd8458abe743 /test/test_youtube_signature.py | |
parent | d0da491e1e5bfc1e67f07539350002fa0717baec (diff) |
Remove youtube swf signature test
Apparently, swf players are no longer in use. If we find one, we'll readd it.
Diffstat (limited to 'test/test_youtube_signature.py')
-rw-r--r-- | test/test_youtube_signature.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_youtube_signature.py b/test/test_youtube_signature.py index 056700614..a3fc53047 100644 --- 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' - ), ] |