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

created a module videoduration with func video_duration, videoduratio… #72

Merged
merged 2 commits into from
Nov 29, 2021

Conversation

akamhy
Copy link
Owner

@akamhy akamhy commented Nov 29, 2021

…n attr now in VideoHash class instances and video_duration func can also be accesed directly as videohash.video_duration also added tests for the new module

…n attr now in VideoHash class instances and video_duration func can also be accesed directly as videohash.video_duration also added tests for the new module
@akamhy
Copy link
Owner Author

akamhy commented Nov 29, 2021

this closes #67

@akamhy akamhy self-assigned this Nov 29, 2021
@akamhy akamhy added the enhancement New feature or request label Nov 29, 2021
@akamhy akamhy linked an issue Nov 29, 2021 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Nov 29, 2021

Codecov Report

Merging #72 (e91b2cc) into main (a73bda2) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #72      +/-   ##
==========================================
+ Coverage   99.08%   99.13%   +0.04%     
==========================================
  Files           8        9       +1     
  Lines         328      346      +18     
==========================================
+ Hits          325      343      +18     
  Misses          3        3              
Impacted Files Coverage Δ
videohash/__init__.py 100.00% <100.00%> (ø)
videohash/__version__.py 100.00% <100.00%> (ø)
videohash/videoduration.py 100.00% <100.00%> (ø)
videohash/videohash.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a73bda2...e91b2cc. Read the comment docs.

@akamhy akamhy merged commit 95904f4 into main Nov 29, 2021
@akamhy akamhy deleted the videoduration branch November 29, 2021 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add a duration attribute to the videohash objects
1 participant