pytube / scripts

Commit History

renamed cli to just pytube
bd8601d

Nick Ficano commited on

pep8, removed calls to deprecated methods.
aee8e93

Nick Ficano commited on

Default to cwd for path arg
a448255

Enrique Fernandez commited on

- added import print_function from __future__ for backward compatibility to 2.6
7e431a0

Janusz Paszyński commited on

- ported to 3.4.1 with backward compatibility
8d0500d

Janusz Paszyński commited on

Add missing whitespace between operators
6ec654e

Jose Diaz-Gonzalez commited on

Whitespace cleanup
b272f24

Jose Diaz-Gonzalez 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

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

san commited on

rearranged imports in cli
fe1b619

nficano commited on

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

nficano commited on