Commit Graph

12 Commits (8e2ec95575fc8157da1ec3ec408737f200aa44d7)

Author SHA1 Message Date
tinybug 85b9275517 Update jsinterp.py
http://s.ytimg.com/yts/jsbin/html5player-zh_HK-vfl1NK6PR/html5player.js 
fix raise ExtractorError
Philipp Hagemeister 4cb71e9b6a [jsinterp] Fix slice
Philipp Hagemeister 16f8e9df8a [jsinterp] Allow uppercase object names
Philipp Hagemeister 892e3192fb [jsinterp] Do not expect dot in simple function call
Jaime Marquínez Ferrándiz ebe832dc37 [jsinterp] 'reverse' modifies the array in place (fixes )
Philipp Hagemeister 825abb8175 [jsinterp] Implement splice and general improvement
I still get 403s on YouTube though.
Philipp Hagemeister 9f43890bcd [jsinterp] Allow digits in function names
Jaime Marquínez Ferrándiz ad25aee245 [youtube & jsinterp] Fix signature extraction (fixes )
Some functions are defined now inside an object, the jsinterp will search its definition if the variable is not defined in the local namespace.
Philipp Hagemeister fc040bfd05 [jsinterp] Prevent mis-recognitions of local functions
Philipp Hagemeister 61989fb5e9 [jsinterp] Remove superfluous u
Philipp Hagemeister 77ffa95701 [jsinterp] Better error messages
Philipp Hagemeister 2b25cb5d76 [youtube] Move JavaScript interpreter into its own module