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