Commit History

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

Rearranged/cleaned up instructions.
7b5a20e

nficano commited on

Updated README, added .psd to gitignore.
d1b1248

nficano commited on

AND a typo..
dee3c46

nficano commited on

modified installation instructions to use pip.
c1fb8a3

nficano commited on

fixed syntax error in setup.py
f763abc

nficano commited on

fixed classifier section of setup.py
59fde0c

nficano commited on

copy changes to README
c91e2d6

nficano commited on

Updated README copy.
a6d89a0

nficano commited on

Added better exception handling, fixed a ton of bugs, added setup.py.
4eb9602

nficano commited on

fixed typos and added bugs to README.
193f9f8

nficano commited on

Updated README and AUTHORS.
68bf686

nficano commited on

Merge pull request #1 from lorenzogil/master
4c28904

nficano commited on

Evaluate the status code and do nothing upon failure
83daefe

Lorenzo Gil Sanchez commited on

Remove trailing whitespace
a666c09

Lorenzo Gil Sanchez commited on

bug fixes, added ability to specify output directory.
9e8212f

Nick Ficano commited on

General housekeeping, no code modified.
66af1ac

nficano commited on

Removed my hardcoded path I had lazily set.
e97923e

nficano commited on