37 Commits (develop)

Author SHA1 Message Date
  LecygneNoir 2e600bc455 Fix bug with trailing / in peertube url. fix #6 5 years ago
  LecygneNoir a160b2e409 Use thumbnail as preview for peertube, fix #7 5 years ago
  LecygneNoir 6dd929a7c8 Fix old variable path inside peertube upload 5 years ago
  LecygneNoir 4803069178 Add thumbnail support for youtube 5 years ago
  LecygneNoir b442f15b17 Add thumbnail support for peertube 5 years ago
  LecygneNoir c822a10d0e Add utilities to manage thumbnail 5 years ago
  LecygneNoir c1e6e032c9 add checks for the jq command and update README 6 years ago
  LecygneNoir 4ec8960451 use refresh_token instead of access_token to plan video in cron, to be able to generate a new token even if token has expired 6 years ago
  LecygneNoir 28f964bf2e plan video only if video has been uploaded with success 6 years ago
  LecygneNoir 677e4eea5f change languages for Peertube according to 1.0.0-beta4 6 years ago
  LecygneNoir 0ddbca711c add verbose logging with date 6 years ago
  LecygneNoir d2c6154738 Add the publishAt option to allow planned publication for your videos. See README for prerequisites 6 years ago
  LecygneNoir ac6db56355 Add new feature to force compatibility tag with Mastodon publication (peertube) 6 years ago
  LecygneNoir 768bbb0215 Typo in error messages 6 years ago
  LecygneNoir 1975704954 Displaying video URL after upload 6 years ago
  LecygneNoir f3e0369710 Add options to choose audio language for the video (default is English) 6 years ago
  LecygneNoir 54beb8ee7e Add some protection for tags (no empty tag, no tag with more than 30 chars) 6 years ago
  LecygneNoir 6be996b9a3 Check the NFO feature in README! :-) 6 years ago
  LecygneNoir a2f4ff137f Add support for a full NFO file to specify options for each uploaded videos 6 years ago
  LecygneNoir 5d68cc79f7 correction to be more pep8 compliant (mostly typo) 6 years ago
  LecygneNoir 7c12bcbc31 Add nsfw option for Peertube only, YT api does not support it at the moment 6 years ago
  LecygneNoir 0295402194 Use docopt default for description instead of "or" when constructing the body (which is duplicate) 6 years ago
  LecygneNoir 4be4a1727e Add option to disable comments on Peertube (Youtube has no option in API to do that) 6 years ago
  LecygneNoir 2abcf711b8 add possibility to choose privacy 6 years ago
  LecygneNoir c8efa820ff add possibility to choose license cca for Youtube 6 years ago
  LecygneNoir 4c58f14cdf add category options with conversion between peertube/youtube 6 years ago
  meewan 010931d8b7 pep8 6 years ago
  LecygneNoir fbde389349 support tags for peertube, refer https://github.com/requests/toolbelt/issues/190 6 years ago
  LecygneNoir 2e8f019cdb peertube upload now supported 6 years ago
  LecygneNoir 1ecc9cab25 print error message prefixed by Youtube for more reliability 6 years ago
  LecygneNoir 6fb8e530b1 forget to delete a test print 6 years ago
  LecygneNoir 33687a1a90 store youtube credentials in a file to avoid asking creds for each uploads 6 years ago
  LecygneNoir 8863c6856d modify yt lib to use docopt instead of argparser arguments 6 years ago
  LecygneNoir c634582177 youtube upload is now working 6 years ago
  victor héry 54338a1c1c use youtube_secret instead of client_secret to allow more flexibility (possibility to use peertube_secret) 6 years ago
  victor héry d395398595 libs outlines 6 years ago
  victor héry ab18459d20 import youtube upload from Youtube samples 6 years ago