1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-05 18:39:37 +02:00

release 2015.02.10.3

This commit is contained in:
Philipp Hagemeister 2015-02-10 05:42:47 +01:00
parent 8f84f57183
commit 04bbe41330
3 changed files with 3 additions and 1 deletions

View File

@ -77,6 +77,7 @@ # OPTIONS
on Windows)
--flat-playlist Do not extract the videos of a playlist,
only list them.
--no-color Do not emit color codes in output.
## Network Options:
--proxy URL Use the specified HTTP/HTTPS proxy. Pass in

View File

@ -225,6 +225,7 @@ # Supported sites
- **mailru**: Видео@Mail.Ru
- **Malemotion**
- **MDR**
- **media.ccc.de**
- **metacafe**
- **Metacritic**
- **Mgoon**

View File

@ -1,3 +1,3 @@
from __future__ import unicode_literals
__version__ = '2015.02.10.2'
__version__ = '2015.02.10.3'