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