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