- Add a fallback parser in case Parse::Lex is not available
authorRalf Ertzinger <sun@ryoko-darknet.camperquake.de>
Sun, 15 Nov 2009 15:19:30 +0000 (16:19 +0100)
committerRalf Ertzinger <sun@ryoko-darknet.camperquake.de>
Sun, 15 Nov 2009 15:19:30 +0000 (16:19 +0100)
commit58b8459c57374848e30ec37cf026a8c7680a8a9f
tree803dbdeed438e0f4fc5d4b61697e4ebfbb50a231
parent385562c7e75f81207b5079415eaea99792b91a9a
- Add a fallback parser in case Parse::Lex is not available
  (*cough*Debian*cough). JSArrayParser->new() will return the
  best available parser
videosite/JSArrayParser.pm [new file with mode: 0644]
videosite/JSLexArrayParser.pm
videosite/JSSimpleArrayParser.pm [new file with mode: 0644]
videosite/YouTubeGrabber.pm