get-pytube / pytube3

A lightweight, dependency-free Python 3 library (and command-line utility) for downloading YouTube Videos.
https://pytube3.readthedocs.io
Other
177 stars 55 forks source link

Playlist, StreamQuery, and CaptionQuery implement Sequence #52

Closed hbmartin closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #52 into master will increase coverage by 0.52%. The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   88.07%   88.59%   +0.52%     
==========================================
  Files          14       14              
  Lines         998     1026      +28     
==========================================
+ Hits          879      909      +30     
+ Misses        119      117       -2
Impacted Files Coverage Δ
pytube/monostate.py 86.66% <100%> (+2.05%) :arrow_up:
pytube/contrib/playlist.py 96.9% <100%> (+1.03%) :arrow_up:
pytube/exceptions.py 100% <100%> (ø) :arrow_up:
pytube/streams.py 93.49% <100%> (+0.45%) :arrow_up:
pytube/__main__.py 82.22% <41.66%> (-2.82%) :arrow_down:
pytube/query.py 99.01% <95%> (+1.06%) :arrow_up:
pytube/extract.py 95.45% <96.42%> (+4.8%) :arrow_up:

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 8adc165...e10b0fd. Read the comment docs.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.4%) to 88.825% when pulling e10b0fd10e0f1ac9064b7c88304df0a00ae47211 on sequence-objects into 51df39960291fb6f9ad4e19cc21eef236d445e5f on master.