diff options
| -rw-r--r-- | docs/supportedsites.md | 5 | ||||
| -rw-r--r-- | youtube_dl/version.py | 2 | 
2 files changed, 4 insertions, 3 deletions
| diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 5016ba4bc..2e5283747 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -67,7 +67,8 @@   - **Bpb**: Bundeszentrale für politische Bildung   - **BR**: Bayerischer Rundfunk Mediathek   - **Break** - - **Brightcove** + - **brightcove:legacy** + - **brightcove:new**   - **bt:article**: Bergens Tidende Articles   - **bt:vestlendingen**: Bergens Tidende - Vestlendingen   - **BuzzFeed** @@ -366,6 +367,7 @@   - **nowness:playlist**   - **nowness:series**   - **NowTV** + - **NowTVList**   - **nowvideo**: NowVideo   - **npo**: npo.nl and ntr.nl   - **npo.nl:live** @@ -425,7 +427,6 @@   - **qqmusic:playlist**: QQ音乐 - 歌单   - **qqmusic:singer**: QQ音乐 - 歌手   - **qqmusic:toplist**: QQ音乐 - 排行榜 - - **Quickscope**: Quick Scope   - **QuickVid**   - **R7**   - **radio.de** diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 6585d60d5..6f601cbb1 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@  from __future__ import unicode_literals -__version__ = '2015.11.13' +__version__ = '2015.11.15' | 
