diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-04-03 10:22:25 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-04-03 10:22:25 +0200 |
commit | a9cbab173584c716219b348ff36ccd5274f75249 (patch) | |
tree | d11ad04a9e52f923fef5025dee4cfe63ce94c38c | |
parent | 6b7556a554a490a21307fec65cdaefc3331027c6 (diff) |
release 2015.04.032015.04.03
-rw-r--r-- | docs/supportedsites.md | 6 | ||||
-rw-r--r-- | youtube_dl/version.py | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/supportedsites.md b/docs/supportedsites.md index fd59cc2be..2785b9587 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -111,6 +111,7 @@ - **DctpTv** - **DeezerPlaylist** - **defense.gouv.fr** + - **DHM**: Filmarchiv - Deutsches Historisches Museum - **Discovery** - **divxstage**: DivxStage - **Dotsub** @@ -120,6 +121,7 @@ - **DrTuber** - **DRTV** - **Dump** + - **Dumpert** - **dvtv**: http://video.aktualne.cz/ - **EaglePlatform** - **EbaumsWorld** @@ -253,6 +255,7 @@ - **Mgoon** - **Minhateca** - **MinistryGrid** + - **miomio.tv** - **mitele.es** - **mixcloud** - **MLB** @@ -286,6 +289,8 @@ - **NBA** - **NBC** - **NBCNews** + - **NBCSports** + - **NBCSportsVPlayer** - **ndr**: NDR.de - Mediathek - **NDTV** - **NerdCubedFeed** @@ -501,6 +506,7 @@ - **Urort**: NRK P3 Urørt - **ustream** - **ustream:channel** + - **Varzesh3** - **Vbox7** - **VeeHD** - **Veoh** diff --git a/youtube_dl/version.py b/youtube_dl/version.py index dd93e295a..e1c385bec 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.03.28' +__version__ = '2015.04.03' |