diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-06 14:38:30 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-06 14:38:30 +0100 |
commit | c8319733667ff5bc0e0cbe0a9c253c8cfc7d479e (patch) | |
tree | ebbed284f6861d1ae73c1b140a7e01b56aa71497 | |
parent | 1a2548d9e91b24f60d6948e658cfc0b68797b254 (diff) |
release 2015.02.062015.02.06
-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 b188be636..2d8f9c316 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -441,6 +441,7 @@ - **tvp.pl** - **tvp.pl:Series** - **TVPlay**: TV3Play and related services + - **Tweakers** - **twitch:bookmarks** - **twitch:chapter** - **twitch:past_broadcasts** diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 36591a43d..1091ae61b 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2015.02.04' +__version__ = '2015.02.06' |