From: Jaime Marquínez Ferrándiz Date: Tue, 4 Feb 2014 20:56:17 +0000 (+0100) Subject: [test/youtube_signature] Add a test with the last player X-Git-Tag: 2014.02.04.1~5 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=bc4850908c710f1129273aca23daae4df015a472;p=youtube-dl.git [test/youtube_signature] Add a test with the last player To verify it correctly handles function with “$” in their names. --- diff --git a/test/test_youtube_signature.py b/test/test_youtube_signature.py index a3fc53047d..8417c55a6d 100644 --- a/test/test_youtube_signature.py +++ b/test/test_youtube_signature.py @@ -27,6 +27,12 @@ _TESTS = [ 85, u'3456789a0cdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS[UVWXYZ!"#$%&\'()*+,-./:;<=>?@', ), + ( + u'https://s.ytimg.com/yts/jsbin/html5player-vfle-mVwz.js', + u'js', + 90, + u']\\[@?>=<;:/.-,+*)(\'&%$#"hZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjiagfedcb39876', + ), ]