Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Integrate video reading #883

Merged
merged 42 commits into from
Nov 24, 2024
Merged

feat: Integrate video reading #883

merged 42 commits into from
Nov 24, 2024

Commits on Aug 31, 2024

  1. Run through the basic functions

    Miles Bennett committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    5b28730 View commit details
    Browse the repository at this point in the history
  2. complete the video_toolkit

    Miles Bennett committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    eaad632 View commit details
    Browse the repository at this point in the history
  3. added the forced download function and added test files

    Miles Bennett committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    1dbcb57 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. chore: Refactor VideoDownloaderToolkit to improve code readability an…

    …d maintainability
    zack committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    07c61bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa95c22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    845cd00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85d5dce View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    76d9151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b842f45 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    0e501d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. fix: Change test file directory

    Zack committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    68f4d52 View commit details
    Browse the repository at this point in the history
  2. refactor: Update .gitignore and test_video_function.py

    - Update .gitignore to include new download configuration files and temporary video directory
    - Refactor test_video_function.py to use VideoDownloaderToolkit class and update test cases
    Zack committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a3a7119 View commit details
    Browse the repository at this point in the history
  3. fix: Fix minor bugs and format issues

    Zack committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7f1ce25 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. polish docstring format

    Wendong-Fan committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0e3ad4f View commit details
    Browse the repository at this point in the history
  2. refactor: Update VideoDownloaderToolkit class and Removed the split_i…

    …nto_chunks parameter and updated the
    Zack committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f35c1ee View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    88db014 View commit details
    Browse the repository at this point in the history
  2. refactor: Update utils/__init__.py and test_video_function.py

    - Added calculate_file_hash and file_exists_and_is_identical functions to utils/__init__.py
    - Added test_video_screenshots_download function to test_video_function.py
    Zack committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    157c76c View commit details
    Browse the repository at this point in the history
  3. refactor: Update VideoDownloaderToolkit class

    Zack committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    bca0eeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1eda38 View commit details
    Browse the repository at this point in the history
  5. Refactor poetry.lock

    Zack committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3c0c3bb View commit details
    Browse the repository at this point in the history
  6. Add yt-dlp to optional dependencies

    Zack committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2c9d137 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. fix: Refactor VideoDownloaderToolkit class and update utils/__init__.…

    …py and test_video_function.py
    Zack committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    75a804f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix: VideoDownloaderToolkit examples

    Zack committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    89e71a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. refactor

    Zack committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ff2e5e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    710a474 View commit details
    Browse the repository at this point in the history
  3. refactor: Remove URL parameter from VideoDownloaderToolkit constructo…

    …r and update usage in web_video_object_recognition.py, web_video_description_extractor.py, and test_video_function.py
    Zack committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d0c24bb View commit details
    Browse the repository at this point in the history
  4. refactor: Format

    Zack committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cadb897 View commit details
    Browse the repository at this point in the history
  5. fix

    Zack committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    10884d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. merge master

    WHALEEYE committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3463537 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. refactor codes

    WHALEEYE committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    22dd1fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55c3ab0 View commit details
    Browse the repository at this point in the history
  3. small fix

    WHALEEYE committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    05d8683 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. test: change test to mocks

    WHALEEYE committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    39d4ea3 View commit details
    Browse the repository at this point in the history
  2. merge master

    WHALEEYE committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d7ecc96 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    b372d30 View commit details
    Browse the repository at this point in the history
  2. polish based on review

    Wendong-Fan committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    bb868dd View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    ee5a803 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. update examples

    WHALEEYE committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    bc10497 View commit details
    Browse the repository at this point in the history
  2. test folder naming

    Wendong-Fan committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    852bd7b View commit details
    Browse the repository at this point in the history
  3. pre commit

    Wendong-Fan committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    9bded21 View commit details
    Browse the repository at this point in the history
  4. update

    Wendong-Fan committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    3847346 View commit details
    Browse the repository at this point in the history
  5. update test

    Wendong-Fan committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    df4b1ec View commit details
    Browse the repository at this point in the history