aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_youtube_sig.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove youtube sig testsPhilipp Hagemeister2013-08-071-79/+0
| | | | The signature algo changes too often for the static test to make sense.
* [youtube]: new algo for length 83 (fixes #1164)Jaime Marquínez Ferrándiz2013-08-021-1/+1
|
* YoutubeIE: new algo for length 86 (fixes #1156)Jaime Marquínez Ferrándiz2013-07-311-2/+9
| | | | Now is using the same length as the flash player used for age protected videos, but the algorithm is different, so now for age protected videos it first tries to use the old algo.
* YoutubeIE: add algo for length 79 (fixes #1126)Jaime Marquínez Ferrándiz2013-07-251-0/+5
|
* YoutubeIE: new algo for length 81 (fixes #1127)Jaime Marquínez Ferrándiz2013-07-251-1/+1
|
* YoutubeIE: new algo for length 87 (fixes #1105)patrickslin2013-07-241-1/+1
| | | | Squashed commit from the pull requests #1107, #1109 and #1110.
* YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslinJaime Marquínez Ferrándiz2013-07-191-1/+1
|
* Remove the test to signature of lengths 43,43Jaime Marquínez Ferrándiz2013-07-181-5/+0
| | | | It's already covered by the test for length 87
* YoutubeIE: add algo for length 90 (closes #1064)Jaime Marquínez Ferrándiz2013-07-181-5/+10
| | | | Order the cases from higher to lower length.
* Mark test_youtube_sig as non-executable (#1066)Philipp Hagemeister2013-07-171-0/+0
|
* [youtube] Add sig test for 92 (Thanks to @patrickslin)Philipp Hagemeister2013-07-171-0/+5
|
* YoutubeIE: add algo for length 81 (closes #1026)Jaime Marquínez Ferrándiz2013-07-111-0/+5
|
* YoutubeIE: a new algo for length 83Jaime Marquínez Ferrándiz2013-07-111-1/+1
|
* YoutubeIE: new algo for length 83 (closes #1017 and closes #1016)Jaime Marquínez Ferrándiz2013-07-101-1/+1
|
* a new day, a new s algo - fix #946Filippo Valsorda2013-06-271-7/+7
|
* Add a clean-room implementation for youtube signaturesPhilipp Hagemeister2013-06-271-0/+35
|
* Add test for youtube signature algorithmPhilipp Hagemeister2013-06-271-0/+22