fix(userdata): Dropped sloppy JSOn parser in favour of a true JavaScript AST analyzer
authorSebastian Golasch <public@asciidisco.com>
Mon, 27 Feb 2017 12:54:06 +0000 (13:54 +0100)
committerSebastian Golasch <public@asciidisco.com>
Mon, 27 Feb 2017 12:54:06 +0000 (13:54 +0100)
commit0dad9aee7bac49ad5c34d9a49511da25d00a6d4c
tree1cf8c4f0fa48eb9c1ef23a76f51abf71989e1955
parent559ce4832693d6a8e805ce50c1d6a3283cda6c88
fix(userdata): Dropped sloppy JSOn parser in favour of a true JavaScript AST analyzer
resources/lib/NetflixSession.py
resources/lib/pyjsparser/__init__.py [new file with mode: 0644]
resources/lib/pyjsparser/parser.py [new file with mode: 0644]
resources/lib/pyjsparser/pyjsparserdata.py [new file with mode: 0644]
resources/lib/pyjsparser/std_nodes.py [new file with mode: 0644]
resources/lib/utils.py