Merge pull request #12906 from Tithen-Firion/clean-html-fix
[youtube-dl] / ChangeLog
1 version <unreleased>
2
3 Extractors
4 * [xtube] Fix extraction for older FLV videos (#12734)
5
6
7 version 2017.04.28
8
9 Core
10 + [adobepass] Use geo verification headers for all requests
11 - [downloader/fragment] Remove assert for resume_len when no fragments
12   downloaded
13 + [extractor/common] Add manifest_url for explicit group rendition formats
14 * [extractor/common] Fix manifest_url for m3u8 formats
15 - [extractor/common] Don't list master m3u8 playlists in format list (#12832)
16
17 Extractor
18 * [aenetworks] Fix extraction for shows with single season
19 + [go] Add support for Disney, DisneyJunior and DisneyXD show pages
20 * [youtube] Recognize new locale-based player URLs (#12885)
21 + [streamable] Add support for new embedded URL schema (#12844)
22 * [arte:+7] Relax URL regular expression (#12837)
23
24
25 version 2017.04.26
26
27 Core
28 * Introduce --keep-fragments for keeping fragments of fragmented download
29   on disk after download is finished
30 * [YoutubeDL] Fix output template for missing timestamp (#12796)
31 * [socks] Handle cases where credentials are required but missing
32 * [extractor/common] Improve HLS extraction (#12211)
33     - Extract m3u8 parsing to separate method
34     - Improve rendition groups extraction
35     - Build stream name according stream GROUP-ID
36     - Ignore reference to AUDIO group without URI when stream has no CODECS
37     - Use float for scaled tbr in _parse_m3u8_formats
38 * [utils] Add support for TTML styles in dfxp2srt
39 * [downloader/hls] No need to download keys for fragments that have been
40   already downloaded
41 * [downloader/fragment] Improve fragment downloading
42     - Resume immediately
43     - Don't concatenate fragments and decrypt them on every resume
44     - Optimize disk storage usage, don't store intermediate fragments on disk
45     - Store bookkeeping download state file
46 + [extractor/common] Add support for multiple getters in try_get
47 + [extractor/common] Add support for video of WebPage context in _json_ld
48   (#12778)
49 + [extractor/common] Relax JWPlayer regular expression and remove
50   duplicate URLs (#12768)
51
52 Extractors
53 * [iqiyi] Fix extraction of Yule videos
54 * [vidio] Improve extraction and sort formats
55 + [brightcove] Match only video elements with data-video-id attribute
56 * [iqiyi] Fix playlist detection (#12504)
57 - [azubu] Remove extractor (#12813)
58 * [porn91] Fix extraction (#12814)
59 * [vidzi] Fix extraction (#12793)
60 + [amp] Extract error message (#12795)
61 + [xfileshare] Add support for gorillavid.com and daclips.com (#12776)
62 * [instagram] Fix extraction (#12777)
63 + [generic] Support Brightcove videos in <iframe> (#12482)
64 + [brightcove] Support URLs with bcpid instead of playerID (#12482)
65 * [brightcove] Fix _extract_url (#12782)
66 + [odnoklassniki] Extract HLS formats
67
68
69 version 2017.04.17
70
71 Extractors
72 * [limelight] Improve extraction LimelightEmbeddedPlayerFlash media embeds and
73   add support for channel and channelList embeds
74 * [generic] Extract multiple Limelight embeds (#12761)
75 + [itv] Extract series metadata
76 * [itv] Fix RTMP formats downloading (#12759)
77 * [itv] Use native HLS downloader by default
78 + [go90] Extract subtitles (#12752)
79 + [go90] Extract series metadata (#12752)
80
81
82 version 2017.04.16
83
84 Core
85 * [YoutubeDL] Apply expand_path after output template substitution
86 + [YoutubeDL] Propagate overridden meta fields to extraction results of type
87   url (#11163)
88
89 Extractors
90 + [generic] Extract RSS entries as url_transparent (#11163)
91 + [streamango] Add support for streamango.com (#12643)
92 + [wsj:article] Add support for articles (#12558)
93 * [brightcove] Relax video tag embeds extraction and validate ambiguous embeds'
94   URLs (#9163, #12005, #12178, #12480)
95 + [udemy] Add support for react rendition (#12744)
96
97
98 version 2017.04.15
99
100 Extractors
101 * [youku] Fix fileid extraction (#12741, #12743)
102
103
104 version 2017.04.14
105
106 Core
107 + [downloader/hls] Add basic support for EXT-X-BYTERANGE tag (#10955)
108 + [adobepass] Improve Comcast and Verison login code (#10803)
109 + [adobepass] Add support for Verizon (#10803)
110
111 Extractors
112 + [aenetworks] Add support for specials (#12723)
113 + [hbo] Extract HLS formats
114 + [go90] Add support for go90.com (#10127)
115 + [tv2hu] Add support for tv2.hu (#10509)
116 + [generic] Exclude URLs with xml ext from valid video URLs (#10768, #11654)
117 * [youtube] Improve HLS formats extraction
118 * [afreecatv] Fix extraction for videos with different key layout (#12718)
119 - [youtube] Remove explicit preference for audio-only and video-only formats in
120   order not to break sorting when new formats appear
121 * [canalplus] Bypass geo restriction
122
123
124 version 2017.04.11
125
126 Extractors
127 * [afreecatv] Fix extraction (#12706)
128 + [generic] Add support for <object> YouTube embeds (#12637)
129 * [bbccouk] Treat bitrate as audio+video bitrate in media selector
130 + [bbccouk] Skip unrecognized formats in media selector (#12701)
131 + [bbccouk] Add support for https protocol in media selector (#12701)
132 * [curiositystream] Fix extraction (#12638)
133 * [adn] Update subtitle decryption key
134 * [chaturbate] Fix extraction (#12665, #12688, #12690)
135
136
137 version 2017.04.09
138
139 Extractors
140 + [medici] Add support for medici.tv (#3406)
141 + [rbmaradio] Add support for redbullradio.com URLs (#12687)
142 + [npo:live] Add support for default URL (#12555)
143 * [mixcloud:playlist] Fix title, description and view count extraction (#12582)
144 + [thesun] Add suport for thesun.co.uk (#11298, #12674)
145 + [ceskateleveize:porady] Add support for porady (#7411, #12645)
146 * [ceskateleveize] Improve extraction and remove URL replacement hacks
147 + [kaltura] Add support for iframe embeds (#12679)
148 * [airmozilla] Fix extraction (#12670)
149 * [wshh] Extract html5 entries and delegate to generic extractor (12676)
150 + [raiplay] Extract subtitles
151 + [xfileshare] Add support for vidlo.us (#12660)
152 + [xfileshare] Add support for vidbom.com (#12661)
153 + [aenetworks] Add more video URL regular expressions (#12657)
154 + [odnoklassniki] Fix format sorting for 1080p quality
155 + [rtl2] Add support for you.rtl2.de (#10257)
156 + [vshare] Add support for vshare.io (#12278)
157
158
159 version 2017.04.03
160
161 Core
162 + [extractor/common] Add censorship check for TransTelekom ISP
163 * [extractor/common] Move censorship checks to a separate method
164
165 Extractors
166 + [discoveryvr] Add support for discoveryvr.com (#12578)
167 + [tv5mondeplus] Add support for tv5mondeplus.com (#11386)
168 + [periscope] Add support for pscp.tv URLs (#12618, #12625)
169
170
171 version 2017.04.02
172
173 Core
174 * [YoutubeDL] Return early when extraction of url_transparent fails
175
176 Extractors
177 * [rai] Fix and improve extraction (#11790)
178 + [vrv] Add support for series pages
179 * [limelight] Improve extraction for audio only formats
180 * [funimation] Fix extraction (#10696, #11773)
181 + [xfileshare] Add support for vidabc.com (#12589)
182 + [xfileshare] Improve extraction and extract hls formats
183 + [crunchyroll] Pass geo verifcation proxy
184 + [cwtv] Extract ISM formats
185 + [tvplay] Bypass geo restriction
186 + [vrv] Add support for vrv.co
187 + [packtpub] Add support for packtpub.com (#12610)
188 + [generic] Pass base_url to _parse_jwplayer_data
189 + [adn] Add support for animedigitalnetwork.fr (#4866)
190 + [allocine] Extract more metadata
191 * [allocine] Fix extraction (#12592)
192 * [openload] Fix extraction
193
194
195 version 2017.03.26
196
197 Core
198 * Don't raise an error if JWPlayer config data is not a Javascript object
199   literal. _find_jwplayer_data now returns a dict rather than an str. (#12307)
200 * Expand environment variables for options representing paths (#12556)
201 + [utils] Introduce expand_path
202 * [downloader/hls] Delegate downloading to ffmpeg immediately for live streams
203
204 Extractors
205 * [afreecatv] Fix extraction (#12179)
206 + [atvat] Add support for atv.at (#5325)
207 + [fox] Add metadata extraction (#12391)
208 + [atresplayer] Extract DASH formats
209 + [atresplayer] Extract HD manifest (#12548)
210 * [atresplayer] Fix login error detection (#12548)
211 * [franceculture] Fix extraction (#12547)
212 * [youtube] Improve URL regular expression (#12538)
213 * [generic] Do not follow redirects to the same URL
214
215
216 version 2017.03.24
217
218 Extractors
219 - [9c9media] Remove mp4 URL extraction request
220 + [bellmedia] Add support for etalk.ca and space.ca (#12447)
221 * [channel9] Fix extraction (#11323)
222 * [cloudy] Fix extraction (#12525)
223 + [hbo] Add support for free episode URLs and new formats extraction (#12519)
224 * [condenast] Fix extraction and style (#12526)
225 * [viu] Relax URL regular expression (#12529)
226
227
228 version 2017.03.22
229
230 Extractors
231 - [pluralsight] Omit module title from video title (#12506)
232 * [pornhub] Decode obfuscated video URL (#12470, #12515)
233 * [senateisvp] Allow https URL scheme for embeds (#12512)
234
235
236 version 2017.03.20
237
238 Core
239 + [YoutubeDL] Allow multiple input URLs to be used with stdout (-) as
240   output template
241 + [adobepass] Detect and output error on authz token extraction (#12472)
242
243 Extractors
244 + [bostonglobe] Add extractor for bostonglobe.com (#12099)
245 + [toongoggles] Add support for toongoggles.com (#12171)
246 + [medialaan] Add support for Medialaan sites (#9974, #11912)
247 + [discoverynetworks] Add support for more domains and bypass geo restiction
248 * [openload] Fix extraction (#10408)
249
250
251 version 2017.03.16
252
253 Core
254 + [postprocessor/ffmpeg] Add support for flac
255 + [extractor/common] Extract SMIL formats from jwplayer
256
257 Extractors
258 + [generic] Add forgotten return for jwplayer formats
259 * [redbulltv] Improve extraction
260
261
262 version 2017.03.15
263
264 Core
265 * Fix missing subtitles if --add-metadata is used (#12423)
266
267 Extractors
268 * [facebook] Make title optional (#12443)
269 + [mitele] Add support for ooyala videos (#12430)
270 * [openload] Fix extraction (#12435, #12446)
271 * [streamable] Update API URL (#12433)
272 + [crunchyroll] Extract season name (#12428)
273 * [discoverygo] Bypass geo restriction
274 + [discoverygo:playlist] Add support for playlists (#12424)
275
276
277 version 2017.03.10
278
279 Extractors
280 * [generic] Make title optional for jwplayer embeds (#12410)
281 * [wdr:maus] Fix extraction (#12373)
282 * [prosiebensat1] Improve title extraction (#12318, #12327)
283 * [dplayit] Separate and rewrite extractor and bypass geo restriction (#12393)
284 * [miomio] Fix extraction (#12291, #12388, #12402)
285 * [telequebec] Fix description extraction (#12399)
286 * [openload] Fix extraction (#12357)
287 * [brightcove:legacy] Relax videoPlayer validation check (#12381)
288
289
290 version 2017.03.07
291
292 Core
293 * Metadata are now added after conversion (#5594)
294
295 Extractors
296 * [soundcloud] Update client id (#12376)
297 * [openload] Fix extraction (#10408, #12357)
298
299
300 version 2017.03.06
301
302 Core
303 + [utils] Process bytestrings in urljoin (#12369)
304 * [extractor/common] Improve height extraction and extract bitrate
305 * [extractor/common] Move jwplayer formats extraction in separate method
306 + [external:ffmpeg] Limit test download size to 10KiB (#12362)
307
308 Extractors
309 + [drtv] Add geo countries to GeoRestrictedError
310 + [drtv:live] Bypass geo restriction
311 + [tunepk] Add extractor (#12197, #12243)
312
313
314 version 2017.03.05
315
316 Extractors
317 + [twitch] Add basic support for two-factor authentication (#11974)
318 + [vier] Add support for vijf.be (#12304)
319 + [redbulltv] Add support for redbull.tv (#3919, #11948)
320 * [douyutv] Switch to the PC API to escape the 5-min limitation (#12316)
321 + [generic] Add support for rutube embeds
322 + [rutube] Relax URL regular expression
323 + [vrak] Add support for vrak.tv (#11452)
324 + [brightcove:new] Add ability to smuggle geo_countries into URL
325 + [brightcove:new] Raise GeoRestrictedError
326 * [go] Relax URL regular expression (#12341)
327 * [24video] Use original host for requests (#12339)
328 * [ruutu] Disable DASH formats (#12322)
329
330
331 version 2017.03.02
332
333 Core
334 + [adobepass] Add support for Charter Spectrum (#11465)
335 * [YoutubeDL] Don't sanitize identifiers in output template (#12317)
336
337 Extractors
338 * [facebook] Fix extraction (#12323, #12330)
339 * [youtube] Mark errors about rental videos as expected (#12324)
340 + [npo] Add support for audio
341 * [npo] Adapt to app.php API (#12311, #12320)
342
343
344 version 2017.02.28
345
346 Core
347 + [utils] Add bytes_to_long and long_to_bytes
348 + [utils] Add pkcs1pad
349 + [aes] Add aes_cbc_encrypt
350
351 Extractors
352 + [azmedien:showplaylist] Add support for show playlists (#12160)
353 + [youtube:playlist] Recognize another playlist pattern (#11928, #12286)
354 + [daisuki] Add support for daisuki.net (#2486, #3186, #4738, #6175, #7776,
355   #10060)
356 * [douyu] Fix extraction (#12301)
357
358
359 version 2017.02.27
360
361 Core
362 * [downloader/common] Limit displaying 2 digits after decimal point in sleep
363   interval message (#12183)
364 + [extractor/common] Add preference to _parse_html5_media_entries
365
366 Extractors
367 + [npo] Add support for zapp.nl
368 + [npo] Add support for hetklokhuis.nl (#12293)
369 - [scivee] Remove extractor (#9315)
370 + [cda] Decode download URL (#12255)
371 + [crunchyroll] Improve uploader extraction (#12267)
372 + [youtube] Raise GeoRestrictedError
373 + [dailymotion] Raise GeoRestrictedError
374 + [mdr] Recognize more URL patterns (#12169)
375 + [tvigle] Raise GeoRestrictedError
376 * [vevo] Fix extraction for videos with the new streams/streamsV3 format
377   (#11719)
378 + [freshlive] Add support for freshlive.tv (#12175)
379 + [xhamster] Capture and output videoClosed error (#12263)
380 + [etonline] Add support for etonline.com (#12236)
381 + [njpwworld] Add support for njpwworld.com (#11561)
382 * [amcnetworks] Relax URL regular expression (#12127)
383
384
385 version 2017.02.24.1
386
387 Extractors
388 * [noco] Modernize
389 * [noco] Switch login URL to https (#12246)
390 + [thescene] Extract more metadata
391 * [thescene] Fix extraction (#12235)
392 + [tubitv] Use geo bypass mechanism
393 * [openload] Fix extraction (#10408)
394 + [ivi] Raise GeoRestrictedError
395
396
397 version 2017.02.24
398
399 Core
400 * [options] Hide deprecated options from --help
401 * [options] Deprecate --autonumber-size
402 + [YoutubeDL] Add support for string formatting operations in output template
403   (#5185, #5748, #6841, #9929, #9966 #9978, #12189)
404
405 Extractors
406 + [lynda:course] Add webpage extraction fallback (#12238)
407 * [go] Sign all uplynk URLs and use geo bypass only for free videos
408   (#12087, #12210)
409 + [skylinewebcams] Add support for skylinewebcams.com (#12221)
410 + [instagram] Add support for multi video posts (#12226)
411 + [crunchyroll] Extract playlist entries ids
412 * [mgtv] Fix extraction
413 + [sohu] Raise GeoRestrictedError
414 + [leeco] Raise GeoRestrictedError and use geo bypass mechanism
415
416
417 version 2017.02.22
418
419 Extractors
420 * [crunchyroll] Fix descriptions with double quotes (#12124)
421 * [dailymotion] Make comment count optional (#12209)
422 + [vidzi] Add support for vidzi.cc (#12213)
423 + [24video] Add support for 24video.tube (#12217)
424 + [crackle] Use geo bypass mechanism
425 + [viewster] Use geo verification headers
426 + [tfo] Improve geo restriction detection and use geo bypass mechanism
427 + [telequebec] Use geo bypass mechanism
428 + [limelight] Extract PlaylistService errors and improve geo restriction
429   detection
430
431
432 version 2017.02.21
433
434 Core
435 * [extractor/common] Allow calling _initialize_geo_bypass from extractors
436   (#11970)
437 + [adobepass] Add support for Time Warner Cable (#12191)
438 + [travis] Run tests in parallel
439 + [downloader/ism] Honor HTTP headers when downloading fragments
440 + [downloader/dash] Honor HTTP headers when downloading fragments
441 + [utils] Add GeoUtils class for working with geo tools and GeoUtils.random_ipv4
442 + Add option --geo-bypass-country for explicit geo bypass on behalf of
443   specified country
444 + Add options to control geo bypass mechanism --geo-bypass and --no-geo-bypass
445 + Add experimental geo restriction bypass mechanism based on faking
446   X-Forwarded-For HTTP header
447 + [utils] Introduce GeoRestrictedError for geo restricted videos
448 + [utils] Introduce YoutubeDLError base class for all youtube-dl exceptions
449
450 Extractors
451 + [ninecninemedia] Use geo bypass mechanism
452 * [spankbang] Make uploader optional (#12193)
453 + [iprima] Improve geo restriction detection and disable geo bypass
454 * [iprima] Modernize
455 * [commonmistakes] Disable UnicodeBOM extractor test for python 3.2
456 + [prosiebensat1] Throw ExtractionError on unsupported page type (#12180)
457 * [nrk] Update _API_HOST and relax _VALID_URL
458 + [tv4] Bypass geo restriction and improve detection
459 * [tv4] Switch to hls3 protocol (#12177)
460 + [viki] Improve geo restriction detection
461 + [vgtv] Improve geo restriction detection
462 + [srgssr] Improve geo restriction detection
463 + [vbox7] Improve geo restriction detection and use geo bypass mechanism
464 + [svt] Improve geo restriction detection and use geo bypass mechanism
465 + [pbs] Improve geo restriction detection and use geo bypass mechanism
466 + [ondemandkorea] Improve geo restriction detection and use geo bypass mechanism
467 + [nrk] Improve geo restriction detection and use geo bypass mechanism
468 + [itv] Improve geo restriction detection and use geo bypass mechanism
469 + [go] Improve geo restriction detection and use geo bypass mechanism
470 + [dramafever] Improve geo restriction detection and use geo bypass mechanism
471 * [brightcove:legacy] Restrict videoPlayer value (#12040)
472 + [tvn24] Add support for tvn24.pl and tvn24bis.pl (#11679)
473 + [thisav] Add support for HTML5 media (#11771)
474 * [metacafe] Bypass family filter (#10371)
475 * [viceland] Improve info extraction
476
477
478 version 2017.02.17
479
480 Extractors
481 * [heise] Improve extraction (#9725)
482 * [ellentv] Improve (#11653)
483 * [openload] Fix extraction (#10408, #12002)
484 + [theplatform] Recognize URLs with whitespaces (#12044)
485 * [einthusan] Relax URL regular expression (#12141, #12159)
486 + [generic] Support complex JWPlayer embedded videos (#12030)
487 * [elpais] Improve extraction (#12139)
488
489
490 version 2017.02.16
491
492 Core
493 + [utils] Add support for quoted string literals in --match-filter (#8050,
494   #12142, #12144)
495
496 Extractors
497 * [ceskatelevize] Lower priority for audio description sources (#12119)
498 * [amcnetworks] Fix extraction (#12127)
499 * [pinkbike] Fix uploader extraction (#12054)
500 + [onetpl] Add support for businessinsider.com.pl and plejada.pl
501 + [onetpl] Add support for onet.pl (#10507)
502 + [onetmvp] Add shortcut extractor
503 + [vodpl] Add support for vod.pl (#12122)
504 + [pornhub] Extract video URL from tv platform site (#12007, #12129)
505 + [ceskatelevize] Extract DASH formats (#12119, #12133)
506
507
508 version 2017.02.14
509
510 Core
511 * TypeError is fixed with Python 2.7.13 on Windows (#11540, #12085)
512
513 Extractor
514 * [zdf] Fix extraction (#12117)
515 * [xtube] Fix extraction for both kinds of video id (#12088)
516 * [xtube] Improve title extraction (#12088)
517 + [lemonde] Fallback delegate extraction to generic extractor (#12115, #12116)
518 * [bellmedia] Allow video id longer than 6 characters (#12114)
519 + [limelight] Add support for referer protected videos
520 * [disney] Improve extraction (#4975, #11000, #11882, #11936)
521 * [hotstar] Improve extraction (#12096)
522 * [einthusan] Fix extraction (#11416)
523 + [aenetworks] Add support for lifetimemovieclub.com (#12097)
524 * [youtube] Fix parsing codecs (#12091)
525
526
527 version 2017.02.11
528
529 Core
530 + [utils] Introduce get_elements_by_class and get_elements_by_attribute
531   utility functions
532 + [extractor/common] Skip m3u8 manifests protected with Adobe Flash Access
533
534 Extractor
535 * [pluralsight:course] Fix extraction (#12075)
536 + [bbc] Extract m3u8 formats with 320k audio
537 * [facebook] Relax video id matching (#11017, #12055, #12056)
538 + [corus] Add support for Corus Entertainment sites (#12060, #9164)
539 + [pluralsight] Detect blocked account error message (#12070)
540 + [bloomberg] Add another video id pattern (#12062)
541 * [extractor/commonmistakes] Restrict URL regular expression (#12050)
542 + [tvplayer] Add support for tvplayer.com
543
544
545 version 2017.02.10
546
547 Extractors
548 * [xtube] Fix extraction (#12023)
549 * [pornhub] Fix extraction (#12007, #12018)
550 * [facebook] Improve JS data regular expression (#12042)
551 * [kaltura] Improve embed partner id extraction (#12041)
552 + [sprout] Add support for sproutonline.com
553 * [6play] Improve extraction
554 + [scrippsnetworks:watch] Add support for Scripps Networks sites (#10765)
555 + [go] Add support for Adobe Pass authentication (#11468, #10831)
556 * [6play] Fix extraction (#12011)
557 + [nbc] Add support for Adobe Pass authentication (#12006)
558
559
560 version 2017.02.07
561
562 Core
563 * [extractor/common] Fix audio only with audio group in m3u8 (#11995)
564 + [downloader/fragment] Respect --no-part
565 * [extractor/common] Speed-up HTML5 media entries extraction (#11979)
566
567 Extractors
568 * [pornhub] Fix extraction (#11997)
569 + [canalplus] Add support for cstar.fr (#11990)
570 + [extractor/generic] Improve RTMP support (#11993)
571 + [gaskrank] Add support for gaskrank.tv (#11685)
572 * [bandcamp] Fix extraction for incomplete albums (#11727)
573 * [iwara] Fix extraction (#11781)
574 * [googledrive] Fix extraction on Python 3.6
575 + [videopress] Add support for videopress.com
576 + [afreecatv] Extract RTMP formats
577
578
579 version 2017.02.04.1
580
581 Extractors
582 + [twitch:stream] Add support for player.twitch.tv (#11971)
583 * [radiocanada] Fix extraction for toutv rtmp formats
584
585
586 version 2017.02.04
587
588 Core
589 + Add --playlist-random to shuffle playlists (#11889, #11901)
590 * [utils] Improve comments processing in js_to_json (#11947)
591 * [utils] Handle single-line comments in js_to_json
592 * [downloader/external:ffmpeg] Minimize the use of aac_adtstoasc filter
593
594 Extractors
595 + [piksel] Add another app token pattern (#11969)
596 + [vk] Capture and output author blocked error message (#11965)
597 + [turner] Fix secure HLS formats downloading with ffmpeg (#11358, #11373,
598   #11800)
599 + [drtv] Add support for live and radio sections (#1827, #3427)
600 * [myspace] Fix extraction and extract HLS and HTTP formats
601 + [youtube] Add format info for itag 325 and 328
602 * [vine] Fix extraction (#11955)
603 - [sportbox] Remove extractor (#11954)
604 + [filmon] Add support for filmon.com (#11187)
605 + [infoq] Add audio only formats (#11565)
606 * [douyutv] Improve room id regular expression (#11931)
607 * [iprima] Fix extraction (#11920, #11896)
608 * [youtube] Fix ytsearch when cookies are provided (#11924)
609 * [go] Relax video id regular expression (#11937)
610 * [facebook] Fix title extraction (#11941)
611 + [youtube:playlist] Recognize TL playlists (#11945)
612 + [bilibili] Support new Bangumi URLs (#11845)
613 + [cbc:watch] Extract audio codec for audio only formats (#11893)
614 + [elpais] Fix extraction for some URLs (#11765)
615
616
617 version 2017.02.01
618
619 Extractors
620 + [facebook] Add another fallback extraction scenario (#11926)
621 * [prosiebensat1] Fix extraction of descriptions (#11810, #11929)
622 - [crunchyroll] Remove ScaledBorderAndShadow settings (#9028)
623 + [vimeo] Extract upload timestamp
624 + [vimeo] Extract license (#8726, #11880)
625 + [nrk:series] Add support for series (#11571, #11711)
626
627
628 version 2017.01.31
629
630 Core
631 + [compat] Add compat_etree_register_namespace
632
633 Extractors
634 * [youtube] Fix extraction for domainless player URLs (#11890, #11891, #11892,
635   #11894, #11895, #11897, #11900, #11903, #11904, #11906, #11907, #11909,
636   #11913, #11914, #11915, #11916, #11917, #11918, #11919)
637 + [vimeo] Extract both mixed and separated DASH formats
638 + [ruutu] Extract DASH formats
639 * [itv] Fix extraction for python 2.6
640
641
642 version 2017.01.29
643
644 Core
645 * [extractor/common] Fix initialization template (#11605, #11825)
646 + [extractor/common] Document fragment_base_url and fragment's path fields
647 * [extractor/common] Fix duration per DASH segment (#11868)
648 + Introduce --autonumber-start option for initial value of %(autonumber)s
649   template (#727, #2702, #9362, #10457, #10529, #11862)
650
651 Extractors
652 + [azmedien:playlist] Add support for topic and themen playlists (#11817)
653 * [npo] Fix subtitles extraction
654 + [itv] Extract subtitles
655 + [itv] Add support for itv.com (#9240)
656 + [mtv81] Add support for mtv81.com (#7619)
657 + [vlive] Add support for channels (#11826)
658 + [kaltura] Add fallback for fileExt
659 + [kaltura] Improve uploader_id extraction
660 + [konserthusetplay] Add support for rspoplay.se (#11828)
661
662
663 version 2017.01.28
664
665 Core
666 * [utils] Improve parse_duration
667
668 Extractors
669 * [crunchyroll] Improve series and season metadata extraction (#11832)
670 * [soundcloud] Improve formats extraction and extract audio bitrate
671 + [soundcloud] Extract HLS formats
672 * [soundcloud] Fix track URL extraction (#11852)
673 + [twitch:vod] Expand URL regular expressions (#11846)
674 * [aenetworks] Fix season episodes extraction (#11669)
675 + [tva] Add support for videos.tva.ca (#11842)
676 * [jamendo] Improve and extract more metadata (#11836)
677 + [disney] Add support for Disney sites (#7409, #11801, #4975, #11000)
678 * [vevo] Remove request to old API and catch API v2 errors
679 + [cmt,mtv,southpark] Add support for episode URLs (#11837)
680 + [youtube] Add fallback for duration extraction (#11841)
681
682
683 version 2017.01.25
684
685 Extractors
686 + [openload] Fallback video extension to mp4
687 + [extractor/generic] Add support for Openload embeds (#11536, #11812)
688 * [srgssr] Fix rts video extraction (#11831)
689 + [afreecatv:global] Add support for afreeca.tv (#11807)
690 + [crackle] Extract vtt subtitles
691 + [crackle] Extract multiple resolutions for thumbnails
692 + [crackle] Add support for mobile URLs
693 + [konserthusetplay] Extract subtitles (#11823)
694 + [konserthusetplay] Add support for HLS videos (#11823)
695 * [vimeo:review] Fix config URL extraction (#11821)
696
697
698 version 2017.01.24
699
700 Extractors
701 * [pluralsight] Fix extraction (#11820)
702 + [nextmedia] Add support for NextTV (壹電視)
703 * [24video] Fix extraction (#11811)
704 * [youtube:playlist] Fix nonexistent and private playlist detection (#11604)
705 + [chirbit] Extract uploader (#11809)
706
707
708 version 2017.01.22
709
710 Extractors
711 + [pornflip] Add support for pornflip.com (#11556, #11795)
712 * [chaturbate] Fix extraction (#11797, #11802)
713 + [azmedien] Add support for AZ Medien sites (#11784, #11785)
714 + [nextmedia] Support redirected URLs
715 + [vimeo:channel] Extract videos' titles for playlist entries (#11796)
716 + [youtube] Extract episode metadata (#9695, #11774)
717 + [cspan] Support Ustream embedded videos (#11547)
718 + [1tv] Add support for HLS videos (#11786)
719 * [uol] Fix extraction (#11770)
720 * [mtv] Relax triforce feed regular expression (#11766)
721
722
723 version 2017.01.18
724
725 Extractors
726 * [bilibili] Fix extraction (#11077)
727 + [canalplus] Add fallback for video id (#11764)
728 * [20min] Fix extraction (#11683, #11751)
729 * [imdb] Extend URL regular expression (#11744)
730 + [naver] Add support for tv.naver.com links (#11743)
731
732
733 version 2017.01.16
734
735 Core
736 * [options] Apply custom config to final composite configuration (#11741)
737 * [YoutubeDL] Improve protocol auto determining (#11720)
738
739 Extractors
740 * [xiami] Relax URL regular expressions
741 * [xiami] Improve track metadata extraction (#11699)
742 + [limelight] Check hand-make direct HTTP links
743 + [limelight] Add support for direct HTTP links at video.llnw.net (#11737)
744 + [brightcove] Recognize another player ID pattern (#11688)
745 + [niconico] Support login via cookies (#7968)
746 * [yourupload] Fix extraction (#11601)
747 + [beam:live] Add support for beam.pro live streams (#10702, #11596)
748 * [vevo] Improve geo restriction detection
749 + [dramafever] Add support for URLs with language code (#11714)
750 * [cbc] Improve playlist support (#11704)
751
752
753 version 2017.01.14
754
755 Core
756 + [common] Add ability to customize akamai manifest host
757 + [utils] Add more date formats
758
759 Extractors
760 - [mtv] Eliminate _transform_rtmp_url
761 * [mtv] Generalize triforce mgid extraction
762 + [cmt] Add support for full episodes and video clips (#11623)
763 + [mitele] Extract DASH formats
764 + [ooyala] Add support for videos with embedToken (#11684)
765 * [mixcloud] Fix extraction (#11674)
766 * [openload] Fix extraction (#10408)
767 * [tv4] Improve extraction (#11698)
768 * [freesound] Fix and improve extraction (#11602)
769 + [nick] Add support for beta.nick.com (#11655)
770 * [mtv,cc] Use HLS by default with native HLS downloader (#11641)
771 * [mtv] Fix non-HLS extraction
772
773
774 version 2017.01.10
775
776 Extractors
777 * [youtube] Fix extraction (#11663, #11664)
778 + [inc] Add support for inc.com (#11277, #11647)
779 + [youtube] Add itag 212 (#11575)
780 + [egghead:course] Add support for egghead.io courses
781
782
783 version 2017.01.08
784
785 Core
786 * Fix "invalid escape sequence" errors under Python 3.6 (#11581)
787
788 Extractors
789 + [hitrecord] Add support for hitrecord.org (#10867, #11626)
790 - [videott] Remove extractor
791 * [swrmediathek] Improve extraction
792 - [sharesix] Remove extractor
793 - [aol:features] Remove extractor
794 * [sendtonews] Improve info extraction
795 * [3sat,phoenix] Fix extraction (#11619)
796 * [comedycentral/mtv] Add support for HLS videos (#11600)
797 * [discoverygo] Fix JSON data parsing (#11219, #11522)
798
799
800 version 2017.01.05
801
802 Extractors
803 + [zdf] Fix extraction (#11055, #11063)
804 * [pornhub:playlist] Improve extraction (#11594)
805 + [cctv] Add support for ncpa-classic.com (#11591)
806 + [tunein] Add support for embeds (#11579)
807
808
809 version 2017.01.02
810
811 Extractors
812 * [cctv] Improve extraction (#879, #6753, #8541)
813 + [nrktv:episodes] Add support for episodes (#11571)
814 + [arkena] Add support for video.arkena.com (#11568)
815
816
817 version 2016.12.31
818
819 Core
820 + Introduce --config-location option for custom configuration files (#6745,
821   #10648)
822
823 Extractors
824 + [twitch] Add support for player.twitch.tv (#11535, #11537)
825 + [videa] Add support for videa.hu (#8181, #11133)
826 * [vk] Fix postlive videos extraction
827 * [vk] Extract from playerParams (#11555)
828 - [freevideo] Remove extractor (#11515)
829 + [showroomlive] Add support for showroom-live.com (#11458)
830 * [xhamster] Fix duration extraction (#11549)
831 * [rtve:live] Fix extraction (#11529)
832 * [brightcove:legacy] Improve embeds detection (#11523)
833 + [twitch] Add support for rechat messages (#11524)
834 * [acast] Fix audio and timestamp extraction (#11521)
835
836
837 version 2016.12.22
838
839 Core
840 * [extractor/common] Improve detection of video-only formats in m3u8
841   manifests (#11507)
842
843 Extractors
844 + [theplatform] Pass geo verification headers to SMIL request (#10146)
845 + [viu] Pass geo verification headers to auth request
846 * [rtl2] Extract more formats and metadata
847 * [vbox7] Skip malformed JSON-LD (#11501)
848 * [uplynk] Force downloading using native HLS downloader (#11496)
849 + [laola1] Add support for another extraction scenario (#11460)
850
851
852 version 2016.12.20
853
854 Core
855 * [extractor/common] Improve fragment URL construction for DASH media
856 * [extractor/common] Fix codec information extraction for mixed audio/video
857   DASH media (#11490)
858
859 Extractors
860 * [vbox7] Fix extraction (#11494)
861 + [uktvplay] Add support for uktvplay.uktv.co.uk (#11027)
862 + [piksel] Add support for player.piksel.com (#11246)
863 + [vimeo] Add support for DASH formats
864 * [vimeo] Fix extraction for HLS formats (#11490)
865 * [kaltura] Fix wrong widget ID in some cases (#11480)
866 + [nrktv:direkte] Add support for live streams (#11488)
867 * [pbs] Fix extraction for geo restricted videos (#7095)
868 * [brightcove:new] Skip widevine classic videos
869 + [viu] Add support for viu.com (#10607, #11329)
870
871
872 version 2016.12.18
873
874 Core
875 + [extractor/common] Recognize DASH formats in html5 media entries
876
877 Extractors
878 + [ccma] Add support for ccma.cat (#11359)
879 * [laola1tv] Improve extraction
880 + [laola1tv] Add support embed URLs (#11460)
881 * [nbc] Fix extraction for MSNBC videos (#11466)
882 * [twitch] Adapt to new videos pages URL schema (#11469)
883 + [meipai] Add support for meipai.com (#10718)
884 * [jwplatform] Improve subtitles and duration extraction
885 + [ondemandkorea] Add support for ondemandkorea.com (#10772)
886 + [vvvvid] Add support for vvvvid.it (#5915)
887
888
889 version 2016.12.15
890
891 Core
892 + [utils] Add convenience urljoin
893
894 Extractors
895 + [openload] Recognize oload.tv URLs (#10408)
896 + [facebook] Recognize .onion URLs (#11443)
897 * [vlive] Fix extraction (#11375, #11383)
898 + [canvas] Extract DASH formats
899 + [melonvod] Add support for vod.melon.com (#11419)
900
901
902 version 2016.12.12
903
904 Core
905 + [utils] Add common user agents map
906 + [common] Recognize HLS manifests that contain video only formats (#11394)
907
908 Extractors
909 + [dplay] Use Safari user agent for HLS (#11418)
910 + [facebook] Detect login required error message
911 * [facebook] Improve video selection (#11390)
912 + [canalplus] Add another video id pattern (#11399)
913 * [mixcloud] Relax URL regular expression (#11406)
914 * [ctvnews] Relax URL regular expression (#11394)
915 + [rte] Capture and output error message (#7746, #10498)
916 + [prosiebensat1] Add support for DASH formats
917 * [srgssr] Improve extraction for geo restricted videos (#11089)
918 * [rts] Improve extraction for geo restricted videos (#4989)
919
920
921 version 2016.12.09
922
923 Core
924 * [socks] Fix error reporting (#11355)
925
926 Extractors
927 * [openload] Fix extraction (#10408)
928 * [pandoratv] Fix extraction (#11023)
929 + [telebruxelles] Add support for emission URLs
930 * [telebruxelles] Extract all formats
931 + [bloomberg] Add another video id regular expression (#11371)
932 * [fusion] Update ooyala id regular expression (#11364)
933 + [1tv] Add support for playlists (#11335)
934 * [1tv] Improve extraction (#11335)
935 + [aenetworks] Extract more formats (#11321)
936 + [thisoldhouse] Recognize /tv-episode/ URLs (#11271)
937
938
939 version 2016.12.01
940
941 Extractors
942 * [soundcloud] Update client id (#11327)
943 * [ruutu] Detect DRM protected videos
944 + [liveleak] Add support for youtube embeds (#10688)
945 * [spike] Fix full episodes support (#11312)
946 * [comedycentral] Fix full episodes support
947 * [normalboots] Rewrite in terms of JWPlatform (#11184)
948 * [teamfourstar] Rewrite in terms of JWPlatform (#11184)
949 - [screenwavemedia] Remove extractor (#11184)
950
951
952 version 2016.11.27
953
954 Extractors
955 + [webcaster] Add support for webcaster.pro
956 + [azubu] Add support for azubu.uol.com.br (#11305)
957 * [viki] Prefer hls formats
958 * [viki] Fix rtmp formats extraction (#11255)
959 * [puls4] Relax URL regular expression (#11267)
960 * [vevo] Improve artist extraction (#10911)
961 * [mitele] Relax URL regular expression and extract more metadata (#11244)
962 + [cbslocal] Recognize New York site (#11285)
963 + [youtube:playlist] Pass disable_polymer in URL query (#11193)
964
965
966 version 2016.11.22
967
968 Extractors
969 * [hellporno] Fix video extension extraction (#11247)
970 + [hellporno] Add support for hellporno.net (#11247)
971 + [amcnetworks] Recognize more BBC America URLs (#11263)
972 * [funnyordie] Improve extraction (#11208)
973 * [extractor/generic] Improve limelight embeds support
974 - [crunchyroll] Remove ScaledBorderAndShadow from ASS subtitles (#8207, #9028)
975 * [bandcamp] Fix free downloads extraction and extract all formats (#11067)
976 * [twitter:card] Relax URL regular expression (#11225)
977 + [tvanouvelles] Add support for tvanouvelles.ca (#10616)
978
979
980 version 2016.11.18
981
982 Extractors
983 * [youtube:live] Relax URL regular expression (#11164)
984 * [openload] Fix extraction (#10408, #11122)
985 * [vlive] Prefer locale over language for subtitles id (#11203)
986
987
988 version 2016.11.14.1
989
990 Core
991 + [downoader/fragment,f4m,hls] Respect HTTP headers from info dict
992 * [extractor/common] Fix media templates with Bandwidth substitution pattern in
993   MPD manifests (#11175)
994 * [extractor/common] Improve thumbnail extraction from JSON-LD
995
996 Extractors
997 + [nrk] Workaround geo restriction
998 + [nrk] Improve error detection and messages
999 + [afreecatv] Add support for vod.afreecatv.com (#11174)
1000 * [cda] Fix and improve extraction (#10929, #10936)
1001 * [plays] Fix extraction (#11165)
1002 * [eagleplatform] Fix extraction (#11160)
1003 + [audioboom] Recognize /posts/ URLs (#11149)
1004
1005
1006 version 2016.11.08.1
1007
1008 Extractors
1009 * [espn:article] Fix support for espn.com articles
1010 * [franceculture] Fix extraction (#11140)
1011
1012
1013 version 2016.11.08
1014
1015 Extractors
1016 * [tmz:article] Fix extraction (#11052)
1017 * [espn] Fix extraction (#11041)
1018 * [mitele] Fix extraction after website redesign (#10824)
1019 - [ard] Remove age restriction check (#11129)
1020 * [generic] Improve support for pornhub.com embeds (#11100)
1021 + [generic] Add support for redtube.com embeds (#11099)
1022 + [generic] Add support for drtuber.com embeds (#11098)
1023 + [redtube] Add support for embed URLs
1024 + [drtuber] Add support for embed URLs
1025 + [yahoo] Improve content id extraction (#11088)
1026 * [toutv] Relax URL regular expression (#11121)
1027
1028
1029 version 2016.11.04
1030
1031 Core
1032 * [extractor/common] Tolerate malformed RESOLUTION attribute in m3u8
1033   manifests (#11113)
1034 * [downloader/ism] Fix AVC Decoder Configuration Record
1035
1036 Extractors
1037 + [fox9] Add support for fox9.com (#11110)
1038 + [anvato] Extract more metadata and improve formats extraction
1039 * [vodlocker] Improve removed videos detection (#11106)
1040 + [vzaar] Add support for vzaar.com (#11093)
1041 + [vice] Add support for uplynk preplay videos (#11101)
1042 * [tubitv] Fix extraction (#11061)
1043 + [shahid] Add support for authentication (#11091)
1044 + [radiocanada] Add subtitles support (#11096)
1045 + [generic] Add support for ISM manifests
1046
1047
1048 version 2016.11.02
1049
1050 Core
1051 + Add basic support for Smooth Streaming protocol (#8118, #10969)
1052 * Improve MPD manifest base URL extraction (#10909, #11079)
1053 * Fix --match-filter for int-like strings (#11082)
1054
1055 Extractors
1056 + [mva] Add support for ISM formats
1057 + [msn] Add support for ISM formats
1058 + [onet] Add support for ISM formats
1059 + [tvp] Add support for ISM formats
1060 + [nicknight] Add support for nicknight sites (#10769)
1061
1062
1063 version 2016.10.30
1064
1065 Extractors
1066 * [facebook] Improve 1080P video detection (#11073)
1067 * [imgur] Recognize /r/ URLs (#11071)
1068 * [beeg] Fix extraction (#11069)
1069 * [openload] Fix extraction (#10408)
1070 * [gvsearch] Modernize and fix search request (#11051)
1071 * [adultswim] Fix extraction (#10979)
1072 + [nobelprize] Add support for nobelprize.org (#9999)
1073 * [hornbunny] Fix extraction (#10981)
1074 * [tvp] Improve video id extraction (#10585)
1075
1076
1077 version 2016.10.26
1078
1079 Extractors
1080 + [rentv] Add support for ren.tv (#10620)
1081 + [ard] Detect unavailable videos (#11018)
1082 * [vk] Fix extraction (#11022)
1083
1084
1085 version 2016.10.25
1086
1087 Core
1088 * Running youtube-dl in the background is fixed (#10996, #10706, #955)
1089
1090 Extractors
1091 + [jamendo] Add support for jamendo.com (#10132, #10736)
1092 + [pandatv] Add support for panda.tv (#10736)
1093 + [dotsub] Support Vimeo embed (#10964)
1094 * [litv] Fix extraction
1095 + [vimeo] Delegate ondemand redirects to ondemand extractor (#10994)
1096 * [vivo] Fix extraction (#11003)
1097 + [twitch:stream] Add support for rebroadcasts (#10995)
1098 * [pluralsight] Fix subtitles conversion (#10990)
1099
1100
1101 version 2016.10.21.1
1102
1103 Extractors
1104 + [pluralsight] Process all clip URLs (#10984)
1105
1106
1107 version 2016.10.21
1108
1109 Core
1110 - Disable thumbnails embedding in mkv
1111 + Add support for Comcast multiple-system operator (#10819)
1112
1113 Extractors
1114 * [pluralsight] Adapt to new API (#10972)
1115 * [openload] Fix extraction (#10408, #10971)
1116 + [natgeo] Extract m3u8 formats (#10959)
1117
1118
1119 version 2016.10.19
1120
1121 Core
1122 + [utils] Expose PACKED_CODES_RE
1123 + [extractor/common] Extract non smil wowza mpd manifests
1124 + [extractor/common] Detect f4m audio-only formats
1125
1126 Extractors
1127 * [vidzi] Fix extraction (#10908, #10952)
1128 * [urplay] Fix subtitles extraction
1129 + [urplay] Add support for urskola.se (#10915)
1130 + [orf] Add subtitles support (#10939)
1131 * [youtube] Fix --no-playlist behavior for youtu.be/id URLs (#10896)
1132 * [nrk] Relax URL regular expression (#10928)
1133 + [nytimes] Add support for podcasts (#10926)
1134 * [pluralsight] Relax URL regular expression (#10941)
1135
1136
1137 version 2016.10.16
1138
1139 Core
1140 * [postprocessor/ffmpeg] Return correct filepath and ext in updated information
1141   in FFmpegExtractAudioPP (#10879)
1142
1143 Extractors
1144 + [ruutu] Add support for supla.fi (#10849)
1145 + [theoperaplatform] Add support for theoperaplatform.eu (#10914)
1146 * [lynda] Fix height for prioritized streams
1147 + [lynda] Add fallback extraction scenario
1148 * [lynda] Switch to https (#10916)
1149 + [huajiao] New extractor (#10917)
1150 * [cmt] Fix mgid extraction (#10813)
1151 + [safari:course] Add support for techbus.safaribooksonline.com
1152 * [orf:tvthek] Fix extraction and modernize (#10898)
1153 * [chirbit] Fix extraction of user profile pages
1154 * [carambatv] Fix extraction
1155 * [canalplus] Fix extraction for some videos
1156 * [cbsinteractive] Fix extraction for cnet.com
1157 * [parliamentliveuk] Lower case URLs are now recognized (#10912)
1158
1159
1160 version 2016.10.12
1161
1162 Core
1163 + Support HTML media elements without child nodes
1164 * [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)
1165
1166 Extractors
1167 * [dailymotion] Fix extraction (#10901)
1168 * [vimeo:review] Fix extraction (#10900)
1169 * [nhl] Correctly handle invalid formats (#10713)
1170 * [footyroom] Fix extraction (#10810)
1171 * [abc.net.au:iview] Fix for standalone (non series) videos (#10895)
1172 + [hbo] Add support for episode pages (#10892)
1173 * [allocine] Fix extraction (#10860)
1174 + [nextmedia] Recognize action news on AppleDaily
1175 * [lego] Improve info extraction and bypass geo restriction (#10872)
1176
1177
1178 version 2016.10.07
1179
1180 Extractors
1181 + [iprima] Detect geo restriction
1182 * [facebook] Fix video extraction (#10846)
1183 + [commonprotocols] Support direct MMS links (#10838)
1184 + [generic] Add support for multiple vimeo embeds (#10862)
1185 + [nzz] Add support for nzz.ch (#4407)
1186 + [npo] Detect geo restriction
1187 + [npo] Add support for 2doc.nl (#10842)
1188 + [lego] Add support for lego.com (#10369)
1189 + [tonline] Add support for t-online.de (#10376)
1190 * [techtalks] Relax URL regular expression (#10840)
1191 * [youtube:live] Extend URL regular expression (#10839)
1192 + [theweatherchannel] Add support for weather.com (#7188)
1193 + [thisoldhouse] Add support for thisoldhouse.com (#10837)
1194 + [nhl] Add support for wch2016.com (#10833)
1195 * [pornoxo] Use JWPlatform to improve metadata extraction
1196
1197
1198 version 2016.10.02
1199
1200 Core
1201 * Fix possibly lost extended attributes during post-processing
1202 + Support pyxattr as well as python-xattr for --xattrs and
1203   --xattr-set-filesize (#9054)
1204
1205 Extractors
1206 + [jwplatform] Support DASH streams in JWPlayer
1207 + [jwplatform] Support old-style JWPlayer playlists
1208 + [byutv:event] Add extractor
1209 * [periscope:user] Fix extraction (#10820)
1210 * [dctp] Fix extraction (#10734)
1211 + [instagram] Extract video dimensions (#10790)
1212 + [tvland] Extend URL regular expression (#10812)
1213 + [vgtv] Add support for tv.aftonbladet.se (#10800)
1214 - [aftonbladet] Remove extractor
1215 * [vk] Fix timestamp and view count extraction (#10760)
1216 + [vk] Add support for running and finished live streams (#10799)
1217 + [leeco] Recognize more Le Sports URLs (#10794)
1218 + [instagram] Extract comments (#10788)
1219 + [ketnet] Extract mzsource formats (#10770)
1220 * [limelight:media] Improve HTTP formats extraction
1221
1222
1223 version 2016.09.27
1224
1225 Core
1226 + Add hdcore query parameter to akamai f4m formats
1227 + Delegate HLS live streams downloading to ffmpeg
1228 + Improved support for HTML5 subtitles
1229
1230 Extractors
1231 + [vk] Add support for dailymotion embeds (#10661)
1232 * [promptfile] Fix extraction (#10634)
1233 * [kaltura] Speed up embed regular expressions (#10764)
1234 + [npo] Add support for anderetijden.nl (#10754)
1235 + [prosiebensat1] Add support for advopedia sites
1236 * [mwave] Relax URL regular expression (#10735, #10748)
1237 * [prosiebensat1] Fix playlist support (#10745)
1238 + [prosiebensat1] Add support for sat1gold sites (#10745)
1239 + [cbsnews:livevideo] Fix extraction and extract m3u8 formats
1240 + [brightcove:new] Add support for live streams
1241 * [soundcloud] Generalize playlist entries extraction (#10733)
1242 + [mtv] Add support for new URL schema (#8169, #9808)
1243 * [einthusan] Fix extraction (#10714)
1244 + [twitter] Support Periscope embeds (#10737)
1245 + [openload] Support subtitles (#10625)
1246
1247
1248 version 2016.09.24
1249
1250 Core
1251 + Add support for watchTVeverywhere.com authentication provider based MSOs for
1252   Adobe Pass authentication (#10709)
1253
1254 Extractors
1255 + [soundcloud:playlist] Provide video id for early playlist entries (#10733)
1256 + [prosiebensat1] Add support for kabeleinsdoku (#10732)
1257 * [cbs] Extract info from thunder videoPlayerService (#10728)
1258 * [openload] Fix extraction (#10408)
1259 + [ustream] Support the new HLS streams (#10698)
1260 + [ooyala] Extract all HLS formats
1261 + [cartoonnetwork] Add support for Adobe Pass authentication
1262 + [soundcloud] Extract license metadata
1263 + [fox] Add support for Adobe Pass authentication (#8584)
1264 + [tbs] Add support for Adobe Pass authentication (#10642, #10222)
1265 + [trutv] Add support for Adobe Pass authentication (#10519)
1266 + [turner] Add support for Adobe Pass authentication
1267
1268
1269 version 2016.09.19
1270
1271 Extractors
1272 + [crunchyroll] Check if already authenticated (#10700)
1273 - [twitch:stream] Remove fallback to profile extraction when stream is offline
1274 * [thisav] Improve title extraction (#10682)
1275 * [vyborymos] Improve station info extraction
1276
1277
1278 version 2016.09.18
1279
1280 Core
1281 + Introduce manifest_url and fragments fields in formats dictionary for
1282   fragmented media
1283 + Provide manifest_url field for DASH segments, HLS and HDS
1284 + Provide fragments field for DASH segments
1285 * Rework DASH segments downloader to use fragments field
1286 + Add helper method for Wowza Streaming Engine formats extraction
1287
1288 Extractors
1289 + [vyborymos] Add extractor for vybory.mos.ru (#10692)
1290 + [xfileshare] Add title regular expression for streamin.to (#10646)
1291 + [globo:article] Add support for multiple videos (#10653)
1292 + [thisav] Recognize HTML5 videos (#10447)
1293 * [jwplatform] Improve JWPlayer detection
1294 + [mangomolo] Add support for Mangomolo embeds
1295 + [toutv] Add support for authentication (#10669)
1296 * [franceinter] Fix upload date extraction
1297 * [tv4] Fix HLS and HDS formats extraction (#10659)
1298
1299
1300 version 2016.09.15
1301
1302 Core
1303 * Improve _hidden_inputs
1304 + Introduce improved explicit Adobe Pass support
1305 + Add --ap-mso to provide multiple-system operator identifier
1306 + Add --ap-username to provide MSO account username
1307 + Add --ap-password to provide MSO account password
1308 + Add --ap-list-mso to list all supported MSOs
1309 + Add support for Rogers Cable multiple-system operator (#10606)
1310
1311 Extractors
1312 * [crunchyroll] Fix authentication (#10655)
1313 * [twitch] Fix API calls (#10654, #10660)
1314 + [bellmedia] Add support for more Bell Media Television sites
1315 * [franceinter] Fix extraction (#10538, #2105)
1316 * [kuwo] Improve error detection (#10650)
1317 + [go] Add support for free full episodes (#10439)
1318 * [bilibili] Fix extraction for specific videos (#10647)
1319 * [nhk] Fix extraction (#10633)
1320 * [kaltura] Improve audio detection
1321 * [kaltura] Skip chun format
1322 + [vimeo:ondemand] Pass Referer along with embed URL (#10624)
1323 + [nbc] Add support for NBC Olympics (#10361)
1324
1325
1326 version 2016.09.11.1
1327
1328 Extractors
1329 + [tube8] Extract categories and tags (#10579)
1330 + [pornhub] Extract categories and tags (#10499)
1331 * [openload] Temporary fix (#10408)
1332 + [foxnews] Add support Fox News articles (#10598)
1333 * [viafree] Improve video id extraction (#10615)
1334 * [iwara] Fix extraction after relaunch (#10462, #3215)
1335 + [tfo] Add extractor for tfo.org
1336 * [lrt] Fix audio extraction (#10566)
1337 * [9now] Fix extraction (#10561)
1338 + [canalplus] Add support for c8.fr (#10577)
1339 * [newgrounds] Fix uploader extraction (#10584)
1340 + [polskieradio:category] Add support for category lists (#10576)
1341 + [ketnet] Add extractor for ketnet.be (#10343)
1342 + [canvas] Add support for een.be (#10605)
1343 + [telequebec] Add extractor for telequebec.tv (#1999)
1344 * [parliamentliveuk] Fix extraction (#9137)
1345
1346
1347 version 2016.09.08
1348
1349 Extractors
1350 + [jwplatform] Extract height from format label
1351 + [yahoo] Extract Brightcove Legacy Studio embeds (#9345)
1352 * [videomore] Fix extraction (#10592)
1353 * [foxgay] Fix extraction (#10480)
1354 + [rmcdecouverte] Add extractor for rmcdecouverte.bfmtv.com (#9709)
1355 * [gamestar] Fix metadata extraction (#10479)
1356 * [puls4] Fix extraction (#10583)
1357 + [cctv] Add extractor for CCTV and CNTV (#8153)
1358 + [lci] Add extractor for lci.fr (#10573)
1359 + [wat] Extract DASH formats
1360 + [viafree] Improve video id detection (#10569)
1361 + [trutv] Add extractor for trutv.com (#10519)
1362 + [nick] Add support for nickelodeon.nl (#10559)
1363 + [abcotvs:clips] Add support for clips.abcotvs.com
1364 + [abcotvs] Add support for ABC Owned Television Stations sites (#9551)
1365 + [miaopai] Add extractor for miaopai.com (#10556)
1366 * [gamestar] Fix metadata extraction (#10479)
1367 + [bilibili] Add support for episodes (#10190)
1368 + [tvnoe] Add extractor for tvnoe.cz (#10524)
1369
1370
1371 version 2016.09.04.1
1372
1373 Core
1374 * In DASH downloader if the first segment fails, abort the whole download
1375   process to prevent throttling (#10497)
1376 + Add support for --skip-unavailable-fragments and --fragment retries in
1377   hlsnative downloader (#10165, #10448).
1378 + Add support for --skip-unavailable-fragments in DASH downloader
1379 + Introduce --skip-unavailable-fragments option for fragment based downloaders
1380   that allows to skip fragments unavailable due to a HTTP error
1381 * Fix extraction of video/audio entries with src attribute in
1382   _parse_html5_media_entries (#10540)
1383
1384 Extractors
1385 * [theplatform] Relax URL regular expression (#10546)
1386 * [youtube:playlist] Extend URL regular expression
1387 * [rottentomatoes] Delegate extraction to internetvideoarchive extractor
1388 * [internetvideoarchive] Extract all formats
1389 * [pornvoisines] Fix extraction (#10469)
1390 * [rottentomatoes] Fix extraction (#10467)
1391 * [espn] Extend URL regular expression (#10549)
1392 * [vimple] Extend URL regular expression (#10547)
1393 * [youtube:watchlater] Fix extraction (#10544)
1394 * [youjizz] Fix extraction (#10437)
1395 + [foxnews] Add support for FoxNews Insider (#10445)
1396 + [fc2] Recognize Flash player URLs (#10512)
1397
1398
1399 version 2016.09.03
1400
1401 Core
1402 * Restore usage of NAME attribute from EXT-X-MEDIA tag for formats codes in
1403   _extract_m3u8_formats (#10522)
1404 * Handle semicolon in mimetype2ext
1405
1406 Extractors
1407 + [youtube] Add support for rental videos' previews (#10532)
1408 * [youtube:playlist] Fallback to video extraction for video/playlist URLs when
1409   no playlist is actually served (#10537)
1410 + [drtv] Add support for dr.dk/nyheder (#10536)
1411 + [facebook:plugins:video] Add extractor (#10530)
1412 + [go] Add extractor for *.go.com sites
1413 * [adobepass] Check for authz_token expiration (#10527)
1414 * [nytimes] improve extraction
1415 * [thestar] Fix extraction (#10465)
1416 * [glide] Fix extraction (#10478)
1417 - [exfm] Remove extractor (#10482)
1418 * [youporn] Fix categories and tags extraction (#10521)
1419 + [curiositystream] Add extractor for app.curiositystream.com
1420 - [thvideo] Remove extractor (#10464)
1421 * [movingimage] Fix for the new site name (#10466)
1422 + [cbs] Add support for once formats (#10515)
1423 * [limelight] Skip ism snd duplicate manifests
1424 + [porncom] Extract categories and tags (#10510)
1425 + [facebook] Extract timestamp (#10508)
1426 + [yahoo] Extract more formats
1427
1428
1429 version 2016.08.31
1430
1431 Extractors
1432 * [soundcloud] Fix URL regular expression to avoid clashes with sets (#10505)
1433 * [bandcamp:album] Fix title extraction (#10455)
1434 * [pyvideo] Fix extraction (#10468)
1435 + [ctv] Add support for tsn.ca, bnn.ca and thecomedynetwork.ca (#10016)
1436 * [9c9media] Extract more metadata
1437 * [9c9media] Fix multiple stacks extraction (#10016)
1438 * [adultswim] Improve video info extraction (#10492)
1439 * [vodplatform] Improve embed regular expression
1440 - [played] Remove extractor (#10470)
1441 + [tbs] Add extractor for tbs.com and tntdrama.com (#10222)
1442 + [cartoonnetwork] Add extractor for cartoonnetwork.com (#10110)
1443 * [adultswim] Rework in terms of turner extractor
1444 * [cnn] Rework in terms of turner extractor
1445 * [nba] Rework in terms of turner extractor
1446 + [turner] Add base extractor for Turner Broadcasting System based sites
1447 * [bilibili] Fix extraction (#10375)
1448 * [openload] Fix extraction (#10408)
1449
1450
1451 version 2016.08.28
1452
1453 Core
1454 + Add warning message that ffmpeg doesn't support SOCKS
1455 * Improve thumbnail sorting
1456 + Extract formats from #EXT-X-MEDIA tags in _extract_m3u8_formats
1457 * Fill IV with leading zeros for IVs shorter than 16 octets in hlsnative
1458 + Add ac-3 to the list of audio codecs in parse_codecs
1459
1460 Extractors
1461 * [periscope:user] Fix extraction (#10453)
1462 * [douyutv] Fix extraction (#10153, #10318, #10444)
1463 + [nhk:vod] Add extractor for www3.nhk.or.jp on demand (#4437, #10424)
1464 - [trutube] Remove extractor (#10438)
1465 + [usanetwork] Add extractor for usanetwork.com
1466 * [crackle] Fix extraction (#10333)
1467 * [spankbang] Fix description and uploader extraction (#10339)
1468 * [discoverygo] Detect cable provider restricted videos (#10425)
1469 + [cbc] Add support for watch.cbc.ca
1470 * [kickstarter] Silent the warning for og:description (#10415)
1471 * [mtvservices:embedded] Fix extraction for the new 'edge' player (#10363)
1472
1473
1474 version 2016.08.24.1
1475
1476 Extractors
1477 + [pluralsight] Add support for subtitles (#9681)
1478
1479
1480 version 2016.08.24
1481
1482 Extractors
1483 * [youtube] Fix authentication (#10392)
1484 * [openload] Fix extraction (#10408)
1485 + [bravotv] Add support for Adobe Pass (#10407)
1486 * [bravotv] Fix clip info extraction (#10407)
1487 * [eagleplatform] Improve embedded videos detection (#10409)
1488 * [awaan] Fix extraction
1489 * [mtvservices:embedded] Update config URL
1490 + [abc:iview] Add extractor (#6148)
1491
1492
1493 version 2016.08.22
1494
1495 Core
1496 * Improve formats and subtitles extension auto calculation
1497 + Recognize full unit names in parse_filesize
1498 + Add support for m3u8 manifests in HTML5 multimedia tags
1499 * Fix octal/hexadecimal number detection in js_to_json
1500
1501 Extractors
1502 + [ivi] Add support for 720p and 1080p
1503 + [charlierose] Add new extractor (#10382)
1504 * [1tv] Fix extraction (#9249)
1505 * [twitch] Renew authentication
1506 * [kaltura] Improve subtitles extension calculation
1507 + [zingmp3] Add support for video clips
1508 * [zingmp3] Fix extraction (#10041)
1509 * [kaltura] Improve subtitles extraction (#10279)
1510 * [cultureunplugged] Fix extraction (#10330)
1511 + [cnn] Add support for money.cnn.com (#2797)
1512 * [cbsnews] Fix extraction (#10362)
1513 * [cbs] Fix extraction (#10393)
1514 + [litv] Support 'promo' URLs (#10385)
1515 * [snotr] Fix extraction (#10338)
1516 * [n-tv.de] Fix extraction (#10331)
1517 * [globo:article] Relax URL and video id regular expressions (#10379)
1518
1519
1520 version 2016.08.19
1521
1522 Core
1523 - Remove output template description from --help
1524 * Recognize lowercase units in parse_filesize
1525
1526 Extractors
1527 + [porncom] Add extractor for porn.com (#2251, #10251)
1528 + [generic] Add support for DBTV embeds
1529 * [vk:wallpost] Fix audio extraction for new site layout
1530 * [vk] Fix authentication
1531 + [hgtvcom:show] Add extractor for hgtv.com shows (#10365)
1532 + [discoverygo] Add support for another GO network sites
1533
1534
1535 version 2016.08.17
1536
1537 Core
1538 + Add _get_netrc_login_info
1539
1540 Extractors
1541 * [mofosex] Extract all formats (#10335)
1542 + [generic] Add support for vbox7 embeds
1543 + [vbox7] Add support for embed URLs
1544 + [viafree] Add extractor (#10358)
1545 + [mtg] Add support for viafree URLs (#10358)
1546 * [theplatform] Extract all subtitles per language
1547 + [xvideos] Fix HLS extraction (#10356)
1548 + [amcnetworks] Add extractor
1549 + [bbc:playlist] Add support for pagination (#10349)
1550 + [fxnetworks] Add extractor (#9462)
1551 * [cbslocal] Fix extraction for SendtoNews-based videos
1552 * [sendtonews] Fix extraction
1553 * [jwplatform] Extract video id from JWPlayer data
1554 - [zippcast] Remove extractor (#10332)
1555 + [viceland] Add extractor (#8799)
1556 + [adobepass] Add base extractor for Adobe Pass Authentication
1557 * [life:embed] Improve extraction
1558 * [vgtv] Detect geo restricted videos (#10348)
1559 + [uplynk] Add extractor
1560 * [xiami] Fix extraction (#10342)
1561
1562
1563 version 2016.08.13
1564
1565 Core
1566 * Show progress for curl external downloader
1567 * Forward more options to curl external downloader
1568
1569 Extractors
1570 * [pbs] Fix description extraction
1571 * [franceculture] Fix extraction (#10324)
1572 * [pornotube] Fix extraction (#10322)
1573 * [4tube] Fix metadata extraction (#10321)
1574 * [imgur] Fix width and height extraction (#10325)
1575 * [expotv] Improve extraction
1576 + [vbox7] Fix extraction (#10309)
1577 - [tapely] Remove extractor (#10323)
1578 * [muenchentv] Fix extraction (#10313)
1579 + [24video] Add support for .me and .xxx TLDs
1580 * [24video] Fix comment count extraction
1581 * [sunporno] Add support for embed URLs
1582 * [sunporno] Fix metadata extraction (#10316)
1583 + [hgtv] Add extractor for hgtv.ca (#3999)
1584 - [pbs] Remove request to unavailable API
1585 + [pbs] Add support for high quality HTTP formats
1586 + [crunchyroll] Add support for HLS formats (#10301)
1587
1588
1589 version 2016.08.12
1590
1591 Core
1592 * Subtitles are now written as is. Newline conversions are disabled. (#10268)
1593 + Recognize more formats in unified_timestamp
1594
1595 Extractors
1596 - [goldenmoustache] Remove extractor (#10298)
1597 * [drtuber] Improve title extraction
1598 * [drtuber] Make dislike count optional (#10297)
1599 * [chirbit] Fix extraction (#10296)
1600 * [francetvinfo] Relax URL regular expression
1601 * [rtlnl] Relax URL regular expression (#10282)
1602 * [formula1] Relax URL regular expression (#10283)
1603 * [wat] Improve extraction (#10281)
1604 * [ctsnews] Fix extraction
1605
1606
1607 version 2016.08.10
1608
1609 Core
1610 * Make --metadata-from-title non fatal when title does not match the pattern
1611 * Introduce options for randomized sleep before each download
1612   --min-sleep-interval and --max-sleep-interval (#9930)
1613 * Respect default in _search_json_ld
1614
1615 Extractors
1616 + [uol] Add extractor for uol.com.br (#4263)
1617 * [rbmaradio] Fix extraction and extract all formats (#10242)
1618 + [sonyliv] Add extractor for sonyliv.com (#10258)
1619 * [aparat] Fix extraction
1620 * [cwtv] Extract HTTP formats
1621 + [rozhlas] Add extractor for prehravac.rozhlas.cz (#10253)
1622 * [kuwo:singer] Fix extraction
1623
1624
1625 version 2016.08.07
1626
1627 Core
1628 + Add support for TV Parental Guidelines ratings in parse_age_limit
1629 + Add decode_png (#9706)
1630 + Add support for partOfTVSeries in JSON-LD
1631 * Lower master M3U8 manifest preference for better format sorting
1632
1633 Extractors
1634 + [discoverygo] Add extractor (#10245)
1635 * [flipagram] Make JSON-LD extraction non fatal
1636 * [generic] Make JSON-LD extraction non fatal
1637 + [bbc] Add support for morph embeds (#10239)
1638 * [tnaflixnetworkbase] Improve title extraction
1639 * [tnaflix] Fix metadata extraction (#10249)
1640 * [fox] Fix theplatform release URL query
1641 * [openload] Fix extraction (#9706)
1642 * [bbc] Skip duplicate manifest URLs
1643 * [bbc] Improve format code
1644 + [bbc] Add support for DASH and F4M
1645 * [bbc] Improve format sorting and listing
1646 * [bbc] Improve playlist extraction
1647 + [pokemon] Add extractor (#10093)
1648 + [condenast] Add fallback scenario for video info extraction
1649
1650
1651 version 2016.08.06
1652
1653 Core
1654 * Add support for JSON-LD root list entries (#10203)
1655 * Improve unified_timestamp
1656 * Lower preference of RTSP formats in generic sorting
1657 + Add support for multiple properties in _og_search_property
1658 * Improve password hiding from verbose output
1659
1660 Extractors
1661 + [adultswim] Add support for trailers (#10235)
1662 * [archiveorg] Improve extraction (#10219)
1663 + [jwplatform] Add support for playlists
1664 + [jwplatform] Add support for relative URLs
1665 * [jwplatform] Improve audio detection
1666 + [tvplay] Capture and output native error message
1667 + [tvplay] Extract series metadata
1668 + [tvplay] Add support for subtitles (#10194)
1669 * [tvp] Improve extraction (#7799)
1670 * [cbslocal] Fix timestamp parsing (#10213)
1671 + [naver] Add support for subtitles (#8096)
1672 * [naver] Improve extraction
1673 * [condenast] Improve extraction
1674 * [engadget] Relax URL regular expression
1675 * [5min] Fix extraction
1676 + [nationalgeographic] Add support for Episode Guide
1677 + [kaltura] Add support for subtitles
1678 * [kaltura] Optimize network requests
1679 + [vodplatform] Add extractor for vod-platform.net
1680 - [gamekings] Remove extractor
1681 * [limelight] Extract HTTP formats
1682 * [ntvru] Fix extraction
1683 + [comedycentral] Re-add :tds and :thedailyshow shortnames
1684
1685
1686 version 2016.08.01
1687
1688 Fixed/improved extractors
1689 - [yandexmusic:track] Adapt to changes in track location JSON (#10193)
1690 - [bloomberg] Support another form of player (#10187)
1691 - [limelight] Skip DRM protected videos
1692 - [safari] Relax regular expressions for URL matching (#10202)
1693 - [cwtv] Add support for cwtvpr.com (#10196)
1694
1695
1696 version 2016.07.30
1697
1698 Fixed/improved extractors
1699 - [twitch:clips] Sort formats
1700 - [tv2] Use m3u8_native
1701 - [tv2:article] Fix video detection (#10188)
1702 - rtve (#10076)
1703 - [dailymotion:playlist] Optimize download archive processing (#10180)
1704
1705
1706 version 2016.07.28
1707
1708 Fixed/improved extractors
1709 - shared (#10170)
1710 - soundcloud (#10179)
1711 - twitch (#9767)
1712
1713
1714 version 2016.07.26.2
1715
1716 Fixed/improved extractors
1717 - smotri
1718 - camdemy
1719 - mtv
1720 - comedycentral
1721 - cmt
1722 - cbc
1723 - mgtv
1724 - orf
1725
1726
1727 version 2016.07.24
1728
1729 New extractors
1730 - arkena (#8682)
1731 - lcp (#8682)
1732
1733 Fixed/improved extractors
1734 - facebook (#10151)
1735 - dailymail
1736 - telegraaf
1737 - dcn
1738 - onet
1739 - tvp
1740
1741 Miscellaneous
1742 - Support $Time$ in DASH manifests
1743
1744
1745 version 2016.07.22
1746
1747 New extractors
1748 - odatv (#9285)
1749
1750 Fixed/improved extractors
1751 - bbc
1752 - youjizz (#10131)
1753 - youtube (#10140)
1754 - pornhub (#10138)
1755 - eporner (#10139)
1756
1757
1758 version 2016.07.17
1759
1760 New extractors
1761 - nintendo (#9986)
1762 - streamable (#9122)
1763
1764 Fixed/improved extractors
1765 - ard (#10095)
1766 - mtv
1767 - comedycentral (#10101)
1768 - viki (#10098)
1769 - spike (#10106)
1770
1771 Miscellaneous
1772 - Improved twitter player detection (#10090)
1773
1774
1775 version 2016.07.16
1776
1777 New extractors
1778 - ninenow (#5181)
1779
1780 Fixed/improved extractors
1781 - rtve (#10076)
1782 - brightcove
1783 - 3qsdn
1784 - syfy (#9087, #3820, #2388)
1785 - youtube (#10083)
1786
1787 Miscellaneous
1788 - Fix subtitle embedding for video-only and audio-only files (#10081)
1789
1790
1791 version 2016.07.13
1792
1793 New extractors
1794 - rudo
1795
1796 Fixed/improved extractors
1797 - biobiochiletv
1798 - tvplay
1799 - dbtv
1800 - brightcove
1801 - tmz
1802 - youtube (#10059)
1803 - shahid (#10062)
1804 - vk
1805 - ellentv (#10067)
1806
1807
1808 version 2016.07.11
1809
1810 New Extractors
1811 - roosterteeth (#9864)
1812
1813 Fixed/improved extractors
1814 - miomio (#9605)
1815 - vuclip
1816 - youtube
1817 - vidzi (#10058)
1818
1819
1820 version 2016.07.09.2
1821
1822 Fixed/improved extractors
1823 - vimeo (#1638)
1824 - facebook (#10048)
1825 - lynda (#10047)
1826 - animeondemand
1827
1828 Fixed/improved features
1829 - Embedding subtitles no longer throws an error with problematic inputs (#9063)
1830
1831
1832 version 2016.07.09.1
1833
1834 Fixed/improved extractors
1835 - youtube
1836 - ard
1837 - srmediatek (#9373)
1838
1839
1840 version 2016.07.09
1841
1842 New extractors
1843 - Flipagram (#9898)
1844
1845 Fixed/improved extractors
1846 - telecinco
1847 - toutv
1848 - radiocanada
1849 - tweakers (#9516)
1850 - lynda
1851 - nick (#7542)
1852 - polskieradio (#10028)
1853 - le
1854 - facebook (#9851)
1855 - mgtv
1856 - animeondemand (#10031)
1857
1858 Fixed/improved features
1859 - `--postprocessor-args` and `--downloader-args` now accepts non-ASCII inputs
1860   on non-Windows systems
1861
1862
1863 version 2016.07.07
1864
1865 New extractors
1866 - kamcord (#10001)
1867
1868 Fixed/improved extractors
1869 - spiegel (#10018)
1870 - metacafe (#8539, #3253)
1871 - onet (#9950)
1872 - francetv (#9955)
1873 - brightcove (#9965)
1874 - daum (#9972)
1875
1876
1877 version 2016.07.06
1878
1879 Fixed/improved extractors
1880 - youtube (#10007, #10009)
1881 - xuite
1882 - stitcher
1883 - spiegel
1884 - slideshare
1885 - sandia
1886 - rtvnh
1887 - prosiebensat1
1888 - onionstudios
1889
1890
1891 version 2016.07.05
1892
1893 Fixed/improved extractors
1894 - brightcove
1895 - yahoo (#9995)
1896 - pornhub (#9997)
1897 - iqiyi
1898 - kaltura (#5557)
1899 - la7
1900 - Changed features
1901 - Rename --cn-verfication-proxy to --geo-verification-proxy
1902 Miscellaneous
1903 - Add script for displaying downloads statistics
1904
1905
1906 version 2016.07.03.1
1907
1908 Fixed/improved extractors
1909 - theplatform
1910 - aenetworks
1911 - nationalgeographic
1912 - hrti (#9482)
1913 - facebook (#5701)
1914 - buzzfeed (#5701)
1915 - rai (#8617, #9157, #9232, #8552, #8551)
1916 - nationalgeographic (#9991)
1917 - iqiyi
1918
1919
1920 version 2016.07.03
1921
1922 New extractors
1923 - hrti (#9482)
1924
1925 Fixed/improved extractors
1926 - vk (#9981)
1927 - facebook (#9938)
1928 - xtube (#9953, #9961)
1929
1930
1931 version 2016.07.02
1932
1933 New extractors
1934 - fusion (#9958)
1935
1936 Fixed/improved extractors
1937 - twitch (#9975)
1938 - vine (#9970)
1939 - periscope (#9967)
1940 - pornhub (#8696)
1941
1942
1943 version 2016.07.01
1944
1945 New extractors
1946 - 9c9media
1947 - ctvnews (#2156)
1948 - ctv (#4077)
1949
1950 Fixed/Improved extractors
1951 - rds
1952 - meta (#8789)
1953 - pornhub (#9964)
1954 - sixplay (#2183)
1955
1956 New features
1957 - Accept quoted strings across multiple lines (#9940)