Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
458
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
84ba044d
Commit
84ba044d
authored
3 years ago
by
Pierre Ynard
Committed by
Hugo Beauzée-Luyssen
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
youtube.lua: document an "n" descrambling transformation
parent
16d6b231
No related branches found
Branches containing commit
No related tags found
1 merge request
!940
youtube.lua: exponential form integers in "n" descrambling input data
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
share/lua/playlist/youtube.lua
+1
-0
1 addition, 0 deletions
share/lua/playlist/youtube.lua
with
1 addition
and
0 deletions
share/lua/playlist/youtube.lua
+
1
−
0
View file @
84ba044d
...
...
@@ -286,6 +286,7 @@ function n_descramble( nparam, js )
alphabet2
=
{
func
=
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"
,
match
=
{
-- function(){for(var d=64,e=[];++d-e.length-32;){switch(d){case 58:d-=14;case 91:case 92:case 93:continue;case 123:d=47;case 94:case 95:case 96:continue;case 46:d=95}e.push(String.fromCharCode(d))}return e}
-- function(){for(var d=64,e=[];++d-e.length-32;)switch(d){case 46:d=95;default:e.push(String.fromCharCode(d));case 94:case 95:case 96:break;case 123:d-=76;case 92:case 93:continue;case 58:d=44;case 91:}return e}
"^function%(%){[^}]-case 58:d%-=14;"
,
"^function%(%){[^}]-case 58:d=44;"
,
...
...
This diff is collapsed.
Click to expand it.
Pierre Ynard
@linkfanel
mentioned in commit
72fc254d
·
3 years ago
mentioned in commit
72fc254d
mentioned in commit 72fc254d3bae128b81fc2d0eeb7baa3cda7eedea
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment