How to make a FLVGET plugin
===========================

  Plugins can be programmed with any compiled or interpreted language. The only
  requirements are:

  1.- When invoking the plugin with the -q option it must print to the stdout
    the string:

    FLVGET_PLUGIN|xxxx|yyyy

    being xxxx the name of the website and yyyy a pattern to identify the URL. 
    For example, use the pattern 'youtube.com' to identify the URL
    'http://www.youtube.com/watch.php?v=6duH3Z6w3jk' and the pattern
    'video.google.com' to identify the URL
    'http://video.google.com/videoplay?docid=-3182711082396344549'.

  2.- When invoking with the permalink of a video webpage it must print to the
    stdout the string:

    xxxx|yyyy

    being xxxx the URL to the video file and yyyy the name that the local
    file it will be saved to.

  3.- The plugin must have execution permissions and must be placed into the
    'plugins' directory.

  If you make a new plugin, please, send it to me to include it into the
	official release.
