Skip to content

Releases: FriendTeamInc/VodBot

v1.1.12 - Overflowing

30 May 20:56
f44d3eb

Choose a tag to compare

  • Fix video ID argument causing failures for newer videos. Twitch video ID's have surpassed the 32-bit unsigned integer limit, which caused newer videos to be un-query-able.

v1.1.11 - New Year New Fix

06 Jan 20:33
f92ebc1

Choose a tag to compare

  • Fix video usher URL arguments. Twitch appears to be gearing up support for AV1 codec and deprecated some old parameters. (#72)

v1.1.10 - Super Variety Super Fixes

11 Aug 20:11
376e311

Choose a tag to compare

  • Fix FFMPEG stderr redirection not working for downloads, uploads and thumbnails.
  • Add some messaging for a failed thumbnail generation.
  • Fix FFMPEG exit codes being checked by the subprocess library instead of by VodBot.
  • Fix FFMPEG failing to join video segments when their filenames contain URL query parameters. (#70)
  • Fix VodBot not recognizing access denial from Twitch for certain videos/segments, causing odd FFMPEG errors. (#71)

v1.1.9 - Versus Python Exceptions

07 Aug 21:27
a2a7737

Choose a tag to compare

  • Heavily discourage use of the old GQL Client ID. A message will pop up stating if you are using the old GQL Client ID, known to cause issues, and direct you to the GitHub wiki.
  • Fix unexpected crash when attempting to report errors on an upload. (#69)
  • Fix unexpected crash when VodBot is given a username that does not exist on Twitch. (#68)
  • Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

v1.1.8 - The Summer Update

07 Aug 03:01
7b83b14

Choose a tag to compare

  • Change the default Twitch GQL API key to the alternative one, for better compatibility.
  • Various updates to GQL queries for better resilience against errors and infinite loops.
  • Fix missing GQL exception, for better error reporting.

v1.1.7 - Lack of Integrity

06 May 00:25
e0d7812

Choose a tag to compare

  • Fix errors from GQL not being reported properly.
  • Fix the pagination "after" argument using empty strings instead of null when appropriate.

v1.1.6 - Finals Week

03 May 01:47
56f0d4b

Choose a tag to compare

  • Fix video usher URL. Old URL has been deprecated and stalled video downloads.
  • Added timeout for usher HTTP request to prevent future stalls.
  • Fix issue regarding viewing clips with the info command.
  • Fix issue regarding viewing channels with the info command.

v1.1.5 - Upload Update

17 Apr 22:36
88e1ae6

Choose a tag to compare

  • YouTube credentials can now be downloaded from a remote source to allow any user to upload videos with VodBot.
    • Added pull configuration field client_url, a URL to the credentials. URL must be pointing to a file accessible with HTTP/S, and be a base64 encoded JSON provided by a Google Developer Account. Default URL points to such a file provided by Friend Team Inc.
    • As of the release of this update, VodBot is still not a Google-approved app, causing a popup during the authentication process about how VodBot is not trusted by Google. I can talk all I'd like about how VodBot is trustworthy, but user discretion is advised.
  • Allow videos of all types beyond just archived streams to be downloaded as VODs.
    • This will be separated out into different types in a later update, but for now videos such as highlights, uploads, and premieres are treated as VODs.
  • Allow videos to be uploaded and notify subscribers of the channel uploaded to of the new uploaded content.
  • Fixed an issue not allowing blank text (empty string) to be added to thumbnails.
  • Fixed an issue with chat log display duration moving chat messages backward in time.
  • Fixed an issue with chat logs not appearing if they were too close (relative to display duration) to the end of the video.
  • Fixed an issue with video exports crashing VodBot when videos were not present.
  • Fixed a crash with downloading videos due to an old variable.
  • Fixed a crash when declaring streamers in stage arguments.
  • Fixed a rare crash when attempting to locate videos not in the cache.

v1.1.4 - Quick Fix 3

29 Jan 02:35
79537e9

Choose a tag to compare

  • Fixed an issue with exporting individual staged data.
    • Note: this was also stupid.

v1.1.3 - Quick Fix Team Fortress 2

29 Jan 01:47
23641d5

Choose a tag to compare

  • Fixed an issue with clip downloading crashing VodBot due to missing function arguments.
    • Note: this was stupid.