Browse Source

release 2015.11.21

totalwebcasting 2015.11.21
Philipp Hagemeister 9 years ago
parent
commit
82c4d7b0ce
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      docs/supportedsites.md
  2. +1
    -1
      youtube_dl/version.py

+ 2
- 0
docs/supportedsites.md View File

@ -494,6 +494,7 @@
- **soompi:show**
- **soundcloud**
- **soundcloud:playlist**
- **soundcloud:search**: Soundcloud search
- **soundcloud:set**
- **soundcloud:user**
- **soundgasm**
@ -707,6 +708,7 @@
- **youtube:show**: YouTube.com (multi-season) shows
- **youtube:subscriptions**: YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)
- **youtube:user**: YouTube.com user videos (URL or "ytuser" keyword)
- **youtube:user:playlists**: YouTube.com user playlists
- **youtube:watchlater**: Youtube watch later list, ":ytwatchlater" for short (requires authentication)
- **Zapiks**
- **ZDF**


+ 1
- 1
youtube_dl/version.py View File

@ -1,3 +1,3 @@
from __future__ import unicode_literals
__version__ = '2015.11.19'
__version__ = '2015.11.21'

Loading…
Cancel
Save