diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-11-18 19:23:04 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-11-18 19:23:04 +0100 |
commit | 82beaabb41f015b4aaa1b7460a881a9653e398e9 (patch) | |
tree | 28e584749fe6933db7517b3e5cb2ea7165a69108 | |
parent | 63b4295d20a5b98a9fca4dc3ce132b26408110d6 (diff) |
release 2015.11.182015.11.18
-rw-r--r-- | docs/supportedsites.md | 1 | ||||
-rw-r--r-- | youtube_dl/version.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 2e5283747..f56a6986b 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -129,6 +129,7 @@ - **Discovery** - **Dotsub** - **DouyuTV**: 斗鱼 + - **DPlay** - **dramafever** - **dramafever:series** - **DRBonanza** diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 6f601cbb1..b394cb880 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.11.15' +__version__ = '2015.11.18' |