Tube Getter Changelog

What's new in Tube Getter 2.1.1

May 11, 2024
  • Fix converting to mp3 after downloading BitChute media as 'audio' bug.

New in Tube Getter 2.1 (May 10, 2024)

  • Add pychute - BitChute download lib
  • Implement bitchute logic
  • Create format_filename, convert_time, convert_date and convert_to_mp3 in helpers
  • Refactor add_action for BitChute
  • Refactor switch_action for BitChute
  • Create get_bc_data_for_table
  • Create bc_download
  • Create bc_convert for 'audio' bc_download
  • Refactor or break to smaller parts to avoid repetition and nesting
  • Fix various bugs

New in Tube Getter 2.0 RC 1 (May 6, 2024)

  • Tube Getter v2.0 release candidate 1:
  • New table, which displays a lot more information about YouTube media: thumbnail, video title, channel name, video views and date uploaded
  • Modern download bar
  • Download speed info now in bottom right corner
  • Window resizable by creating dynamic GUI
  • Various BUGFIXES

New in Tube Getter 1.2.9 (Apr 25, 2024)

  • Remember any changes made to headings width in the treeview.

New in Tube Getter 1.2.7 (Apr 21, 2024)

  • Refactor code to use classes
  • Implement customtkinter for moder gui
  • Implement sv_ttk for modern ttk treeview
  • Change lib from pytube to pytubefix
  • Implement auto theme detect - os dependant
  • Update requirements and readme
  • Various bugfixes

New in Tube Getter 1.2.6 (Apr 7, 2024)

  • change youtube handler from pytube to pytubefix

New in Tube Getter 1.2.5 (Aug 20, 2023)

  • Improve error handling.
  • Fix regex error with Pytube.

New in Tube Getter 1.2.4 (Aug 11, 2023)

  • Add option to delete single item from download queue.
  • Add focus to URL entry

New in Tube Getter 1.2.3 (Aug 6, 2023)

  • Fixed:
  • Fix playlist recognition in URL
  • Fix position of the settings_window
  • Always on top does not apply to the settings_window

New in Tube Getter 1.2.2 (Aug 4, 2023)

  • Changes:
  • Tranistion path for settings.json to keep permanent settings
  • BUGFIXES:
  • Fix saving settings when close button pressed
  • Fix update status information when downloading video stream

New in Tube Getter 1.2.1 (Aug 2, 2023)

  • Application logic moved to Tkinter
  • Various UI design improvments
  • "Settings" window created with option to choose "output_folder"
  • Audio / Video switch added to dynamically update the table with relevant information
  • Improved updating information in the table (updating specific row instead of a refreshing a whole table)
  • Added right click menu in URL entry with "Paste" and "Clear" options
  • User can now use "Enter" buttob to add items to queue
  • Download speed - converting to Mib/s if speed exceeds 1000 KiB/s