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