aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/youtube_genalgo.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove youtube_genalgo (#1515)Philipp Hagemeister2013-09-271-116/+0
| | | | With the automatic signature extraction, this script has become superfluous now
* [youtube] update algos for length 86 and 84 (fixes #1494)Jaime Marquínez Ferrándiz2013-09-241-4/+4
|
* [youtube] add algo for length 91Jaime Marquínez Ferrándiz2013-09-201-0/+3
|
* Merge pull request #1464 from patrickslin/patch-7Jaime Marquínez Ferrándiz2013-09-201-0/+4
| | | | Unable to decrypt signature length 93 (fixes #1461)
* Update 85 signature (Fixes #1449)Philipp Hagemeister2013-09-171-2/+2
| | | | This is the first signature algorithm to have been parsed automatically, although that only works for HTML5 players for now, and is not yet integrated into master.
* [youtube] update algo for length 82 (fixes #1416)Jaime Marquínez Ferrándiz2013-09-121-2/+2
|
* [youtube] update algo for length 85 (fixes #1408 and fixes #1406)Jaime Marquínez Ferrándiz2013-09-111-2/+2
|
* Merge pull request #1378 from patrickslin/patch-6Jaime Marquínez Ferrándiz2013-09-061-2/+2
| | | | Vevo sig changed again, please update for us! Thanks very much! (fixes #...
* [youtube] update algo for length 86Jaime Marquínez Ferrándiz2013-08-301-2/+2
|
* [youtube] update algo for length 84Jaime Marquínez Ferrándiz2013-08-291-2/+2
| | | | Only appears sometimes, nearly identical to length 86.
* [youtube] update algo for length 86 (fixes #1349)Jaime Marquínez Ferrándiz2013-08-291-2/+2
|
* [youtube] update algo for length 88, thanks to @Ramhack (fixes #1328)Jaime Marquínez Ferrándiz2013-08-281-2/+2
|
* [youtube] update algo for length 84Jaime Marquínez Ferrándiz2013-08-241-2/+2
|
* [youtube] update algo for length 86 (fixes #1302)Jaime Marquínez Ferrándiz2013-08-231-2/+2
|
* [youtube] add algo for length 80 and update player infoJaime Marquínez Ferrándiz2013-08-231-1/+4
|
* [youtube] update algo for length 82 (fixes #1296)Jaime Marquínez Ferrándiz2013-08-221-1/+1
|
* Update algo - see #1254Emilien Kenler2013-08-181-5/+5
| | | | Signed-off-by: Emilien Kenler <hello@emilienkenler.com>
* Update generatorEmilien Kenler2013-08-121-5/+8
| | | | Signed-off-by: Emilien Kenler <hello@emilienkenler.com>
* [youtube]: new algo for length 83 (fixes #1164)Jaime Marquínez Ferrándiz2013-08-021-2/+2
|
* YoutubeIE: new algo for length 86 (fixes #1156)Jaime Marquínez Ferrándiz2013-07-311-2/+10
| | | | 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/+3
|
* YoutubeIE: new algo for length 81 (fixes #1127)Jaime Marquínez Ferrándiz2013-07-251-2/+2
|
* Add Youtube player info for length 87Jaime Marquínez Ferrándiz2013-07-241-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-2/+2
|
* YoutubeIE: add algo for length 90 (closes #1064)Jaime Marquínez Ferrándiz2013-07-181-0/+3
| | | | Order the cases from higher to lower length.
* Merge pull request #1068 from MiLk/genalgo-youtube-92Jaime Marquínez Ferrándiz2013-07-181-0/+3
|\ | | | | | | [youtube] Add generator for signature 92
| * [youtube] Add generator for signature 92Emilien Kenler2013-07-171-0/+3
|/
* YoutubeIE: add algo for length 81 (closes #1026)Jaime Marquínez Ferrándiz2013-07-111-0/+3
|
* YoutubeIE: a new algo for length 83Jaime Marquínez Ferrándiz2013-07-111-2/+2
|
* YoutubeIE: new algo for length 83 (closes #1017 and closes #1016)Jaime Marquínez Ferrándiz2013-07-101-2/+2
|
* keep track of the dates and html5player versions of working YT signature algosFilippo Valsorda2013-06-291-0/+7
|
* a new day, a new s algo - fix #946Filippo Valsorda2013-06-271-1/+1
|
* Check in signature generatorPhilipp Hagemeister2013-06-271-0/+76