youtube-dl

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

commit bc4850908c710f1129273aca23daae4df015a472
parent 20650c865465fb1edad0203b573e25c573efd1a7
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Tue,  4 Feb 2014 21:56:17 +0100

[test/youtube_signature] Add a test with the last player

To verify it correctly handles function with “$” in their names.

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

diff --git 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', + ), ]