Commit History

refs #2:
e1b4fb3

Eloar commited on

refs #1:
1cbc3b5

Eloar commited on

Merge pull request #42 from Eloar/3_issue
60c4b9d

Jose Diaz-Gonzalez commited on

- added info about 3.4 support to README and setup.py
d465490

Eloar commited on

- added __future__ import to example in README
68dad8e

Eloar commited on

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

Janusz Paszyński commited on

- ported example in README to 3.4.1
11b97fc

Janusz Paszyński commited on

- ported to 3.4.1 with backward compatibility
8d0500d

Janusz Paszyński commited on

Merge pull request #38 from Eloar/master
74f6c8f

Jose Diaz-Gonzalez commited on

- added requirements information to README file
630c299

Janusz Paszyński commited on

Merge pull request #36 from misterflibble/patch-1
de2505f

Jose Diaz-Gonzalez commited on

Update README.rst
eb6c785

Mister Flibble commited on

Release version 0.2.0
cae8b66

Jose Diaz-Gonzalez commited on

Link PyVideos in readme
e4dd656

Jose Diaz-Gonzalez commited on

Fix codeblock formatting
9a8ee23

Jose Diaz-Gonzalez commited on

Merge pull request #33 from NFicano/pypi-release
46ecb25

Jose Diaz-Gonzalez commited on

Cleanup setup.py
620e826

Jose Diaz-Gonzalez commited on

Add empty requirements.txt
b476880

Jose Diaz-Gonzalez commited on

Combine README.nd and README.rst
3c3f846

Jose Diaz-Gonzalez commited on

Add missing MANIFEST.in
ef70fdd

Jose Diaz-Gonzalez commited on

Move LICENSE to LICENSE.txt
44853ee

Jose Diaz-Gonzalez commited on

remove AUTHORS file
260c46c

Jose Diaz-Gonzalez commited on

add necessary gitignore entries
4bd1326

Jose Diaz-Gonzalez commited on

Add release script
d49484e

Jose Diaz-Gonzalez commited on

PEP8
7e36cb4

Jose Diaz-Gonzalez commited on

pep8
f3b34c0

Nick Ficano commited on

pep8
8da3a6a

Nick Ficano commited on

self-deprecating cleanup todos, defined encoding
1bc4125

Nick Ficano commited on

explicit exception imports, removed unused method
1020439

Nick Ficano commited on

updated readme
f4c1990

Nick Ficano commited on

commented, flake8, TODOs
1462750

Nick Ficano commited on

Merge pull request #30 from josegonzalez/master
49787f7

nficano commited on

Add decryption support for vevo and dashmpd. Closes #25
b8ccf52

Jose Diaz-Gonzalez commited on

Merge pull request #29 from josegonzalez/master
1e9bc15

nficano commited on

Use proper indentation
5b0ef62

Jose Diaz-Gonzalez commited on

Clean up logic behind indexing
ca28057

Jose Diaz-Gonzalez commited on

Remove unnecessary imports
323e8d9

Jose Diaz-Gonzalez commited on

Add missing whitespace between operators
6ec654e

Jose Diaz-Gonzalez commited on

Whitespace cleanup
b272f24

Jose Diaz-Gonzalez commited on

Remove redundant backslashes
1c09b71

Jose Diaz-Gonzalez commited on

Merge pull request #28 from jaimecosme/master
059f801

nficano commited on

Merge pull request #27 from sanfx/print_status_flush
77149bb

nficano commited on

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