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