diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-04-28 09:11:18 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-04-28 09:11:18 +0200 |
commit | 3a0f0c263a9c6e2a3e81fc97f59a5960fd5ee994 (patch) | |
tree | b536dca7ee6bd2a4f97e978aa30bc4d182e4c5dc | |
parent | 2419a376b911df61bec6dae7178fc342a4e218f5 (diff) |
release 2015.04.282015.04.28
-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 cc1564b7b..d1d676cdd 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -340,6 +340,7 @@ - **parliamentlive.tv**: UK parliament videos - **Patreon** - **PBS** + - **PhilharmonieDeParis**: Philharmonie de Paris - **Phoenix** - **Photobucket** - **Pladform** diff --git a/youtube_dl/version.py b/youtube_dl/version.py index dc7d666dd..b88ea85e8 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.04.26' +__version__ = '2015.04.28' |