Commit History
Merge pull request #24 from masipcat/cipher_parser
a2add68
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
Update api.py
879e8ac
insideou7
commited on
_get_video_info(self)
b13e816
insideou7
commited on
Merge pull request #16 from philipzae/patch-1
41f3181
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
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
part of previous commit
dc48062
renamed res arg to resolution for consistancy, moved pytube cli into repository root, renamed it pytubectl
cd7d3e7
fixed malformed import.
aeae76c
Removed unnecessary import of cli.
b0320f8
Reorganized, rewrote setup.py using distutils.
4d8ed3e
reverted back to setuptools. cleaned up setup.py.
68eac13
Updated version.
92c1714
changed setuptools to distutils.
7cad159
renamed LICENSE.txt to LICENSE.
4e6785d
fixed for PyPI!
d37cf80
Merge pull request #10 from randomchars/cli
004d56f
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
Merge pull request #7 from randomchars/master
9126f49
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