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