aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_youtube_signature.py
Commit message (Collapse)AuthorAgeFilesLines
* Update coding style after pycodestyle 2.1.0Yen Chi Hsuan2016-11-171-0/+1
| | | | | | | | | | In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches
* [jsinterp] Disable comment supportPhilipp Hagemeister2015-02-181-0/+6
| | | | | | | | We need a proper lexer to be able to understand YouTube's code, which contains /* inside of strings. For now it's sufficient to just disable comment support altogether. Fixes #4976, fixes #4979, fixes #4980, fixes #4981, fixes #4982. Closes #4977.
* [test/test_youtube_signature] Use fake YDLPhilipp Hagemeister2015-02-101-2/+3
|
* [test_youtube_signature] Fix importMichael Käufl2014-11-121-1/+1
| | | | Broken in commit 8c25f81beea169c9d6540eea1a6f71dc045da6ed
* [youtube] Remove swf signature test casesPhilipp Hagemeister2014-09-291-12/+0
| | | | These files are now 0 Bytes
* [jsinterp] Add new testcasePhilipp Hagemeister2014-07-251-1/+7
|
* [test_youtube_signatures] ModernizePhilipp Hagemeister2014-07-241-29/+31
|
* [jsinterp] 'reverse' modifies the array in place (fixes #3334)Jaime Marquínez Ferrándiz2014-07-241-1/+7
|
* [jsinterp] Allow digits in function namesPhilipp Hagemeister2014-07-231-0/+6
|
* [youtube] Add swf signature test case (#3270)Philipp Hagemeister2014-07-201-0/+6
|
* [youtube] Correct signature testcasePhilipp Hagemeister2014-07-201-1/+1
|
* [youtube] Move swfinterp into its own filePhilipp Hagemeister2014-07-181-3/+9
|
* [youtube & jsinterp] Fix signature extraction (fixes #3255)Jaime Marquínez Ferrándiz2014-07-151-0/+6
| | | | Some functions are defined now inside an object, the jsinterp will search its definition if the variable is not defined in the local namespace.
* [youtube] Correct signature testPhilipp Hagemeister2014-07-111-2/+2
|
* [youtube] Add test for new signature scheme (#3232)Philipp Hagemeister2014-07-111-2/+10
|
* [test/youtube_signature] Add a test with the last playerJaime Marquínez Ferrándiz2014-02-041-0/+6
| | | | To verify it correctly handles function with “$” in their names.
* Remove youtube swf signature testPhilipp Hagemeister2014-01-171-6/+0
| | | | Apparently, swf players are no longer in use. If we find one, we'll readd it.
* [tests] Remove global_setup functionPhilipp Hagemeister2013-11-251-3/+0
|
* Simplify testsPhilipp Hagemeister2013-10-151-6/+10
| | | | | | | * Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up
* Work around nosetests nosinessPhilipp Hagemeister2013-09-221-2/+2
|
* Change test target (Verified with node.js)Philipp Hagemeister2013-09-211-1/+1
|
* Restore accidentally deleted commitsPhilipp Hagemeister2013-09-211-0/+80
That's what happens if you let Windows machines write :(