release 2017.02.01
authorSergey M․ <dstftw@gmail.com>
Tue, 31 Jan 2017 20:20:09 +0000 (03:20 +0700)
committerSergey M․ <dstftw@gmail.com>
Tue, 31 Jan 2017 20:20:09 +0000 (03:20 +0700)
.github/ISSUE_TEMPLATE.md
ChangeLog
docs/supportedsites.md
youtube_dl/version.py

index 180013f7255602dda3f5a1211150b716246a2cf0..8914569b64d4514d3a80a357e073f9bfddfcdcdf 100644 (file)
@@ -6,8 +6,8 @@
 
 ---
 
-### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2017.01.31*. If it's not read [this FAQ entry](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) and update. Issues with outdated version will be rejected.
-- [ ] I've **verified** and **I assure** that I'm running youtube-dl **2017.01.31**
+### Make sure you are using the *latest* version: run `youtube-dl --version` and ensure your version is *2017.02.01*. If it's not read [this FAQ entry](https://github.com/rg3/youtube-dl/blob/master/README.md#how-do-i-update-youtube-dl) and update. Issues with outdated version will be rejected.
+- [ ] I've **verified** and **I assure** that I'm running youtube-dl **2017.02.01**
 
 ### Before submitting an *issue* make sure you have:
 - [ ] At least skimmed through [README](https://github.com/rg3/youtube-dl/blob/master/README.md) and **most notably** [FAQ](https://github.com/rg3/youtube-dl#faq) and [BUGS](https://github.com/rg3/youtube-dl#bugs) sections
@@ -35,7 +35,7 @@ $ youtube-dl -v <your command line>
 [debug] User config: []
 [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj']
 [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
-[debug] youtube-dl version 2017.01.31
+[debug] youtube-dl version 2017.02.01
 [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2
 [debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4
 [debug] Proxy map: {}
index d24169af88716706d91b960efdd2384d59b47931..c1e8f643a1937e46ced577b284a8d9874c0f4f9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-version <unreleased>
+version 2017.02.01
 
 Extractors
 + [facebook] Add another fallback extraction scenario (#11926)
index d4231577bda9c9fe36a4b55bbf2ad9c9fe178959..d900f5e12662a4a05f71645017996dc46fc22b62 100644 (file)
  - **NRKTV**: NRK TV and NRK Radio
  - **NRKTVDirekte**: NRK TV Direkte and NRK Radio Direkte
  - **NRKTVEpisodes**
+ - **NRKTVSeries**
  - **ntv.ru**
  - **Nuvid**
  - **NYTimes**
index fee0ac7c597a0bf12df6149d1065d708e7f6d1aa..0f9b6b703c752085861776cb9801594d1efad94e 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2017.01.31'
+__version__ = '2017.02.01'