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