Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [youtube] Improve player id extraction and add tests | Sergey M․ | 2020-05-02 | 1 | -0/+22 |
| | |||||
* | Update coding style after pycodestyle 2.1.0 | Yen Chi Hsuan | 2016-11-17 | 1 | -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 support | Philipp Hagemeister | 2015-02-18 | 1 | -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 YDL | Philipp Hagemeister | 2015-02-10 | 1 | -2/+3 |
| | |||||
* | [test_youtube_signature] Fix import | Michael Käufl | 2014-11-12 | 1 | -1/+1 |
| | | | | Broken in commit 8c25f81beea169c9d6540eea1a6f71dc045da6ed | ||||
* | [youtube] Remove swf signature test cases | Philipp Hagemeister | 2014-09-29 | 1 | -12/+0 |
| | | | | These files are now 0 Bytes | ||||
* | [jsinterp] Add new testcase | Philipp Hagemeister | 2014-07-25 | 1 | -1/+7 |
| | |||||
* | [test_youtube_signatures] Modernize | Philipp Hagemeister | 2014-07-24 | 1 | -29/+31 |
| | |||||
* | [jsinterp] 'reverse' modifies the array in place (fixes #3334) | Jaime Marquínez Ferrándiz | 2014-07-24 | 1 | -1/+7 |
| | |||||
* | [jsinterp] Allow digits in function names | Philipp Hagemeister | 2014-07-23 | 1 | -0/+6 |
| | |||||
* | [youtube] Add swf signature test case (#3270) | Philipp Hagemeister | 2014-07-20 | 1 | -0/+6 |
| | |||||
* | [youtube] Correct signature testcase | Philipp Hagemeister | 2014-07-20 | 1 | -1/+1 |
| | |||||
* | [youtube] Move swfinterp into its own file | Philipp Hagemeister | 2014-07-18 | 1 | -3/+9 |
| | |||||
* | [youtube & jsinterp] Fix signature extraction (fixes #3255) | Jaime Marquínez Ferrándiz | 2014-07-15 | 1 | -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 test | Philipp Hagemeister | 2014-07-11 | 1 | -2/+2 |
| | |||||
* | [youtube] Add test for new signature scheme (#3232) | Philipp Hagemeister | 2014-07-11 | 1 | -2/+10 |
| | |||||
* | [test/youtube_signature] Add a test with the last player | Jaime Marquínez Ferrándiz | 2014-02-04 | 1 | -0/+6 |
| | | | | To verify it correctly handles function with “$” in their names. | ||||
* | Remove youtube swf signature test | Philipp Hagemeister | 2014-01-17 | 1 | -6/+0 |
| | | | | Apparently, swf players are no longer in use. If we find one, we'll readd it. | ||||
* | [tests] Remove global_setup function | Philipp Hagemeister | 2013-11-25 | 1 | -3/+0 |
| | |||||
* | Simplify tests | Philipp Hagemeister | 2013-10-15 | 1 | -6/+10 |
| | | | | | | | * Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up | ||||
* | Work around nosetests nosiness | Philipp Hagemeister | 2013-09-22 | 1 | -2/+2 |
| | |||||
* | Change test target (Verified with node.js) | Philipp Hagemeister | 2013-09-21 | 1 | -1/+1 |
| | |||||
* | Restore accidentally deleted commits | Philipp Hagemeister | 2013-09-21 | 1 | -0/+80 |
That's what happens if you let Windows machines write :( |