Skip to content

Latest commit

 

History

History
283 lines (214 loc) · 27.6 KB

CHANGELOG.md

File metadata and controls

283 lines (214 loc) · 27.6 KB

Changelog

v3.0.0 (2023-04-08)

Full Changelog

Fixed bugs:

  • [Bug] Error trying to download tiktok - Browser closed unexpectedly #103
  • 🐛 🐞 Fix bugs of #61 #184 (Martouta)

Closed issues:

  • Do not save subtitles if the whole thing is empty 😂 #161
  • Support audio .m4a #135
  • Support webm #130
  • Allow to run resources with local paths #129
  • For YouTube, get the subtitles/captions when they are already in Youtube #61
  • Save timestamp in subtitles #57
  • Remove support for Google Cloud Speech-To-Text if they carry on with Project Nimbus (apartheid support) 🇵🇸 💪🏽 #15
  • Add support for other Speech-to-Text AI platforms 🗣️ #14

Merged pull requests:

v2.0.1 (2022-07-28)

Full Changelog

Fixed bugs:

  • [Bugfix] Error trying to download tiktok - Browser closed unexpectedly #107 (Martouta)

Merged pull requests:

v2.0.0 (2022-06-16)

Full Changelog

Fixed bugs:

  • [Bug] [YouTube] pytube.exceptions.RegexMatchError: __init__: could not find match for ^\w+\W #66
  • [Bugfix] [YouTube] pytube.exceptions.RegexMatchError: __init__: could not find match for ^\w+\W #72 (Martouta)

Closed issues:

  • Check and do or discard the optional tasks of #75 #80
  • Add a changelog for version 2.0.0 #74
  • With the requirements pointing to forked repos, point to a tag instead of a branch #73
  • Set up Test Coverage #7
  • Clarify what 'GOOGLE_LOCAL' means. #1

Merged pull requests:

  • Rename type -> integration #100 (Martouta)
  • Set up CHANGELOG 💃🏻 #99 (Martouta)
  • Test Youtube download params & Fix YT Tests #98 (Martouta)
  • [Refactor] Remove unused imports from TestResourceAudio + Use GOOGLE_API_URL #97 (Martouta)
  • Test exceptions of recognising an audio #96 (Martouta)
  • Ensure and test __str__ for models #95 (Martouta)
  • Remove extension and get it from the URL for hosted #94 (Martouta)
  • [Refactor] Use InputItems instead of the downloaders #93 (Martouta)
  • [CircleCI] Upgrade to a next-gen Docker convenience image. #92 (Martouta)
  • [Refactor] Remove json_input_resources file in favor of fetch_input_messages #91 (Martouta)
  • Replace hosted_audio|video in JSONs #90 (Martouta)
  • Add Makefile to execute locally some common commands #89 (Martouta)
  • Replace hosted_audio|video for just 'hosted' and remove filename param #88 (Martouta)
  • [Refactor] Use resources/multimedia path instead of resources/videos|audios #87 (Martouta)
  • [Refactor] Extract fetch_input_messages from __main__ into its own file #86 (Martouta)
  • In requirements*.txt, point to git tags/releases instead of branches #85 (Martouta)
  • [CircleCI] Do not install python-dev or gcc #84 (Martouta)
  • Organise project (app) and resources into some subfolders #83 (Martouta)
  • Upload Test Coverage to Coveralls #82 (Martouta)
  • Set up test coverage #81 (Martouta)
  • Recognise chunks in Google Cloud only through default credentials #79 (Martouta)
  • [Doc] Add project description and a few extra initial info to README #78 (Martouta)
  • Adapt code to new input format for initial expectations of version 2.0.0 #77 (Martouta)
  • Raise ValueError in Subtitle#save_subs if ENV SUBS_LOCATION value is not supported #76 (Martouta)
  • Document README for initial expectations of version 2.0.0 #75 (Martouta)
  • [CircleCI] Run Tests verbosely and with warnings #71 (Martouta)
  • Support TikTok videos (through PyTikTokAPI==0.0.5 - no playwright required) #70 (Martouta)
  • Bump google-cloud-speech from 2.14.0 to 2.14.1 #69 (dependabot[bot])
  • Skip test_download_multimedia_for_youtube only in CircleCI #68 (Martouta)
  • Rename download_multimedia_from_url -> download_multimedia #67 (Martouta)
  • Remove port in ProcessResource test #65 (Martouta)
  • Order pip requirements/dependencies alphabetically #64 (Martouta)
  • Bump protobuf from 3.20.1 to 4.21.1 #62 (dependabot[bot])
  • Bump google-cloud-speech from 2.13.1 to 2.14.0 #60 (dependabot[bot])

v1.0.7 (2022-05-14)

Full Changelog

Closed issues:

  • For pytube, use only audio #56

Merged pull requests:

v1.0.6 (2022-05-09)

Full Changelog

Merged pull requests:

v1.0.5 (2022-02-15)

Full Changelog

Fixed bugs:

  • 2022-02-07 04:02:25,086 - root - ERROR - <class 'AttributeError'> : 'NoneType' object has no attribute 'span' #39

Merged pull requests:

v1.0.4 (2022-02-07)

Full Changelog

Closed issues:

  • AttributeError: 'NoneType' object has no attribute 'span'; File "/usr/local/lib/python3.10/site-packages/pytube/parser.py" #33

Merged pull requests:

v1.0.3 (2021-12-16)

Full Changelog

Merged pull requests:

v1.0.2 (2021-12-13)

Full Changelog

Merged pull requests:

v1.0.1 (2021-11-03)

Full Changelog

Fixed bugs:

  • Bug: urllib.error.URLError: urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate #21

Closed issues:

  • Setup Python linters: flake8 + mypy + pydocstyle #10
  • [CircleCI] Do not always hold tests #8
  • Fix CodeClimate 1s code smells #5
  • Test JSON input/output #4
  • Setup Kafka in CircleCI #3

Merged pull requests:

v1.0.0 (2021-10-15)

Full Changelog

Fixed bugs:

Merged pull requests:

  • [Snyk] Security upgrade python from 3.10.0rc1-slim to 3.10-slim #16 (snyk-bot)
  • Bump google-cloud-speech from 2.9.3 to 2.10.0 #13 (dependabot[bot])
  • Refactor Dockerfile for a safer and simplest Production-ready image. #12 (Martouta)
  • Add 1st badges to README. #6 (Martouta)

* This Changelog was automatically generated by github_changelog_generator