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