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