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.

11 lines
551 B

  1. [Core]
  2. Name = peertube
  3. Module = peertube
  4. [Documentation]
  5. Author = Le Cygne Noir
  6. Version = 0.1
  7. Website = https://git.lecygnenoir.info/LecygneNoir/prismedia
  8. Description = Upload to the peertube platform
  9. **NOT SECURE:** If the peertube instance you want to upload to has no SSL certificate (http but not https), you can set the environment variable `OAUTHLIB_INSECURE_TRANSPORT=1`. Keep in mind that using this option makes your credentials vulnerable to interception by a malicious 3rd party. Use this only with dummy credential on a test instance.