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