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