version 0.3.5

This commit is contained in:
Mort Yao 2013-03-14 23:17:34 +01:00
parent 00cd5b1bbc
commit 0929e4265e
4 changed files with 13 additions and 6 deletions

View File

@ -1,6 +1,13 @@
Changelog Changelog
========= =========
0.3.5
-----
*Date: 2013-03-15*
* Default to use FFmpeg for merging .flv files.
0.3.4 0.3.4
----- -----

View File

@ -1,13 +1,13 @@
# You-Get # You-Get
[![Build Status](https://api.travis-ci.org/soimort/you-get.png)](https://travis-ci.org/soimort/you-get)
[You-Get](https://github.com/soimort/you-get) is a video downloader runs on Python 3. It aims at easing the download of videos on [YouTube](http://www.youtube.com), [Youku](http://www.youku.com)/[Tudou](http://www.tudou.com) (biggest online video providers in China), [ Niconico](http://www.nicovideo.jp), etc., in one script. [You-Get](https://github.com/soimort/you-get) is a video downloader runs on Python 3. It aims at easing the download of videos on [YouTube](http://www.youtube.com), [Youku](http://www.youku.com)/[Tudou](http://www.tudou.com) (biggest online video providers in China), [ Niconico](http://www.nicovideo.jp), etc., in one script.
See the project homepage <http://www.soimort.org/you-get> for further documentation. See the project homepage <http://www.soimort.org/you-get> for further documentation.
Fork me on GitHub: <https://github.com/soimort/you-get> Fork me on GitHub: <https://github.com/soimort/you-get>
[![Build Status](https://api.travis-ci.org/soimort/you-get.png)](https://travis-ci.org/soimort/you-get)
## Features ## Features
### Supported Sites (As of Now) ### Supported Sites (As of Now)

View File

@ -1,14 +1,14 @@
You-Get You-Get
======= =======
.. image:: https://api.travis-ci.org/soimort/you-get.png
`You-Get <https://github.com/soimort/you-get>`_ is a video downloader runs on Python 3. It aims at easing the download of videos on `YouTube <http://www.youtube.com>`_, `Youku <http://www.youku.com>`_/`Tudou <http://www.tudou.com>`_ (biggest online video providers in China), `Niconico <http://www.nicovideo.jp>`_, etc., in one script. `You-Get <https://github.com/soimort/you-get>`_ is a video downloader runs on Python 3. It aims at easing the download of videos on `YouTube <http://www.youtube.com>`_, `Youku <http://www.youku.com>`_/`Tudou <http://www.tudou.com>`_ (biggest online video providers in China), `Niconico <http://www.nicovideo.jp>`_, etc., in one script.
See the project homepage http://www.soimort.org/you-get for further documentation. See the project homepage http://www.soimort.org/you-get for further documentation.
Fork me on GitHub: https://github.com/soimort/you-get Fork me on GitHub: https://github.com/soimort/you-get
.. image:: https://api.travis-ci.org/soimort/you-get.png
Features Features
-------- --------

View File

@ -2,5 +2,5 @@
__all__ = ['__version__', '__date__'] __all__ = ['__version__', '__date__']
__version__ = '0.3.4' __version__ = '0.3.5'
__date__ = '2013-03-08' __date__ = '2013-03-15'