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