Scripting way to upload videos to peertube and youtube
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
594 B

  1. For our plugins we are using [yaspy](http://yapsy.sourceforge.net).
  2. # Types
  3. For an example of the exact methods required to be recognized as a particular type of plugin, see the concerned interface definition.
  4. ## Interface
  5. Plugins that present an interface (cli, gui, configuration folders, …) for the user to tell Prismedia wich video needs to be uploaded, the infos of the videos, …
  6. ## Platform
  7. Also called uploaders, they are the one doing the actual work of uploading video to a particular platform.
  8. ## Consumer
  9. Thoses do actions once the upload is finished (successful or failed).