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