Skip to content

Releases: golangf/porjo--youtubeuploader

Generated ".zip" for 32-bit Linux & Windows

29 Nov 06:43
Compare
Choose a tag to compare

I have not tested if video upload works. If you're lucky, it might. 😅

Fixing extract problem after download

04 Sep 04:42
Compare
Choose a tag to compare

For some reason tar extraction failed. See below and educate me if possible. For the time being i am switching to zip archive.

> setup-youtubeuploader@19.6.0 install /home/wolfram/Documents/setup-youtubeuploader
> node install

setup: Downloading https://github.com/golangf/youtubeuploader/releases/download/19.6/youtubeuploader_linux_amd64.gz
[====================] 100% 0.0s
(node:6824) UnhandledPromiseRejectionWarning: Error: Invalid tar header. Maybe the tar is corrupted or it needs to be gunzipped?
    at Object.exports.decode (/home/wolfram/Documents/setup-youtubeuploader/node_modules/tar-stream/headers.js:267:43)
    at Extract.onheader (/home/wolfram/Documents/setup-youtubeuploader/node_modules/tar-stream/extract.js:124:39)
    at Extract._write (/home/wolfram/Documents/setup-youtubeuploader/node_modules/tar-stream/extract.js:250:8)
    at doWrite (/home/wolfram/Documents/setup-youtubeuploader/node_modules/readable-stream/lib/_stream_writable.js:428:64)
    at writeOrBuffer (/home/wolfram/Documents/setup-youtubeuploader/node_modules/readable-stream/lib/_stream_writable.js:417:5)
    at Extract.Writable.write (/home/wolfram/Documents/setup-youtubeuploader/node_modules/readable-stream/lib/_stream_writable.js:334:11)
    at Gunzip.ondata (_stream_readable.js:713:22)
    at Gunzip.emit (events.js:314:20)
    at addChunk (_stream_readable.js:303:12)
    at readableAddChunk (_stream_readable.js:279:9)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:6824) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:6824) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
audited 114 packages in 28.778s
found 0 vulnerabilities

Fix: Random caption upload failures

20 Dec 14:41
Compare
Choose a tag to compare

🙃 Retry 8 times uploading caption (waiting didnt work).

Try fix: Random caption upload failures

20 Dec 04:21
Compare
Choose a tag to compare

🙃 Wait 1sec after uploading video or uploading caption may fail.

Search top 50 results for title match

20 Nov 17:17
Compare
Choose a tag to compare

🙃 Make sure to search top 50 results.
🙃 Previously only searched top 5 results.

Bug fixes!!

18 Nov 12:21
Compare
Choose a tag to compare

🙃 Setting environment variables is easy 🍽

Meta template strings now supported

17 Nov 20:18
Compare
Choose a tag to compare

You can now:

🙃 Specify template strings for title, description, and tags.
🙃 Command-line options and environment variables now override meta details.

# template strings are replaced by values from meta
youtubeuploader -v vid.mp4 -m meta.json -ot "${title} | Game" -ok "${tags},game,console"

Please check setup instructions in main page.

Video update now supported

15 Nov 15:59
Compare
Choose a tag to compare

You can now:

  • 🙃 Specify video description file (path).
  • 🙃 Search video by title, and get video ID.
  • 🙃 Update video details, such as title, description, privacy.
  • 🙃 Update video thumbnail, upload caption, and add to playlist after upload.

Please check setup instructions in main page.

Captions & title search

07 Nov 16:31
Compare
Choose a tag to compare

Captions & title search