-
Notifications
You must be signed in to change notification settings - Fork 692
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
Commits on Aug 31, 2024
-
Run through the basic functions
Miles Bennett committedAug 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 5b28730 - Browse repository at this point
Copy the full SHA 5b28730View commit details -
Miles Bennett committed
Aug 31, 2024 Configuration menu - View commit details
-
Copy full SHA for eaad632 - Browse repository at this point
Copy the full SHA eaad632View commit details -
added the forced download function and added test files
Miles Bennett committedAug 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 1dbcb57 - Browse repository at this point
Copy the full SHA 1dbcb57View commit details
Commits on Sep 3, 2024
-
chore: Refactor VideoDownloaderToolkit to improve code readability an…
…d maintainability
zack committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 07c61bd - Browse repository at this point
Copy the full SHA 07c61bdView commit details -
feat: Add video screenshot capture functionality
zack committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for aa95c22 - Browse repository at this point
Copy the full SHA aa95c22View commit details -
feat: Add web video description extractor example
zack committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 845cd00 - Browse repository at this point
Copy the full SHA 845cd00View commit details -
feat: Add web video object recognition example
zack committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 85d5dce - Browse repository at this point
Copy the full SHA 85d5dceView commit details
Commits on Sep 6, 2024
-
feat: Add DuckDuckGo video object recognition example
Zack committedSep 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 76d9151 - Browse repository at this point
Copy the full SHA 76d9151View commit details -
feat: Add DuckDuckGo video object recognition results
Zack committedSep 6, 2024 Configuration menu - View commit details
-
Copy full SHA for b842f45 - Browse repository at this point
Copy the full SHA b842f45View commit details
Commits on Sep 10, 2024
-
refactor: update VideoDownloaderToolkit class and add download direct…
…ory para
Zack committedSep 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 0e501d9 - Browse repository at this point
Copy the full SHA 0e501d9View commit details
Commits on Sep 11, 2024
-
fix: Change test file directory
Zack committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 68f4d52 - Browse repository at this point
Copy the full SHA 68f4d52View commit details -
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 committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for a3a7119 - Browse repository at this point
Copy the full SHA a3a7119View commit details -
fix: Fix minor bugs and format issues
Zack committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 7f1ce25 - Browse repository at this point
Copy the full SHA 7f1ce25View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e3ad4f - Browse repository at this point
Copy the full SHA 0e3ad4fView commit details -
refactor: Update VideoDownloaderToolkit class and Removed the split_i…
…nto_chunks parameter and updated the
Zack committedSep 12, 2024 Configuration menu - View commit details
-
Copy full SHA for f35c1ee - Browse repository at this point
Copy the full SHA f35c1eeView commit details
Commits on Sep 13, 2024
-
refactor: Update video_toolkit.py and test_video_function.py
Zack committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 88db014 - Browse repository at this point
Copy the full SHA 88db014View commit details -
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 committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 157c76c - Browse repository at this point
Copy the full SHA 157c76cView commit details -
refactor: Update VideoDownloaderToolkit class
Zack committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for bca0eeb - Browse repository at this point
Copy the full SHA bca0eebView commit details -
Merge remote-tracking branch 'origin/master' into integrate-video-rea…
…ding
Zack committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for e1eda38 - Browse repository at this point
Copy the full SHA e1eda38View commit details -
Zack committed
Sep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 3c0c3bb - Browse repository at this point
Copy the full SHA 3c0c3bbView commit details -
Add yt-dlp to optional dependencies
Zack committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 2c9d137 - Browse repository at this point
Copy the full SHA 2c9d137View commit details
Commits on Sep 14, 2024
-
fix: Refactor VideoDownloaderToolkit class and update utils/__init__.…
…py and test_video_function.py
Zack committedSep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 75a804f - Browse repository at this point
Copy the full SHA 75a804fView commit details
Commits on Sep 19, 2024
-
fix: VideoDownloaderToolkit examples
Zack committedSep 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 89e71a9 - Browse repository at this point
Copy the full SHA 89e71a9View commit details
Commits on Sep 23, 2024
-
Zack committed
Sep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for ff2e5e6 - Browse repository at this point
Copy the full SHA ff2e5e6View commit details -
refactor: Remove the functionality of specifying a URL in the downloa…
…d method.
Zack committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 710a474 - Browse repository at this point
Copy the full SHA 710a474View commit details -
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 committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for d0c24bb - Browse repository at this point
Copy the full SHA d0c24bbView commit details -
Zack committed
Sep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for cadb897 - Browse repository at this point
Copy the full SHA cadb897View commit details -
Zack committed
Sep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 10884d0 - Browse repository at this point
Copy the full SHA 10884d0View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3463537 - Browse repository at this point
Copy the full SHA 3463537View commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22dd1fa - Browse repository at this point
Copy the full SHA 22dd1faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55c3ab0 - Browse repository at this point
Copy the full SHA 55c3ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d8683 - Browse repository at this point
Copy the full SHA 05d8683View commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39d4ea3 - Browse repository at this point
Copy the full SHA 39d4ea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ecc96 - Browse repository at this point
Copy the full SHA d7ecc96View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b372d30 - Browse repository at this point
Copy the full SHA b372d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb868dd - Browse repository at this point
Copy the full SHA bb868ddView commit details
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee5a803 - Browse repository at this point
Copy the full SHA ee5a803View commit details
Commits on Nov 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc10497 - Browse repository at this point
Copy the full SHA bc10497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 852bd7b - Browse repository at this point
Copy the full SHA 852bd7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bded21 - Browse repository at this point
Copy the full SHA 9bded21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3847346 - Browse repository at this point
Copy the full SHA 3847346View commit details -
Configuration menu - View commit details
-
Copy full SHA for df4b1ec - Browse repository at this point
Copy the full SHA df4b1ecView commit details