Browse Source

release 2015.02.21

master
Philipp Hagemeister 9 years ago
parent
commit
e086e0eb6c
2 changed files with 2 additions and 1 deletions
  1. 1
      docs/supportedsites.md
  2. 2
      youtube_dl/version.py

1
docs/supportedsites.md

@ -559,6 +559,7 @@
- **youtube:subscriptions**: YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)
- **youtube:user**: YouTube.com user videos (URL or "ytuser" keyword)
- **youtube:watch_later**: Youtube watch later list, ":ytwatchlater" for short (requires authentication)
- **Zapiks**
- **ZDF**
- **ZDFChannel**
- **zingmp3:album**: mp3.zing.vn albums

2
youtube_dl/version.py

@ -1,3 +1,3 @@
from __future__ import unicode_literals
__version__ = '2015.02.20'
__version__ = '2015.02.21'
Loading…
Cancel
Save