Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
Fix permissions. Bump release to 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Apr 23, 2010
1 parent c9b27fa commit a4ab0b8
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 1 deletion.
Empty file modified .gitignore 100755 → 100644
Empty file.
6 changes: 6 additions & 0 deletions CHANGELOG.md 100755 → 100644
@@ -1,6 +1,12 @@
Change Log
==========

Version 1.2.1 *(2010-04-23)*
----------------------------
Bug Fixes:

* Add period between file name and extension for a proper full filename.

Version 1.2.0 *(2010-04-21)*
----------------------------
New Features:
Expand Down
Empty file modified LICENSE.txt 100755 → 100644
Empty file.
Empty file modified README.md 100755 → 100644
Empty file.
Empty file removed __init__.py
Empty file.
Empty file modified providers/__init__.py 100755 → 100644
Empty file.
Empty file modified providers/vimeo.py 100755 → 100644
Empty file.
Empty file modified providers/youtube.py 100755 → 100644
Empty file.
Empty file modified test/test.py 100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion video-downloader.py
Expand Up @@ -27,7 +27,7 @@
def main():
DEFAULT_DEBUG = False

print 'video-downloader-1.2.0 - by Jake Wharton <jakewharton@gmail.com>'
print 'video-downloader-1.2.1 - by Jake Wharton <jakewharton@gmail.com>'
print

parser = OptionParser(usage="Usage: %prog -p PROVIDER [-f FMT] [-d DIR] videoID [... videoID]")
Expand Down

0 comments on commit a4ab0b8

Please sign in to comment.