diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-05-20 10:01:48 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-05-20 10:01:48 +0200 |
commit | 0b9f7cd074786abafcd35b26db4ecb4d92814393 (patch) | |
tree | e12d5030dfcdcce6686f66c9e53dbf6c33b27a2a | |
parent | 051df9ad99d0a29d9eb984970e3e431795b6e445 (diff) |
release 2015.05.202015.05.20
-rw-r--r-- | docs/supportedsites.md | 5 | ||||
-rw-r--r-- | youtube_dl/version.py | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 43fbe8b1d..a4879bd9a 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -142,6 +142,7 @@ - **Eporner** - **EroProfile** - **Escapist** + - **ESPN** (Currently broken) - **EveryonesMixtape** - **exfm**: ex.fm - **ExpoTV** @@ -338,6 +339,7 @@ - **OktoberfestTV** - **on.aol.com** - **Ooyala** + - **OoyalaExternal** - **OpenFilm** - **orf:fm4**: radio FM4 - **orf:iptv**: iptv.ORF.at @@ -451,6 +453,7 @@ - **Spike** - **Sport5** - **SportBox** + - **SportBoxEmbed** - **SportDeutschland** - **Srf** - **SRMediathek**: Saarländischer Rundfunk @@ -510,6 +513,8 @@ - **Turbo** - **Tutv** - **tv.dfb.de** + - **TV2** + - **TV2Article** - **TV4**: tv4.se and tv4play.se - **tvigle**: Интернет-телевидение Tvigle.ru - **tvp.pl** diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 38f00bc9b..b33385153 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.05.15' +__version__ = '2015.05.20' |