Commit History

Fix for two videos with same extension and resolution.
405881a

jaimecosme commited on

added exit call when either resolution or extension is missed
c9d7e5d

san commited on

covert relative path to absolute path at the time being passed from commad line, updated Downlaoding message to print where the file is saved to, check to make sure user passes both extension and resolution and print to shell if not sure what resolution to choose, and fix for progress bar dispay on windows.
c411b95

san commited on

working progress bar on OSx
a491b92

san commited on

removed white spaces and call to _main in wrapper
41aadfb

san commited on

added progress bar, and function to read size in human readable format, updated call to print_status function
533fad4

san commited on

Merge pull request #26 from sanfx/print_status_flush
3986432

nficano commited on

fixed printing status, flushes prvious status
44732de

san commited on

Merge pull request #20 from chid/patch-1
95f3431

nficano commited on

Merge pull request #21 from mursts/patch-py3
4f7600c

nficano commited on

Merge pull request #23 from masipcat/master
a1efb8f

nficano commited on

Merge pull request #24 from masipcat/cipher_parser
a2add68

nficano commited on

Merge branch 'cipher_parser'
1f26cac

JMasip commited on

Bug fixed and faster
dfa43a7

JMasip commited on

Some optimizations
a7373a3

JMasip commited on

Now Pytube supports videos with signatures!
6a71074

JMasip commited on

fixed python 3 compatibility
5cccd0e

mursts commited on

convert tab to space
aca9cc7

mursts commited on

Update README.md
2cd1554

Charley Peng commited on

Merge pull request #19 from insideou7/master
f6e4c8e

nficano commited on

Update api.py
879e8ac

insideou7 commited on

_get_video_info(self)
b13e816

insideou7 commited on

Merge pull request #16 from philipzae/patch-1
41f3181

nficano commited on

fixed spelling mistake
6a0ea0f

Jay Philips commited on

added README.rst, updated copy
6d01af7

NFicano commited on

Merge pull request #15 from b-mcg/master
418a180

nficano commited on

Changed formatting.
c8980cd

b-mcg commited on

Changed formatting, added error checking during download, and added downloading message.
ace5847

b-mcg commited on

Changed formatting.
f334abc

b-mcg commited on

rearranged imports in cli
fe1b619

nficano commited on

part of previous commit
dc48062

nficano commited on

renamed res arg to resolution for consistancy, moved pytube cli into repository root, renamed it pytubectl
cd7d3e7

nficano commited on

fixed malformed import.
aeae76c

nficano commited on

Removed unnecessary import of cli.
b0320f8

nficano commited on

Reorganized, rewrote setup.py using distutils.
4d8ed3e

nficano commited on

reverted back to setuptools. cleaned up setup.py.
68eac13

nficano commited on

Updated version.
92c1714

nficano commited on

changed setuptools to distutils.
7cad159

nficano commited on

renamed LICENSE.txt to LICENSE.
4e6785d

nficano commited on

fixed for PyPI!
d37cf80

nficano commited on

Merge pull request #10 from randomchars/cli
004d56f

nficano commited on

Bump version number.
5fa0ac3

Richard Borcsik commited on

Added error handling.
7d6d1a7

Richard Borcsik commited on

Add a command line tool.
d892f3a

Richard Borcsik commited on

Added myself to the AUTHORS file.
4e78f3b

Richard Borcsik commited on

PEP8 cleanup.
0275bdb

Richard Borcsik commited on

Corrected variable
e3bd6a1

Richard Borcsik commited on

Update comments
1711abb

Richard Borcsik commited on

Correct indentation
48f367d

Richard Borcsik commited on

Add callbacks to Video.download. Refactored console printing into utils.py
47bd4f1

Richard Borcsik commited on