6. Extract Subfunction Names - Linux13524/YoutubeDecipher GitHub Wiki

Load the subfunction names and store them together with the type (see: Subfunction Types) and the argument.

Needs: Subfunctions definition

RegEx:

(\w\w):function\(.+?\){(.*?)}

RegEx (Group 1):
Subfunction names
RegEx (Group 2):
Subfunction definitions


Next: Extract Decipher

⚠️ **GitHub.com Fallback** ⚠️