diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2015-07-28 11:28:33 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2015-07-28 11:28:33 +0200 | 
| commit | 289bbb350e11ae1460db515560345088d7c58663 (patch) | |
| tree | 77c3cef3d0d3681c9796cd76b5251374499c80bf | |
| parent | d247a2c8bf2fe4e071cb35a2e2777fe16acecab3 (diff) | |
release 2015.07.282015.07.28
| -rw-r--r-- | docs/supportedsites.md | 3 | ||||
| -rw-r--r-- | youtube_dl/version.py | 2 | 
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 73445137f..657935dc6 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -51,6 +51,7 @@   - **bambuser:channel**   - **Bandcamp**   - **Bandcamp:album** + - **bbc**: BBC   - **bbc.co.uk**: BBC iPlayer   - **BeatportPro**   - **Beeg** @@ -224,6 +225,7 @@   - **InternetVideoArchive**   - **IPrima**   - **iqiyi**: 爱奇艺 + - **Ir90Tv**   - **ivi**: ivi.ru   - **ivi:compilation**: ivi.ru compilations   - **Izlesene** @@ -252,6 +254,7 @@   - **kuwo:song**: 酷我音乐   - **la7.tv**   - **Laola1Tv** + - **Lecture2Go**   - **Letv**: 乐视网   - **LetvPlaylist**   - **LetvTv** diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 280afdd7f..fa157cadb 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@  from __future__ import unicode_literals -__version__ = '2015.07.21' +__version__ = '2015.07.28'  | 
