Commit History

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

Updated README addressing how to get the highest resolution.
79213ed

nficano commited on

Merge pull request #7 from randomchars/master
9126f49

nficano commited on

Use the correct variable for filename.
baf625d

Richard Borcsik commited on

Fixed handling of filename changes.
1d4e561

Richard Borcsik commited on

Fixed video info parsing.
2b10fc1

Richard Borcsik commited on

Fixed python 3 compatibility
c5a6199

Richard Borcsik commited on

Updated for Python 3.x
8e1f892

nficano commited on

Added print statement back in, changed to rev 0.0.5, (1.0 will include unit tests, and CLI), update README
ee4539a

nficano commited on

Python 3.x! Reorganized file structure, removed print statements.
f984924

nficano commited on

Merge pull request #4 from randomchars/master
aaf6096

nficano commited on

Python 3 compatibility fixes.
9972145

Richard Borcsik commited on

Merge pull request #2 from ablanco/master
8c8aae3

nficano commited on

Add video signature to download url
865372f

Alejandro Blanco commited on

pep8, pyflakes, fixed typos, better comments.
a39264c

nficano commited on