53 Commits (0ddbca711cc0ba3a0c367f36bc7994f32fd2ff42)
 

Author SHA1 Message Date
  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
  victor.hery 8968438af2 Bugfix, no quotes are allowed inside peertube_secret 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 605f1a8d67 Validate options schema after parsing NFO, to validate data imported from NFO (sanity checks) 6 years ago
  LecygneNoir 5c5c70b246 Add option to choose which platform to upload to (default is Youtube and Peertube) 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 d25162120e Add nfo_example to precise the NFO usage 6 years ago
  LecygneNoir a2f4ff137f Add support for a full NFO file to specify options for each uploaded videos 6 years ago
  LecygneNoir 57a4043231 Add indication to get client_id and client_secret for peertube authentication 6 years ago
  LecygneNoir 6a1ddc0faf Add a more precise and usable documentation to be able to use the tool more easily :-) 6 years ago
  LecygneNoir 8626ca0a87 Cancel Thumbmail support as Youtube API does not even support it... 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 ac91e9b918 rename project to prismedia, thanks to @rigelk for the idea! 6 years ago
  LecygneNoir 4c58f14cdf add category options with conversion between peertube/youtube 6 years ago
  LecygneNoir c79309e091 edit some import to be compatible with python 2.7 6 years ago
  LecygneNoir 097f3af92f Merge branch 'master' of meewan/ptyt_upload into master 6 years ago
  meewan 010931d8b7 pep8 6 years ago
  LecygneNoir 117e58a807 Merge branch 'master' of meewan/ptyt_upload into master 6 years ago
  meewan ad25a4d15e fix magic package name 6 years ago
  LecygneNoir fbde389349 support tags for peertube, refer https://github.com/requests/toolbelt/issues/190 6 years ago
  LecygneNoir 67643ead20 feature checked box 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 729101b468 add request-toolbelt as dependency 6 years ago
  LecygneNoir 6fb8e530b1 forget to delete a test print 6 years ago
  LecygneNoir eba921205a better how to and features list to clarify the project todo list 6 years ago
  LecygneNoir 33687a1a90 store youtube credentials in a file to avoid asking creds for each uploads 6 years ago
  LecygneNoir 3e0865ad43 correct docopt syntax and validation with schema 6 years ago
  LecygneNoir 8863c6856d modify yt lib to use docopt instead of argparser arguments 6 years ago
  LecygneNoir bd8c143661 add quick how to 6 years ago
  LecygneNoir 2bc82613f7 typo in title 6 years ago
  LecygneNoir 297e61dd4a add dependencies 6 years ago
  LecygneNoir d0cf9bced0 replace argparser with docopt + schema 6 years ago
  LecygneNoir 2f2925055e add peertube URL and https/http config to the peertube_secret config file 6 years ago
  LecygneNoir c634582177 youtube upload is now working 6 years ago
  LecygneNoir 0347a52e29 add peertube_secret.sample 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 a5dc43654a add client_secret sample for examples and tests 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