diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2015-10-18 19:23:40 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2015-10-18 19:23:40 +0200 | 
| commit | a6e0afa2bbc93d145b31911b8ce40c502994e2a1 (patch) | |
| tree | 35c4eddcbb452909f183dab57cbdd6ed34aac919 | |
| parent | 4285a47f4065037a00693838c0297bfee3fc22eb (diff) | |
release 2015.10.182015.10.18
| -rw-r--r-- | docs/supportedsites.md | 3 | ||||
| -rw-r--r-- | youtube_dl/version.py | 2 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/docs/supportedsites.md b/docs/supportedsites.md index 47f7da86d..cfa665d88 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -588,7 +588,8 @@   - **twitch:stream**   - **twitch:video**   - **twitch:vod** - - **TwitterCard** + - **twitter** + - **twitter:card**   - **Ubu**   - **udemy**   - **udemy:course** diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 31d2a9dc0..660b0050b 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@  from __future__ import unicode_literals -__version__ = '2015.10.16' +__version__ = '2015.10.18' | 
