diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-19 01:04:24 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-19 01:04:24 +0100 |
commit | 7bd15b1a0378cff6960cd55e40819ef3967f747c (patch) | |
tree | 3632eae7875f1790fe1fe15800398401b216ef87 | |
parent | 6b961a85fdef8219913b7b97cb33ef8d59d15535 (diff) |
release 2015.02.19.12015.02.19.1
-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 e28d7d47c..1fcec086a 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -121,6 +121,7 @@ - **EllenTV** - **EllenTV:clips** - **ElPais**: El PaĆs + - **Embedly** - **EMPFlix** - **Engadget** - **Eporner** diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 8e6ff49d0..db0ed70da 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.02.19' +__version__ = '2015.02.19.1' |