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