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