aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_youtube_signature.py
Commit message (Collapse)AuthorAgeFilesLines
* [test] Use `pytest` instead of `nosetests` (#482)pukkandan2021-07-231-1/+3
| | | | `nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099 and will stop working in py 3.10 as can be seen in #480
* [cleanup] Point all shebang to `python3` (#372)felix2021-06-061-1/+1
| | | | Authored by: fstirlitz
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-2/+2
| | | | | | | | | * All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan
* Update to ytdl-2021.02.10pukkandan2021-02-111-21/+10
| | | | Except: [archiveorg] Fix and improve extraction (5fc53690cbe6abb11941a3f4846b566a7472753e)
* [youtube] Update to ytdl-2021.02.04.1pukkandan2021-02-041-5/+1
|
* [skip travis] renamingUnknown2020-09-021-2/+2
| | | to avoid using same folder when using pip install for example
* [youtube] Improve player id extraction and add testsSergey M․2020-05-021-0/+22
|
* 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 :(