mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 21:45:02 +03:00
version 0.3.5
This commit is contained in:
parent
00cd5b1bbc
commit
0929e4265e
@ -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
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
@ -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
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user