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