e0be3a026312fddf9a805f91198825ed35d8071a
[youtube-dl] / ChangeLog
1 version <unreleased>
2
3 Core
4 * [extractor/common] Improve _json_ld for articles
5 * Switch codebase to use compat_b64decode
6 + [compat] Add compat_b64decode
7
8 Extractors
9 + [seznamzpravy] Add support for seznam.cz and seznamzpravy.cz (#14102, #14616)
10 * [dplay] Bypass geo restriction
11 + [dplay] Add support for disco-api videos (#15396)
12 * [youtube] Extract precise error messages (#15284)
13 * [teachertube] Capture and output error message
14 * [teachertube] Fix and relax thumbnail extraction (#15403)
15 + [prosiebensat1] Add another clip id regular expression (#15378)
16 * [tbs] Update tokenizer url (#15395)
17 * [mixcloud] Use compat_b64decode (#15394)
18 - [thesixtyone] Remove extractor (#15341)
19
20
21 version 2018.01.21
22
23 Core
24 * [extractor/common] Improve jwplayer DASH formats extraction (#9242, #15187)
25 * [utils] Improve scientific notation handling in js_to_json (#14789)
26
27 Extractors
28 + [southparkdk] Add support for southparkstudios.nu
29 + [southpark] Add support for collections (#14803)
30 * [franceinter] Fix upload date extraction (#14996)
31 + [rtvs] Add support for rtvs.sk (#9242, #15187)
32 * [restudy] Fix extraction and extend URL regular expression (#15347)
33 * [youtube:live] Improve live detection (#15365)
34 + [springboardplatform] Add support for springboardplatform.com
35 * [prosiebensat1] Add another clip id regular expression (#15290)
36 - [ringtv] Remove extractor (#15345)
37
38
39 version 2018.01.18
40
41 Extractors
42 * [soundcloud] Update client id (#15306)
43 - [kamcord] Remove extractor (#15322)
44 + [spiegel] Add support for nexx videos (#15285)
45 * [twitch] Fix authentication and error capture (#14090, #15264)
46 * [vk] Detect more errors due to copyright complaints (#15259)
47
48
49 version 2018.01.14
50
51 Extractors
52 * [youtube] Fix live streams extraction (#15202)
53 * [wdr] Bypass geo restriction
54 * [wdr] Rework extractors (#14598)
55 + [wdr] Add support for wdrmaus.de/elefantenseite (#14598)
56 + [gamestar] Add support for gamepro.de (#3384)
57 * [viafree] Skip rtmp formats (#15232)
58 + [pandoratv] Add support for mobile URLs (#12441)
59 + [pandoratv] Add support for new URL format (#15131)
60 + [ximalaya] Add support for ximalaya.com (#14687)
61 + [digg] Add support for digg.com (#15214)
62 * [limelight] Tolerate empty pc formats (#15150, #15151, #15207)
63 * [ndr:embed:base] Make separate formats extraction non fatal (#15203)
64 + [weibo] Add extractor (#15079)
65 + [ok] Add support for live streams
66 * [canalplus] Fix extraction (#15072)
67 * [bilibili] Fix extraction (#15188)
68
69
70 version 2018.01.07
71
72 Core
73 * [utils] Fix youtube-dl under PyPy3 on Windows
74 * [YoutubeDL] Output python implementation in debug header
75
76 Extractors
77 + [jwplatform] Add support for multiple embeds (#15192)
78 * [mitele] Fix extraction (#15186)
79 + [motherless] Add support for groups (#15124)
80 * [lynda] Relax URL regular expression (#15185)
81 * [soundcloud] Fallback to avatar picture for thumbnail (#12878)
82 * [youku] Fix list extraction (#15135)
83 * [openload] Fix extraction (#15166)
84 * [lynda] Skip invalid subtitles (#15159)
85 * [twitch] Pass video id to url_result when extracting playlist (#15139)
86 * [rtve.es:alacarta] Fix extraction of some new URLs
87 * [acast] Fix extraction (#15147)
88
89
90 version 2017.12.31
91
92 Core
93 + [extractor/common] Add container meta field for formats extracted
94   in _parse_mpd_formats (#13616)
95 + [downloader/hls] Use HTTP headers for key request
96 * [common] Use AACL as the default fourcc when AudioTag is 255
97 * [extractor/common] Fix extraction of DASH formats with the same
98   representation id (#15111)
99
100 Extractors
101 + [slutload] Add support for mobile URLs (#14806)
102 * [abc:iview] Bypass geo restriction
103 * [abc:iview] Fix extraction (#14711, #14782, #14838, #14917, #14963, #14985,
104   #15035, #15057, #15061, #15071, #15095, #15106)
105 * [openload] Fix extraction (#15118)
106 - [sandia] Remove extractor
107 - [collegerama] Remove extractor
108 + [mediasite] Add support for sites based on Mediasite Video Platform (#5428,
109   #11185, #14343)
110 + [ufctv] Add support for ufc.tv (#14520)
111 * [pluralsight] Fix missing first line of subtitles (#11118)
112 * [openload] Fallback on f-page extraction (#14665, #14879)
113 * [vimeo] Improve password protected videos extraction (#15114)
114 * [aws] Fix canonical/signed headers generation on python 2 (#15102)
115
116
117 version 2017.12.28
118
119 Extractors
120 + [internazionale] Add support for internazionale.it (#14973)
121 * [playtvak] Relax video regular expression and make description optional
122   (#15037)
123 + [filmweb] Add support for filmweb.no (#8773, #10368)
124 + [23video] Add support for 23video.com
125 + [espn] Add support for fivethirtyeight.com (#6864)
126 + [umg:de] Add support for universal-music.de (#11582, #11584)
127 + [espn] Add support for espnfc and extract more formats (#8053)
128 * [youku] Update ccode (#14880)
129 + [openload] Add support for oload.stream (#15070)
130 * [youku] Fix list extraction (#15065)
131
132
133 version 2017.12.23
134
135 Core
136 * [extractor/common] Move X-Forwarded-For setup code into _request_webpage
137 + [YoutubeDL] Add support for playlist_uploader and playlist_uploader_id in
138   output template (#11427, #15018)
139 + [extractor/common] Introduce uploader, uploader_id and uploader_url
140   meta fields for playlists (#11427, #15018)
141 * [downloader/fragment] Encode filename of fragment being removed (#15020)
142 + [utils] Add another date format pattern (#14999)
143
144 Extractors
145 + [kaltura] Add another embed pattern for entry_id
146 + [7plus] Add support for 7plus.com.au (#15043)
147 * [animeondemand] Relax login error regular expression
148 + [shahid] Add support for show pages (#7401)
149 + [youtube] Extract uploader, uploader_id and uploader_url for playlists
150   (#11427, #15018)
151 * [afreecatv] Improve format extraction (#15019)
152 + [cspan] Add support for audio only pages and catch page errors (#14995)
153 + [mailru] Add support for embed URLs (#14904)
154 * [crunchyroll] Future-proof XML element checks (#15013)
155 * [cbslocal] Fix timestamp extraction (#14999, #15000)
156 * [discoverygo] Correct TTML subtitle extension
157 * [vk] Make view count optional (#14979)
158 * [disney] Skip Apple FairPlay formats (#14982)
159 * [voot] Fix format extraction (#14758)
160
161
162 version 2017.12.14
163
164 Core
165 * [postprocessor/xattr] Clarify NO_SPACE message (#14970)
166 * [downloader/http] Return actual download result from real_download (#14971)
167
168 Extractors
169 + [itv] Extract more subtitles and duration
170 * [itv] Improve extraction (#14944)
171 + [byutv] Add support for geo restricted videos
172 * [byutv] Fix extraction (#14966, #14967)
173 + [bbccouk] Fix extraction for 320k HLS streams
174 + [toutv] Add support for special video URLs (#14179)
175 * [discovery] Fix free videos extraction (#14157, #14954)
176 * [tvnow] Fix extraction (#7831)
177 + [nickelodeon:br] Add support for nickelodeon brazil websites (#14893)
178 * [nick] Improve extraction (#14876)
179 * [tbs] Fix extraction (#13658)
180
181
182 version 2017.12.10
183
184 Core
185 + [utils] Add sami mimetype to mimetype2ext
186
187 Extractors
188 * [culturebox] Improve video id extraction (#14947)
189 * [twitter] Improve extraction (#14197)
190 + [udemy] Extract more HLS formats
191 * [udemy] Improve course id extraction (#14938)
192 + [stretchinternet] Add support for portal.stretchinternet.com (#14576)
193 * [ellentube] Fix extraction (#14407, #14570)
194 + [raiplay:playlist] Add support for playlists (#14563)
195 * [sonyliv] Bypass geo restriction
196 * [sonyliv] Extract higher quality formats (#14922)
197 * [fox] Extract subtitles
198 + [fox] Add support for Adobe Pass authentication (#14205, #14489)
199 - [dailymotion:cloud] Remove extractor (#6794)
200 * [xhamster] Fix thumbnail extraction (#14780)
201 + [xhamster] Add support for mobile URLs (#14780)
202 * [generic] Don't pass video id as mpd id while extracting DASH (#14902)
203 * [ard] Skip invalid stream URLs (#14906)
204 * [porncom] Fix metadata extraction (#14911)
205 * [pluralsight] Detect agreement request (#14913)
206 * [toutv] Fix login (#14614)
207
208
209 version 2017.12.02
210
211 Core
212 + [downloader/fragment] Commit part file after each fragment
213 + [extractor/common] Add durations for DASH fragments with bare SegmentURLs
214 + [extractor/common] Add support for DASH manifests with SegmentLists with
215   bare SegmentURLs (#14844)
216 + [utils] Add hvc1 codec code to parse_codecs
217
218 Extractors
219 * [xhamster] Fix extraction (#14884)
220 * [youku] Update ccode (#14872)
221 * [mnet] Fix format extraction (#14883)
222 + [xiami] Add Referer header to API request
223 * [mtv] Correct scc extention in extracted subtitles (#13730)
224 * [vvvvid] Fix extraction for kenc videos (#13406)
225 + [br] Add support for BR Mediathek videos (#14560, #14788)
226 + [daisuki] Add support for motto.daisuki.com (#14681)
227 * [odnoklassniki] Fix API metadata request (#14862)
228 * [itv] Fix HLS formats extraction
229 + [pbs] Add another media id regular expression
230
231
232 version 2017.11.26
233
234 Core
235 * [extractor/common] Use final URL when dumping request (#14769)
236
237 Extractors
238 * [fczenit] Fix extraction
239 - [firstpost] Remove extractor
240 * [freespeech] Fix extraction
241 * [nexx] Extract more formats
242 + [openload] Add support for openload.link (#14763)
243 * [empflix] Relax URL regular expression
244 * [empflix] Fix extractrion
245 * [tnaflix] Don't modify download URLs (#14811)
246 - [gamersyde] Remove extractor
247 * [francetv:generationwhat] Fix extraction
248 + [massengeschmacktv] Add support for Massengeschmack TV
249 * [fox9] Fix extraction
250 * [faz] Fix extraction and add support for Perform Group embeds (#14714)
251 + [performgroup] Add support for performgroup.com
252 + [jwplatform] Add support for iframes (#14828)
253 * [culturebox] Fix extraction (#14827)
254 * [youku] Fix extraction; update ccode (#14815)
255 * [livestream] Make SMIL extraction non fatal (#14792)
256 + [drtuber] Add support for mobile URLs (#14772)
257 + [spankbang] Add support for mobile URLs (#14771)
258 * [instagram] Fix description, timestamp and counters extraction (#14755)
259
260
261 version 2017.11.15
262
263 Core
264 * [common] Skip Apple FairPlay m3u8 manifests (#14741)
265 * [YoutubeDL] Fix playlist range optimization for --playlist-items (#14740)
266
267 Extractors
268 * [vshare] Capture and output error message
269 * [vshare] Fix extraction (#14473)
270 * [crunchyroll] Extract old RTMP formats
271 * [tva] Fix extraction (#14736)
272 * [gamespot] Lower preference of HTTP formats (#14652)
273 * [instagram:user] Fix extraction (#14699)
274 * [ccma] Fix typo (#14730)
275 - Remove sensitive data from logging in messages
276 * [instagram:user] Fix extraction (#14699)
277 + [gamespot] Add support for article URLs (#14652)
278 * [gamespot] Skip Brightcove Once HTTP formats (#14652)
279 * [cartoonnetwork] Update tokenizer_src (#14666)
280 + [wsj] Recognize another URL pattern (#14704)
281 * [pandatv] Update API URL and sign format URLs (#14693)
282 * [crunchyroll] Use old login method (#11572)
283
284
285 version 2017.11.06
286
287 Core
288 + [extractor/common] Add protocol for f4m formats
289 * [f4m] Prefer baseURL for relative URLs (#14660)
290 * [extractor/common] Respect URL query in _extract_wowza_formats (14645)
291
292 Extractors
293 + [hotstar:playlist] Add support for playlists (#12465)
294 * [hotstar] Bypass geo restriction (#14672)
295 - [22tracks] Remove extractor (#11024, #14628)
296 + [skysport] Sdd support ooyala videos protected with embed_token (#14641)
297 * [gamespot] Extract formats referenced with new data fields (#14652)
298 * [spankbang] Detect unavailable videos (#14644)
299
300
301 version 2017.10.29
302
303 Core
304 * [extractor/common] Prefix format id for audio only HLS formats
305 + [utils] Add support for zero years and months in parse_duration
306
307 Extractors
308 * [egghead] Fix extraction (#14388)
309 + [fxnetworks] Extract series metadata (#14603)
310 + [younow] Add support for younow.com (#9255, #9432, #12436)
311 * [dctptv] Fix extraction (#14599)
312 * [youtube] Restrict embed regular expression (#14600)
313 * [vimeo] Restrict iframe embed regular expression (#14600)
314 * [soundgasm] Improve extraction (#14588)
315 - [myvideo] Remove extractor (#8557)
316 + [nbc] Add support for classic-tv videos (#14575)
317 + [vrtnu] Add support for cookies authentication and simplify (#11873)
318 + [canvas] Add support for vrt.be/vrtnu (#11873)
319 * [twitch:clips] Fix title extraction (#14566)
320 + [ndtv] Add support for sub-sites (#14534)
321 * [dramafever] Fix login error message extraction
322 + [nick] Add support for more nickelodeon sites (no, dk, se, ch, fr, es, pt,
323   ro, hu) (#14553)
324
325
326 version 2017.10.20
327
328 Core
329 * [downloader/fragment] Report warning instead of error on inconsistent
330   download state
331 * [downloader/hls] Fix total fragments count when ad fragments exist
332
333 Extractors
334 * [parliamentliveuk] Fix extraction (#14524)
335 * [soundcloud] Update client id (#14546)
336 + [servus] Add support for servus.com (#14362)
337 + [unity] Add support for unity3d.com (#14528)
338 * [youtube] Replace youtube redirect URLs in description (#14517)
339 * [pbs] Restrict direct video URL regular expression (#14519)
340 * [drtv] Respect preference for direct HTTP formats (#14509)
341 + [eporner] Add support for embed URLs (#14507)
342 * [arte] Capture and output error message
343 * [niconico] Improve uploader metadata extraction robustness (#14135)
344
345
346 version 2017.10.15.1
347
348 Core
349 * [downloader/hls] Ignore anvato ad fragments (#14496)
350 * [downloader/fragment] Output ad fragment count
351
352 Extractors
353 * [scrippsnetworks:watch] Bypass geo restriction
354 + [anvato] Add ability to bypass geo restriction
355 * [redditr] Fix extraction for URLs with query (#14495)
356
357
358 version 2017.10.15
359
360 Core
361 + [common] Add support for jwplayer youtube embeds
362
363 Extractors
364 * [scrippsnetworks:watch] Fix extraction (#14389)
365 * [anvato] Process master m3u8 manifests
366 * [youtube] Fix relative URLs in description
367 * [spike] Bypass geo restriction
368 + [howstuffworks] Add support for more domains
369 * [infoq] Fix http format downloading
370 + [rtlnl] Add support for another type of embeds
371 + [onionstudios] Add support for bulbs-video embeds
372 * [udn] Fix extraction
373 * [shahid] Fix extraction (#14448)
374 * [kaltura] Ignore Widevine encrypted video (.wvm) (#14471)
375 * [vh1] Fix extraction (#9613)
376
377
378 version 2017.10.12
379
380 Core
381 * [YoutubeDL] Improve _default_format_spec (#14461)
382
383 Extractors
384 * [steam] Fix extraction (#14067)
385 + [funk] Add support for funk.net (#14464)
386 + [nexx] Add support for shortcuts and relax domain id extraction
387 + [voxmedia] Add support for recode.net (#14173)
388 + [once] Add support for vmap URLs
389 + [generic] Add support for channel9 embeds (#14469)
390 * [tva] Fix extraction (#14328)
391 + [tubitv] Add support for new URL format (#14460)
392 - [afreecatv:global] Remove extractor
393 - [youtube:shared] Removed extractor (#14420)
394 + [slideslive] Add support for slideslive.com (#2680)
395 + [facebook] Support thumbnails (#14416)
396 * [vvvvid] Fix episode number extraction (#14456)
397 * [hrti:playlist] Relax URL regular expression
398 * [wdr] Relax media link regular expression (#14447)
399 * [hrti] Relax URL regular expression (#14443)
400 * [fox] Delegate extraction to uplynk:preplay (#14147)
401 + [youtube] Add support for hooktube.com (#14437)
402
403
404 version 2017.10.07
405
406 Core
407 * [YoutubeDL] Ignore duplicates in --playlist-items
408 * [YoutubeDL] Fix out of range --playlist-items for iterable playlists and
409   reduce code duplication (#14425)
410 + [utils] Use cache in OnDemandPagedList by default
411 * [postprocessor/ffmpeg] Convert to opus using libopus (#14381)
412
413 Extractors
414 * [reddit] Sort formats (#14430)
415 * [lnkgo] Relax URL regular expression (#14423)
416 * [pornflip] Extend URL regular expression (#14405, #14406)
417 + [xtube] Add support for embed URLs (#14417)
418 + [xvideos] Add support for embed URLs and improve extraction (#14409)
419 * [beeg] Fix extraction (#14403)
420 * [tvn24] Relax URL regular expression (#14395)
421 * [nbc] Fix extraction (#13651, #13715, #14137, #14198, #14312, #14314, #14378,
422   #14392, #14414, #14419, #14431)
423 + [ketnet] Add support for videos without direct sources (#14377)
424 * [canvas] Generalize mediazone.vrt.be extractor and rework canvas and een
425 + [afreecatv] Add support for adult videos (#14376)
426
427
428 version 2017.10.01
429
430 Core
431 * [YoutubeDL] Document youtube_include_dash_manifest
432
433 Extractors
434 + [tvp] Add support for new URL schema (#14368)
435 + [generic] Add support for single format Video.js embeds (#14371)
436 * [yahoo] Bypass geo restriction for brightcove (#14210)
437 * [yahoo] Use extracted brightcove account id (#14210)
438 * [rtve:alacarta] Fix extraction (#14290)
439 + [yahoo] Add support for custom brigthcove embeds (#14210)
440 + [generic] Add support for Video.js embeds
441 + [gfycat] Add support for /gifs/detail URLs (#14322)
442 * [generic] Fix infinite recursion for twitter:player URLs (#14339)
443 * [xhamsterembed] Fix extraction (#14308)
444
445
446 version 2017.09.24
447
448 Core
449 + [options] Accept lrc as a subtitle conversion target format (#14292)
450 * [utils] Fix handling raw TTML subtitles (#14191)
451
452 Extractors
453 * [24video] Fix timestamp extraction and make non fatal (#14295)
454 + [24video] Add support for 24video.adult (#14295)
455 + [kakao] Add support for tv.kakao.com (#12298, #14007)
456 + [twitter] Add support for URLs without user id (#14270)
457 + [americastestkitchen] Add support for americastestkitchen.com (#10764,
458   #13996)
459 * [generic] Fix support for multiple HTML5 videos on one page (#14080)
460 * [mixcloud] Fix extraction (#14088, #14132)
461 + [lynda] Add support for educourse.ga (#14286)
462 * [beeg] Fix extraction (#14275)
463 * [nbcsports:vplayer] Correct theplatform URL (#13873)
464 * [twitter] Fix duration extraction (#14141)
465 * [tvplay] Bypass geo restriction
466 + [heise] Add support for YouTube embeds (#14109)
467 + [popcorntv] Add support for popcorntv.it (#5914, #14211)
468 * [viki] Update app data (#14181)
469 * [morningstar] Relax URL regular expression (#14222)
470 * [openload] Fix extraction (#14225, #14257)
471 * [noovo] Fix extraction (#14214)
472 * [dailymotion:playlist] Relax URL regular expression (#14219)
473 + [twitch] Add support for go.twitch.tv URLs (#14215)
474 * [vgtv] Relax URL regular expression (#14223)
475
476
477 version 2017.09.15
478
479 Core
480 * [downloader/fragment] Restart inconsistent incomplete fragment downloads
481   (#13731)
482 * [YoutubeDL] Download raw subtitles files (#12909, #14191)
483
484 Extractors
485 * [condenast] Fix extraction (#14196, #14207)
486 + [orf] Add support for f4m stories
487 * [tv4] Relax URL regular expression (#14206)
488 * [animeondemand] Bypass geo restriction
489 + [animeondemand] Add support for flash videos (#9944)
490
491
492 version 2017.09.11
493
494 Extractors
495 * [rutube:playlist] Fix suitable (#14166)
496
497
498 version 2017.09.10
499
500 Core
501 + [utils] Introduce bool_or_none
502 * [YoutubeDL] Ensure dir existence for each requested format (#14116)
503
504 Extractors
505 * [fox] Fix extraction (#14147)
506 * [rutube] Use bool_or_none
507 * [rutube] Rework and generalize playlist extractors (#13565)
508 + [rutube:playlist] Add support for playlists (#13534, #13565)
509 + [radiocanada] Add fallback for title extraction (#14145)
510 * [vk] Use dedicated YouTube embeds extraction routine
511 * [vice] Use dedicated YouTube embeds extraction routine
512 * [cracked] Use dedicated YouTube embeds extraction routine
513 * [chilloutzone] Use dedicated YouTube embeds extraction routine
514 * [abcnews] Use dedicated YouTube embeds extraction routine
515 * [youtube] Separate methods for embeds extraction
516 * [redtube] Fix formats extraction (#14122)
517 * [arte] Relax unavailability check (#14112)
518 + [manyvids] Add support for preview videos from manyvids.com (#14053, #14059)
519 * [vidme:user] Relax URL regular expression (#14054)
520 * [bpb] Fix extraction (#14043, #14086)
521 * [soundcloud] Fix download URL with private tracks (#14093)
522 * [aliexpress:live] Add support for live.aliexpress.com (#13698, #13707)
523 * [viidea] Capture and output lecture error message (#14099)
524 * [radiocanada] Skip unsupported platforms (#14100)
525
526
527 version 2017.09.02
528
529 Extractors
530 * [youtube] Force old layout for each webpage (#14068, #14072, #14074, #14076,
531   #14077, #14079, #14082, #14083, #14094, #14095, #14096)
532 * [youtube] Fix upload date extraction (#14065)
533 + [charlierose] Add support for episodes (#14062)
534 + [bbccouk] Add support for w-prefixed ids (#14056)
535 * [googledrive] Extend URL regular expression (#9785)
536 + [googledrive] Add support for source format (#14046)
537 * [pornhd] Fix extraction (#14005)
538
539
540 version 2017.08.27.1
541
542 Extractors
543
544 * [youtube] Fix extraction with --youtube-skip-dash-manifest enabled (#14037)
545
546
547 version 2017.08.27
548
549 Core
550 + [extractor/common] Extract height and format id for HTML5 videos (#14034)
551 * [downloader/http] Rework HTTP downloader (#506, #809, #2849, #4240, #6023,
552   #8625, #9483)
553     * Simplify code and split into separate routines to facilitate maintaining
554     * Make retry mechanism work on errors during actual download not only
555       during connection establishment phase
556     * Retry on ECONNRESET and ETIMEDOUT during reading data from network
557     * Retry on content too short
558     * Show error description on retry
559
560 Extractors
561 * [generic] Lower preference for extraction from LD-JSON
562 * [rai] Fix audio formats extraction (#14024)
563 * [youtube] Fix controversy videos extraction (#14027, #14029)
564 * [mixcloud] Fix extraction (#14015, #14020)
565
566
567 version 2017.08.23
568
569 Core
570 + [extractor/common] Introduce _parse_xml
571 * [extractor/common] Make HLS and DASH extraction in_parse_html5_media_entries
572   non fatal (#13970)
573 * [utils] Fix unescapeHTML for misformed string like "&a&quot;" (#13935)
574
575 Extractors
576 * [cbc:watch] Bypass geo restriction (#13993)
577 * [toutv] Relax DRM check (#13994)
578 + [googledrive] Add support for subtitles (#13619, #13638)
579 * [pornhub] Relax uploader regular expression (#13906, #13975)
580 * [bandcamp:album] Extract track titles (#13962)
581 + [bbccouk] Add support for events URLs (#13893)
582 + [liveleak] Support multi-video pages (#6542)
583 + [liveleak] Support another liveleak embedding pattern (#13336)
584 * [cda] Fix extraction (#13935)
585 + [laola1tv] Add support for tv.ittf.com (#13965)
586 * [mixcloud] Fix extraction (#13958, #13974, #13980, #14003)
587
588
589 version 2017.08.18
590
591 Core
592 * [YoutubeDL] Sanitize byte string format URLs (#13951)
593 + [extractor/common] Add support for float durations in _parse_mpd_formats
594   (#13919)
595
596 Extractors
597 * [arte] Detect unavailable videos (#13945)
598 * [generic] Convert redirect URLs to unicode strings (#13951)
599 * [udemy] Fix paid course detection (#13943)
600 * [pluralsight] Use RPC API for course extraction (#13937)
601 + [clippit] Add support for clippituser.tv
602 + [qqmusic] Support new URL schemes (#13805)
603 * [periscope] Renew HLS extraction (#13917)
604 * [mixcloud] Extract decrypt key
605
606
607 version 2017.08.13
608
609 Core
610 * [YoutubeDL] Make sure format id is not empty
611 * [extractor/common] Make _family_friendly_search optional
612 * [extractor/common] Respect source's type attribute for HTML5 media (#13892)
613
614 Extractors
615 * [pornhub:playlistbase] Skip videos from drop-down menu (#12819, #13902)
616 + [fourtube] Add support pornerbros.com (#6022)
617 + [fourtube] Add support porntube.com (#7859, #13901)
618 + [fourtube] Add support fux.com
619 * [limelight] Improve embeds detection (#13895)
620 + [reddit] Add support for v.redd.it and reddit.com (#13847)
621 * [aparat] Extract all formats (#13887)
622 * [mixcloud] Fix play info decryption (#13885)
623 + [generic] Add support for vzaar embeds (#13876)
624
625
626 version 2017.08.09
627
628 Core
629 * [utils] Skip missing params in cli_bool_option (#13865)
630
631 Extractors
632 * [xxxymovies] Fix title extraction (#13868)
633 + [nick] Add support for nick.com.pl (#13860)
634 * [mixcloud] Fix play info decryption (#13867)
635 * [20min] Fix embeds extraction (#13852)
636 * [dplayit] Fix extraction (#13851)
637 + [niconico] Support videos with multiple formats (#13522)
638 + [niconico] Support HTML5-only videos (#13806)
639
640
641 version 2017.08.06
642
643 Core
644 * Use relative paths for DASH fragments (#12990)
645
646 Extractors
647 * [pluralsight] Fix format selection
648 - [mpora] Remove extractor (#13826)
649 + [voot] Add support for voot.com (#10255, #11644, #11814, #12350, #13218)
650 * [vlive:channel] Limit number of videos per page to 100 (#13830)
651 * [podomatic] Extend URL regular expression (#13827)
652 * [cinchcast] Extend URL regular expression
653 * [yandexdisk] Relax URL regular expression (#13824)
654 * [vidme] Extract DASH and HLS formats
655 - [teamfour] Remove extractor (#13782)
656 * [pornhd] Fix extraction (#13783)
657 * [udemy] Fix subtitles extraction (#13812)
658 * [mlb] Extend URL regular expression (#13740, #13773)
659 + [pbs] Add support for new URL schema (#13801)
660 * [nrktv] Update API host (#13796)
661
662
663 version 2017.07.30.1
664
665 Core
666 * [downloader/hls] Use redirect URL as manifest base (#13755)
667 * [options] Correctly hide login info from debug outputs (#13696)
668
669 Extractors
670 + [watchbox] Add support for watchbox.de (#13739)
671 - [clipfish] Remove extractor
672 + [youjizz] Fix extraction (#13744)
673 + [generic] Add support for another ooyala embed pattern (#13727)
674 + [ard] Add support for lives (#13771)
675 * [soundcloud] Update client id
676 + [soundcloud:trackstation] Add support for track stations (#13733)
677 * [svtplay] Use geo verification proxy for API request
678 * [svtplay] Update API URL (#13767)
679 + [yandexdisk] Add support for yadi.sk (#13755)
680 + [megaphone] Add support for megaphone.fm
681 * [amcnetworks] Make rating optional (#12453)
682 * [cloudy] Fix extraction (#13737)
683 + [nickru] Add support for nickelodeon.ru
684 * [mtv] Improve thumbnal extraction
685 * [nick] Automate geo-restriction bypass (#13711)
686 * [niconico] Improve error reporting (#13696)
687
688
689 version 2017.07.23
690
691 Core
692 * [YoutubeDL] Improve default format specification (#13704)
693 * [YoutubeDL] Do not override id, extractor and extractor_key for
694   url_transparent entities
695 * [extractor/common] Fix playlist_from_matches
696
697 Extractors
698 * [itv] Fix production id extraction (#13671, #13703)
699 * [vidio] Make duration non fatal and fix typo
700 * [mtv] Skip missing video parts (#13690)
701 * [sportbox:embed] Fix extraction
702 + [npo] Add support for npo3.nl URLs (#13695)
703 * [dramafever] Remove video id from title (#13699)
704 + [egghead:lesson] Add support for lessons (#6635)
705 * [funnyordie] Extract more metadata (#13677)
706 * [youku:show] Fix playlist extraction (#13248)
707 + [dispeak] Recognize sevt subdomain (#13276)
708 * [adn] Improve error reporting (#13663)
709 * [crunchyroll] Relax series and season regular expression (#13659)
710 + [spiegel:article] Add support for nexx iframe embeds (#13029)
711 + [nexx:embed] Add support for iframe embeds
712 * [nexx] Improve JS embed extraction
713 + [pearvideo] Add support for pearvideo.com (#13031)
714
715
716 version 2017.07.15
717
718 Core
719 * [YoutubeDL] Don't expand environment variables in meta fields (#13637)
720
721 Extractors
722 * [spiegeltv] Delegate extraction to nexx extractor (#13159)
723 + [nexx] Add support for nexx.cloud (#10807, #13465)
724 * [generic] Fix rutube embeds extraction (#13641)
725 * [karrierevideos] Fix title extraction (#13641)
726 * [youtube] Don't capture YouTube Red ad for creator meta field (#13621)
727 * [slideshare] Fix extraction (#13617)
728 + [5tv] Add another video URL pattern (#13354, #13606)
729 * [drtv] Make HLS and HDS extraction non fatal
730 * [ted] Fix subtitles extraction (#13628, #13629)
731 * [vine] Make sure the title won't be empty
732 + [twitter] Support HLS streams in vmap URLs
733 + [periscope] Support pscp.tv URLs in embedded frames
734 * [twitter] Extract mp4 urls via mobile API (#12726)
735 * [niconico] Fix authentication error handling (#12486)
736 * [giantbomb] Extract m3u8 formats (#13626)
737 + [vlive:playlist] Add support for playlists (#13613)
738
739
740 version 2017.07.09
741
742 Core
743 + [extractor/common] Add support for AMP tags in _parse_html5_media_entries
744 + [utils] Support attributes with no values in get_elements_by_attribute
745
746 Extractors
747 + [dailymail] Add support for embeds
748 + [joj] Add support for joj.sk (#13268)
749 * [abc.net.au:iview] Extract more formats (#13492, #13489)
750 * [egghead:course] Fix extraction (#6635, #13370)
751 + [cjsw] Add support for cjsw.com (#13525)
752 + [eagleplatform] Add support for referrer protected videos (#13557)
753 + [eagleplatform] Add support for another embed pattern (#13557)
754 * [veoh] Extend URL regular expression (#13601)
755 * [npo:live] Fix live stream id extraction (#13568, #13605)
756 * [googledrive] Fix height extraction (#13603)
757 + [dailymotion] Add support for new layout (#13580)
758 - [yam] Remove extractor
759 * [xhamster] Extract all formats and fix duration extraction (#13593)
760 + [xhamster] Add support for new URL schema (#13593)
761 * [espn] Extend URL regular expression (#13244, #13549)
762 * [kaltura] Fix typo in subtitles extraction (#13569)
763 * [vier] Adapt extraction to redesign (#13575)
764
765
766 version 2017.07.02
767
768 Core
769 * [extractor/common] Improve _json_ld
770
771 Extractors
772 + [thisoldhouse] Add more fallbacks for video id
773 * [thisoldhouse] Fix video id extraction (#13540, #13541)
774 * [xfileshare] Extend format regular expression (#13536)
775 * [ted] Fix extraction (#13535)
776 + [tastytrade] Add support for tastytrade.com (#13521)
777 * [dplayit] Relax video id regular expression (#13524)
778 + [generic] Extract more generic metadata (#13527)
779 + [bbccouk] Capture and output error message (#13501, #13518)
780 * [cbsnews] Relax video info regular expression (#13284, #13503)
781 + [facebook] Add support for plugin video embeds and multiple embeds (#13493)
782 * [soundcloud] Switch to https for API requests (#13502)
783 * [pandatv] Switch to https for API and download URLs
784 + [pandatv] Add support for https URLs (#13491)
785 + [niconico] Support sp subdomain (#13494)
786
787
788 version 2017.06.25
789
790 Core
791 + [adobepass] Add support for DIRECTV NOW (mso ATTOTT) (#13472)
792 * [YoutubeDL] Skip malformed formats for better extraction robustness
793
794 Extractors
795 + [wsj] Add support for barrons.com (#13470)
796 + [ign] Add another video id pattern (#13328)
797 + [raiplay:live] Add support for live streams (#13414)
798 + [redbulltv] Add support for live videos and segments (#13486)
799 + [onetpl] Add support for videos embedded via pulsembed (#13482)
800 * [ooyala] Make more robust
801 * [ooyala] Skip empty format URLs (#13471, #13476)
802 * [hgtv.com:show] Fix typo
803
804
805 version 2017.06.23
806
807 Core
808 * [adobepass] Fix extraction on older python 2.6
809
810 Extractors
811 * [youtube] Adapt to new automatic captions rendition (#13467)
812 * [hgtv.com:show] Relax video config regular expression (#13279, #13461)
813 * [drtuber] Fix formats extraction (#12058)
814 * [youporn] Fix upload date extraction
815 * [youporn] Improve formats extraction
816 * [youporn] Fix title extraction (#13456)
817 * [googledrive] Fix formats sorting (#13443)
818 * [watchindianporn] Fix extraction (#13411, #13415)
819 + [vimeo] Add fallback mp4 extension for original format
820 + [ruv] Add support for ruv.is (#13396)
821 * [viu] Fix extraction on older python 2.6
822 * [pandora.tv] Fix upload_date extraction (#12846)
823 + [asiancrush] Add support for asiancrush.com (#13420)
824
825
826 version 2017.06.18
827
828 Core
829 * [downloader/common] Use utils.shell_quote for debug command line
830 * [utils] Use compat_shlex_quote in shell_quote
831 * [postprocessor/execafterdownload] Encode command line (#13407)
832 * [compat] Fix compat_shlex_quote on Windows (#5889, #10254)
833 * [postprocessor/metadatafromtitle] Fix missing optional meta fields processing
834    in --metadata-from-title (#13408)
835 * [extractor/common] Fix json dumping with --geo-bypass
836 + [extractor/common] Improve jwplayer subtitles extraction
837 + [extractor/common] Improve jwplayer formats extraction (#13379)
838
839 Extractors
840 * [polskieradio] Fix extraction (#13392)
841 + [xfileshare] Add support for fastvideo.me (#13385)
842 * [bilibili] Fix extraction of videos with double quotes in titles (#13387)
843 * [4tube] Fix extraction (#13381, #13382)
844 + [disney] Add support for disneychannel.de (#13383)
845 * [npo] Improve URL regular expression (#13376)
846 + [corus] Add support for showcase.ca
847 + [corus] Add support for history.ca (#13359)
848
849
850 version 2017.06.12
851
852 Core
853 * [utils] Handle compat_HTMLParseError in extract_attributes (#13349)
854 + [compat] Introduce compat_HTMLParseError
855 * [utils] Improve unified_timestamp
856 * [extractor/generic] Ensure format id is unicode string
857 * [extractor/common] Return unicode string from _match_id
858 + [YoutubeDL] Sanitize more fields (#13313)
859
860 Extractors
861 + [xfileshare] Add support for rapidvideo.tv (#13348)
862 * [xfileshare] Modernize and pass Referer
863 + [rutv] Add support for testplayer.vgtrk.com (#13347)
864 + [newgrounds] Extract more metadata (#13232)
865 + [newgrounds:playlist] Add support for playlists (#10611)
866 * [newgrounds] Improve formats and uploader extraction (#13346)
867 * [msn] Fix formats extraction
868 * [turbo] Ensure format id is string
869 * [sexu] Ensure height is int
870 * [jove] Ensure comment count is int
871 * [golem] Ensure format id is string
872 * [gfycat] Ensure filesize is int
873 * [foxgay] Ensure height is int
874 * [flickr] Ensure format id is string
875 * [sohu] Fix numeric fields
876 * [safari] Improve authentication detection (#13319)
877 * [liveleak] Ensure height is int (#13313)
878 * [streamango] Make title optional (#13292)
879 * [rtlnl] Improve URL regular expression (#13295)
880 * [tvplayer] Fix extraction (#13291)
881
882
883 version 2017.06.05
884
885 Core
886 * [YoutubeDL] Don't emit ANSI escape codes on Windows (#13270)
887
888 Extractors
889 + [bandcamp:weekly] Add support for bandcamp weekly (#12758)
890 * [pornhub:playlist] Fix extraction (#13281)
891 - [godtv] Remove extractor (#13175)
892 * [safari] Fix typo (#13252)
893 * [youtube] Improve chapters extraction (#13247)
894 * [1tv] Lower preference for HTTP formats (#13246)
895 * [francetv] Relax URL regular expression
896 * [drbonanza] Fix extraction (#13231)
897 * [packtpub] Fix authentication (#13240)
898
899
900 version 2017.05.29
901
902 Extractors
903 * [youtube] Fix DASH MPD extraction for videos with non-encrypted format URLs
904   (#13211)
905 * [xhamster] Fix uploader and like/dislike count extraction (#13216))
906 + [xhamster] Extract categories (#11728)
907 + [abcnews] Add support for embed URLs (#12851)
908 * [gaskrank] Fix extraction (#12493)
909 * [medialaan] Fix videos with missing videoUrl (#12774)
910 * [dvtv] Fix playlist support
911 + [dvtv] Add support for DASH and HLS formats (#3063)
912 + [beam:vod] Add support for beam.pro/mixer.com VODs (#13032))
913 * [cbsinteractive] Relax URL regular expression (#13213)
914 * [adn] Fix formats extraction
915 + [youku] Extract more metadata (#10433)
916 * [cbsnews] Fix extraction (#13205)
917
918
919 version 2017.05.26
920
921 Core
922 + [utils] strip_jsonp() can recognize more patterns
923 * [postprocessor/ffmpeg] Fix metadata filename handling on Python 2 (#13182)
924
925 Extractors
926 + [youtube] DASH MPDs with cipher signatures are recognized now (#11381)
927 + [bbc] Add support for authentication
928 * [tudou] Merge into youku extractor (#12214)
929 * [youku:show] Fix extraction
930 * [youku] Fix extraction (#13191)
931 * [udemy] Fix extraction for outputs' format entries without URL (#13192)
932 * [vimeo] Fix formats' sorting (#13189)
933 * [cbsnews] Fix extraction for 60 Minutes videos (#12861)
934
935
936 version 2017.05.23
937
938 Core
939 + [downloader/external] Pass -loglevel to ffmpeg downloader (#13183)
940 + [adobepass] Add support for Bright House Networks (#13149)
941
942 Extractors
943 + [streamcz] Add support for subtitles (#13174)
944 * [youtube] Fix DASH manifest signature decryption (#8944, #13156)
945 * [toggle] Relax URL regular expression (#13172)
946 * [toypics] Fix extraction (#13077)
947 * [njpwworld] Fix extraction (#13162, #13169)
948 + [hitbox] Add support for smashcast.tv (#13154)
949 * [mitele] Update app key regular expression (#13158)
950
951
952 version 2017.05.18.1
953
954 Core
955 * [jsinterp] Fix typo and cleanup regular expressions (#13134)
956
957
958 version 2017.05.18
959
960 Core
961 + [jsinterp] Add support for quoted names and indexers (#13123, #13124, #13125,
962   #13126, #13128, #13129, #13130, #13131, #13132)
963 + [extractor/common] Add support for schemeless URLs in _extract_wowza_formats
964   (#13088, #13092)
965 + [utils] Recognize more audio codecs (#13081)
966
967 Extractors
968 + [vier] Extract more metadata (#12539)
969 * [vier] Improve extraction (#12801)
970     + Add support for authentication
971     * Bypass authentication when no credentials provided
972     * Improve extraction robustness
973 * [dailymail] Fix sources extraction (#13057)
974 * [dailymotion] Extend URL regular expression (#13079)
975
976
977 version 2017.05.14
978
979 Core
980 + [extractor/common] Respect Width and Height attributes in ISM manifests
981 + [postprocessor/metadatafromtitle] Add support regular expression syntax for
982   --metadata-from-title (#13065)
983
984 Extractors
985 + [mediaset] Add support for video.mediaset.it (#12708, #12964)
986 * [orf:radio] Fix extraction (#11643, #12926)
987 * [aljazeera] Extend URL regular expression (#13053)
988 * [imdb] Relax URL regular expression (#13056)
989 + [francetv] Add support for mobile.france.tv (#13068)
990 + [upskill] Add support for upskillcourses.com (#13043)
991 * [thescene] Fix extraction (#13061)
992 * [condenast] Improve embed support
993 * [liveleak] Fix extraction (#12053)
994 + [douyu] Support Douyu shows (#12228)
995 * [myspace] Improve URL regular expression (#13040)
996 * [adultswim] Use desktop platform in assets URL (#13041)
997
998
999 version 2017.05.09
1000
1001 Core
1002 * [YoutubeDL] Force --restrict-filenames when no locale is set on all python
1003   versions (#13027)
1004
1005 Extractors
1006 * [francetv] Adapt to site redesign (#13034)
1007 + [packtpub] Add support for authentication (#12622)
1008 * [drtv] Lower preference for SignLanguage formats (#13013, #13016)
1009 + [cspan] Add support for brightcove live embeds (#13028)
1010 * [vrv] Extract DASH formats and subtitles
1011 * [funimation] Fix authentication (#13021)
1012 * [adultswim] Fix extraction (#8640, #10950, #11042, #12121)
1013     + Add support for Adobe Pass authentication
1014     + Add support for live streams
1015     + Add support for show pages
1016 * [turner] Extract thumbnail, is_live and strip description
1017 + [nonktube] Add support for nonktube.com (#8647, #13024)
1018 + [nuevo] Pass headers to _extract_nuevo
1019 * [nbc] Improve extraction (#12364)
1020
1021
1022 version 2017.05.07
1023
1024 Common
1025 * [extractor/common] Fix typo in _extract_akamai_formats
1026 + [postprocessor/ffmpeg] Embed chapters into media file with --add-metadata
1027 + [extractor/common] Introduce chapters meta field
1028
1029 Extractors
1030 * [youtube] Fix authentication (#12820, #12927, #12973, #12992, #12993, #12995,
1031   #13003)
1032 * [bilibili] Fix video downloading (#13001)
1033 * [rmcdecouverte] Fix extraction (#12937)
1034 * [theplatform] Extract chapters
1035 * [bandcamp] Fix thumbnail extraction (#12980)
1036 * [pornhub] Extend URL regular expression (#12996)
1037 + [youtube] Extract chapters
1038 + [nrk] Extract chapters
1039 + [vice] Add support for ooyala embeds in article pages
1040 + [vice] Support vice articles (#12968)
1041 * [vice] Fix extraction for non en_us videos (#12967)
1042 * [gdcvault] Fix extraction for some videos (#12733)
1043 * [pbs] Improve multipart video support (#12981)
1044 * [laola1tv] Fix extraction (#12880)
1045 + [cda] Support birthday verification (#12789)
1046 * [leeco] Fix extraction (#12974)
1047 + [pbs] Extract chapters
1048 * [amp] Imporove thumbnail and subtitles extraction
1049 * [foxsports] Fix extraction (#12945)
1050 - [coub] Remove comment count extraction (#12941)
1051
1052
1053 version 2017.05.01
1054
1055 Core
1056 + [extractor/common] Extract view count from JSON-LD
1057 * [utils] Improve unified_timestamp
1058 + [utils] Add video/mp2t to mimetype2ext
1059 * [downloader/external] Properly handle live stream downloading cancellation
1060   (#8932)
1061 + [utils] Add support for unicode whitespace in clean_html on python 2 (#12906)
1062
1063 Extractors
1064 * [infoq] Make audio format extraction non fatal (#12938)
1065 * [brightcove] Allow whitespace around attribute names in embedded code
1066 + [zaq1] Add support for zaq1.pl (#12693)
1067 + [xvideos] Extract duration (#12828)
1068 * [vevo] Fix extraction (#12879)
1069 + [noovo] Add support for noovo.ca (#12792)
1070 + [washingtonpost] Add support for embeds (#12699)
1071 * [yandexmusic:playlist] Fix extraction for python 3 (#12888)
1072 * [anvato] Improve extraction (#12913)
1073     * Promote to regular shortcut based extractor
1074     * Add mcp to access key mapping table
1075     * Add support for embeds extraction
1076     * Add support for anvato embeds in generic extractor
1077 * [xtube] Fix extraction for older FLV videos (#12734)
1078 * [tvplayer] Fix extraction (#12908)
1079
1080
1081 version 2017.04.28
1082
1083 Core
1084 + [adobepass] Use geo verification headers for all requests
1085 - [downloader/fragment] Remove assert for resume_len when no fragments
1086   downloaded
1087 + [extractor/common] Add manifest_url for explicit group rendition formats
1088 * [extractor/common] Fix manifest_url for m3u8 formats
1089 - [extractor/common] Don't list master m3u8 playlists in format list (#12832)
1090
1091 Extractor
1092 * [aenetworks] Fix extraction for shows with single season
1093 + [go] Add support for Disney, DisneyJunior and DisneyXD show pages
1094 * [youtube] Recognize new locale-based player URLs (#12885)
1095 + [streamable] Add support for new embedded URL schema (#12844)
1096 * [arte:+7] Relax URL regular expression (#12837)
1097
1098
1099 version 2017.04.26
1100
1101 Core
1102 * Introduce --keep-fragments for keeping fragments of fragmented download
1103   on disk after download is finished
1104 * [YoutubeDL] Fix output template for missing timestamp (#12796)
1105 * [socks] Handle cases where credentials are required but missing
1106 * [extractor/common] Improve HLS extraction (#12211)
1107     * Extract m3u8 parsing to separate method
1108     * Improve rendition groups extraction
1109     * Build stream name according stream GROUP-ID
1110     * Ignore reference to AUDIO group without URI when stream has no CODECS
1111     * Use float for scaled tbr in _parse_m3u8_formats
1112 * [utils] Add support for TTML styles in dfxp2srt
1113 * [downloader/hls] No need to download keys for fragments that have been
1114   already downloaded
1115 * [downloader/fragment] Improve fragment downloading
1116     * Resume immediately
1117     * Don't concatenate fragments and decrypt them on every resume
1118     * Optimize disk storage usage, don't store intermediate fragments on disk
1119     * Store bookkeeping download state file
1120 + [extractor/common] Add support for multiple getters in try_get
1121 + [extractor/common] Add support for video of WebPage context in _json_ld
1122   (#12778)
1123 + [extractor/common] Relax JWPlayer regular expression and remove
1124   duplicate URLs (#12768)
1125
1126 Extractors
1127 * [iqiyi] Fix extraction of Yule videos
1128 * [vidio] Improve extraction and sort formats
1129 + [brightcove] Match only video elements with data-video-id attribute
1130 * [iqiyi] Fix playlist detection (#12504)
1131 - [azubu] Remove extractor (#12813)
1132 * [porn91] Fix extraction (#12814)
1133 * [vidzi] Fix extraction (#12793)
1134 + [amp] Extract error message (#12795)
1135 + [xfileshare] Add support for gorillavid.com and daclips.com (#12776)
1136 * [instagram] Fix extraction (#12777)
1137 + [generic] Support Brightcove videos in <iframe> (#12482)
1138 + [brightcove] Support URLs with bcpid instead of playerID (#12482)
1139 * [brightcove] Fix _extract_url (#12782)
1140 + [odnoklassniki] Extract HLS formats
1141
1142
1143 version 2017.04.17
1144
1145 Extractors
1146 * [limelight] Improve extraction LimelightEmbeddedPlayerFlash media embeds and
1147   add support for channel and channelList embeds
1148 * [generic] Extract multiple Limelight embeds (#12761)
1149 + [itv] Extract series metadata
1150 * [itv] Fix RTMP formats downloading (#12759)
1151 * [itv] Use native HLS downloader by default
1152 + [go90] Extract subtitles (#12752)
1153 + [go90] Extract series metadata (#12752)
1154
1155
1156 version 2017.04.16
1157
1158 Core
1159 * [YoutubeDL] Apply expand_path after output template substitution
1160 + [YoutubeDL] Propagate overridden meta fields to extraction results of type
1161   url (#11163)
1162
1163 Extractors
1164 + [generic] Extract RSS entries as url_transparent (#11163)
1165 + [streamango] Add support for streamango.com (#12643)
1166 + [wsj:article] Add support for articles (#12558)
1167 * [brightcove] Relax video tag embeds extraction and validate ambiguous embeds'
1168   URLs (#9163, #12005, #12178, #12480)
1169 + [udemy] Add support for react rendition (#12744)
1170
1171
1172 version 2017.04.15
1173
1174 Extractors
1175 * [youku] Fix fileid extraction (#12741, #12743)
1176
1177
1178 version 2017.04.14
1179
1180 Core
1181 + [downloader/hls] Add basic support for EXT-X-BYTERANGE tag (#10955)
1182 + [adobepass] Improve Comcast and Verizon login code (#10803)
1183 + [adobepass] Add support for Verizon (#10803)
1184
1185 Extractors
1186 + [aenetworks] Add support for specials (#12723)
1187 + [hbo] Extract HLS formats
1188 + [go90] Add support for go90.com (#10127)
1189 + [tv2hu] Add support for tv2.hu (#10509)
1190 + [generic] Exclude URLs with xml ext from valid video URLs (#10768, #11654)
1191 * [youtube] Improve HLS formats extraction
1192 * [afreecatv] Fix extraction for videos with different key layout (#12718)
1193 - [youtube] Remove explicit preference for audio-only and video-only formats in
1194   order not to break sorting when new formats appear
1195 * [canalplus] Bypass geo restriction
1196
1197
1198 version 2017.04.11
1199
1200 Extractors
1201 * [afreecatv] Fix extraction (#12706)
1202 + [generic] Add support for <object> YouTube embeds (#12637)
1203 * [bbccouk] Treat bitrate as audio+video bitrate in media selector
1204 + [bbccouk] Skip unrecognized formats in media selector (#12701)
1205 + [bbccouk] Add support for https protocol in media selector (#12701)
1206 * [curiositystream] Fix extraction (#12638)
1207 * [adn] Update subtitle decryption key
1208 * [chaturbate] Fix extraction (#12665, #12688, #12690)
1209
1210
1211 version 2017.04.09
1212
1213 Extractors
1214 + [medici] Add support for medici.tv (#3406)
1215 + [rbmaradio] Add support for redbullradio.com URLs (#12687)
1216 + [npo:live] Add support for default URL (#12555)
1217 * [mixcloud:playlist] Fix title, description and view count extraction (#12582)
1218 + [thesun] Add suport for thesun.co.uk (#11298, #12674)
1219 + [ceskateleveize:porady] Add support for porady (#7411, #12645)
1220 * [ceskateleveize] Improve extraction and remove URL replacement hacks
1221 + [kaltura] Add support for iframe embeds (#12679)
1222 * [airmozilla] Fix extraction (#12670)
1223 * [wshh] Extract html5 entries and delegate to generic extractor (12676)
1224 + [raiplay] Extract subtitles
1225 + [xfileshare] Add support for vidlo.us (#12660)
1226 + [xfileshare] Add support for vidbom.com (#12661)
1227 + [aenetworks] Add more video URL regular expressions (#12657)
1228 + [odnoklassniki] Fix format sorting for 1080p quality
1229 + [rtl2] Add support for you.rtl2.de (#10257)
1230 + [vshare] Add support for vshare.io (#12278)
1231
1232
1233 version 2017.04.03
1234
1235 Core
1236 + [extractor/common] Add censorship check for TransTelekom ISP
1237 * [extractor/common] Move censorship checks to a separate method
1238
1239 Extractors
1240 + [discoveryvr] Add support for discoveryvr.com (#12578)
1241 + [tv5mondeplus] Add support for tv5mondeplus.com (#11386)
1242 + [periscope] Add support for pscp.tv URLs (#12618, #12625)
1243
1244
1245 version 2017.04.02
1246
1247 Core
1248 * [YoutubeDL] Return early when extraction of url_transparent fails
1249
1250 Extractors
1251 * [rai] Fix and improve extraction (#11790)
1252 + [vrv] Add support for series pages
1253 * [limelight] Improve extraction for audio only formats
1254 * [funimation] Fix extraction (#10696, #11773)
1255 + [xfileshare] Add support for vidabc.com (#12589)
1256 + [xfileshare] Improve extraction and extract hls formats
1257 + [crunchyroll] Pass geo verifcation proxy
1258 + [cwtv] Extract ISM formats
1259 + [tvplay] Bypass geo restriction
1260 + [vrv] Add support for vrv.co
1261 + [packtpub] Add support for packtpub.com (#12610)
1262 + [generic] Pass base_url to _parse_jwplayer_data
1263 + [adn] Add support for animedigitalnetwork.fr (#4866)
1264 + [allocine] Extract more metadata
1265 * [allocine] Fix extraction (#12592)
1266 * [openload] Fix extraction
1267
1268
1269 version 2017.03.26
1270
1271 Core
1272 * Don't raise an error if JWPlayer config data is not a Javascript object
1273   literal. _find_jwplayer_data now returns a dict rather than an str. (#12307)
1274 * Expand environment variables for options representing paths (#12556)
1275 + [utils] Introduce expand_path
1276 * [downloader/hls] Delegate downloading to ffmpeg immediately for live streams
1277
1278 Extractors
1279 * [afreecatv] Fix extraction (#12179)
1280 + [atvat] Add support for atv.at (#5325)
1281 + [fox] Add metadata extraction (#12391)
1282 + [atresplayer] Extract DASH formats
1283 + [atresplayer] Extract HD manifest (#12548)
1284 * [atresplayer] Fix login error detection (#12548)
1285 * [franceculture] Fix extraction (#12547)
1286 * [youtube] Improve URL regular expression (#12538)
1287 * [generic] Do not follow redirects to the same URL
1288
1289
1290 version 2017.03.24
1291
1292 Extractors
1293 - [9c9media] Remove mp4 URL extraction request
1294 + [bellmedia] Add support for etalk.ca and space.ca (#12447)
1295 * [channel9] Fix extraction (#11323)
1296 * [cloudy] Fix extraction (#12525)
1297 + [hbo] Add support for free episode URLs and new formats extraction (#12519)
1298 * [condenast] Fix extraction and style (#12526)
1299 * [viu] Relax URL regular expression (#12529)
1300
1301
1302 version 2017.03.22
1303
1304 Extractors
1305 - [pluralsight] Omit module title from video title (#12506)
1306 * [pornhub] Decode obfuscated video URL (#12470, #12515)
1307 * [senateisvp] Allow https URL scheme for embeds (#12512)
1308
1309
1310 version 2017.03.20
1311
1312 Core
1313 + [YoutubeDL] Allow multiple input URLs to be used with stdout (-) as
1314   output template
1315 + [adobepass] Detect and output error on authz token extraction (#12472)
1316
1317 Extractors
1318 + [bostonglobe] Add extractor for bostonglobe.com (#12099)
1319 + [toongoggles] Add support for toongoggles.com (#12171)
1320 + [medialaan] Add support for Medialaan sites (#9974, #11912)
1321 + [discoverynetworks] Add support for more domains and bypass geo restiction
1322 * [openload] Fix extraction (#10408)
1323
1324
1325 version 2017.03.16
1326
1327 Core
1328 + [postprocessor/ffmpeg] Add support for flac
1329 + [extractor/common] Extract SMIL formats from jwplayer
1330
1331 Extractors
1332 + [generic] Add forgotten return for jwplayer formats
1333 * [redbulltv] Improve extraction
1334
1335
1336 version 2017.03.15
1337
1338 Core
1339 * Fix missing subtitles if --add-metadata is used (#12423)
1340
1341 Extractors
1342 * [facebook] Make title optional (#12443)
1343 + [mitele] Add support for ooyala videos (#12430)
1344 * [openload] Fix extraction (#12435, #12446)
1345 * [streamable] Update API URL (#12433)
1346 + [crunchyroll] Extract season name (#12428)
1347 * [discoverygo] Bypass geo restriction
1348 + [discoverygo:playlist] Add support for playlists (#12424)
1349
1350
1351 version 2017.03.10
1352
1353 Extractors
1354 * [generic] Make title optional for jwplayer embeds (#12410)
1355 * [wdr:maus] Fix extraction (#12373)
1356 * [prosiebensat1] Improve title extraction (#12318, #12327)
1357 * [dplayit] Separate and rewrite extractor and bypass geo restriction (#12393)
1358 * [miomio] Fix extraction (#12291, #12388, #12402)
1359 * [telequebec] Fix description extraction (#12399)
1360 * [openload] Fix extraction (#12357)
1361 * [brightcove:legacy] Relax videoPlayer validation check (#12381)
1362
1363
1364 version 2017.03.07
1365
1366 Core
1367 * Metadata are now added after conversion (#5594)
1368
1369 Extractors
1370 * [soundcloud] Update client id (#12376)
1371 * [openload] Fix extraction (#10408, #12357)
1372
1373
1374 version 2017.03.06
1375
1376 Core
1377 + [utils] Process bytestrings in urljoin (#12369)
1378 * [extractor/common] Improve height extraction and extract bitrate
1379 * [extractor/common] Move jwplayer formats extraction in separate method
1380 + [external:ffmpeg] Limit test download size to 10KiB (#12362)
1381
1382 Extractors
1383 + [drtv] Add geo countries to GeoRestrictedError
1384 + [drtv:live] Bypass geo restriction
1385 + [tunepk] Add extractor (#12197, #12243)
1386
1387
1388 version 2017.03.05
1389
1390 Extractors
1391 + [twitch] Add basic support for two-factor authentication (#11974)
1392 + [vier] Add support for vijf.be (#12304)
1393 + [redbulltv] Add support for redbull.tv (#3919, #11948)
1394 * [douyutv] Switch to the PC API to escape the 5-min limitation (#12316)
1395 + [generic] Add support for rutube embeds
1396 + [rutube] Relax URL regular expression
1397 + [vrak] Add support for vrak.tv (#11452)
1398 + [brightcove:new] Add ability to smuggle geo_countries into URL
1399 + [brightcove:new] Raise GeoRestrictedError
1400 * [go] Relax URL regular expression (#12341)
1401 * [24video] Use original host for requests (#12339)
1402 * [ruutu] Disable DASH formats (#12322)
1403
1404
1405 version 2017.03.02
1406
1407 Core
1408 + [adobepass] Add support for Charter Spectrum (#11465)
1409 * [YoutubeDL] Don't sanitize identifiers in output template (#12317)
1410
1411 Extractors
1412 * [facebook] Fix extraction (#12323, #12330)
1413 * [youtube] Mark errors about rental videos as expected (#12324)
1414 + [npo] Add support for audio
1415 * [npo] Adapt to app.php API (#12311, #12320)
1416
1417
1418 version 2017.02.28
1419
1420 Core
1421 + [utils] Add bytes_to_long and long_to_bytes
1422 + [utils] Add pkcs1pad
1423 + [aes] Add aes_cbc_encrypt
1424
1425 Extractors
1426 + [azmedien:showplaylist] Add support for show playlists (#12160)
1427 + [youtube:playlist] Recognize another playlist pattern (#11928, #12286)
1428 + [daisuki] Add support for daisuki.net (#2486, #3186, #4738, #6175, #7776,
1429   #10060)
1430 * [douyu] Fix extraction (#12301)
1431
1432
1433 version 2017.02.27
1434
1435 Core
1436 * [downloader/common] Limit displaying 2 digits after decimal point in sleep
1437   interval message (#12183)
1438 + [extractor/common] Add preference to _parse_html5_media_entries
1439
1440 Extractors
1441 + [npo] Add support for zapp.nl
1442 + [npo] Add support for hetklokhuis.nl (#12293)
1443 - [scivee] Remove extractor (#9315)
1444 + [cda] Decode download URL (#12255)
1445 + [crunchyroll] Improve uploader extraction (#12267)
1446 + [youtube] Raise GeoRestrictedError
1447 + [dailymotion] Raise GeoRestrictedError
1448 + [mdr] Recognize more URL patterns (#12169)
1449 + [tvigle] Raise GeoRestrictedError
1450 * [vevo] Fix extraction for videos with the new streams/streamsV3 format
1451   (#11719)
1452 + [freshlive] Add support for freshlive.tv (#12175)
1453 + [xhamster] Capture and output videoClosed error (#12263)
1454 + [etonline] Add support for etonline.com (#12236)
1455 + [njpwworld] Add support for njpwworld.com (#11561)
1456 * [amcnetworks] Relax URL regular expression (#12127)
1457
1458
1459 version 2017.02.24.1
1460
1461 Extractors
1462 * [noco] Modernize
1463 * [noco] Switch login URL to https (#12246)
1464 + [thescene] Extract more metadata
1465 * [thescene] Fix extraction (#12235)
1466 + [tubitv] Use geo bypass mechanism
1467 * [openload] Fix extraction (#10408)
1468 + [ivi] Raise GeoRestrictedError
1469
1470
1471 version 2017.02.24
1472
1473 Core
1474 * [options] Hide deprecated options from --help
1475 * [options] Deprecate --autonumber-size
1476 + [YoutubeDL] Add support for string formatting operations in output template
1477   (#5185, #5748, #6841, #9929, #9966 #9978, #12189)
1478
1479 Extractors
1480 + [lynda:course] Add webpage extraction fallback (#12238)
1481 * [go] Sign all uplynk URLs and use geo bypass only for free videos
1482   (#12087, #12210)
1483 + [skylinewebcams] Add support for skylinewebcams.com (#12221)
1484 + [instagram] Add support for multi video posts (#12226)
1485 + [crunchyroll] Extract playlist entries ids
1486 * [mgtv] Fix extraction
1487 + [sohu] Raise GeoRestrictedError
1488 + [leeco] Raise GeoRestrictedError and use geo bypass mechanism
1489
1490
1491 version 2017.02.22
1492
1493 Extractors
1494 * [crunchyroll] Fix descriptions with double quotes (#12124)
1495 * [dailymotion] Make comment count optional (#12209)
1496 + [vidzi] Add support for vidzi.cc (#12213)
1497 + [24video] Add support for 24video.tube (#12217)
1498 + [crackle] Use geo bypass mechanism
1499 + [viewster] Use geo verification headers
1500 + [tfo] Improve geo restriction detection and use geo bypass mechanism
1501 + [telequebec] Use geo bypass mechanism
1502 + [limelight] Extract PlaylistService errors and improve geo restriction
1503   detection
1504
1505
1506 version 2017.02.21
1507
1508 Core
1509 * [extractor/common] Allow calling _initialize_geo_bypass from extractors
1510   (#11970)
1511 + [adobepass] Add support for Time Warner Cable (#12191)
1512 + [travis] Run tests in parallel
1513 + [downloader/ism] Honor HTTP headers when downloading fragments
1514 + [downloader/dash] Honor HTTP headers when downloading fragments
1515 + [utils] Add GeoUtils class for working with geo tools and GeoUtils.random_ipv4
1516 + Add option --geo-bypass-country for explicit geo bypass on behalf of
1517   specified country
1518 + Add options to control geo bypass mechanism --geo-bypass and --no-geo-bypass
1519 + Add experimental geo restriction bypass mechanism based on faking
1520   X-Forwarded-For HTTP header
1521 + [utils] Introduce GeoRestrictedError for geo restricted videos
1522 + [utils] Introduce YoutubeDLError base class for all youtube-dl exceptions
1523
1524 Extractors
1525 + [ninecninemedia] Use geo bypass mechanism
1526 * [spankbang] Make uploader optional (#12193)
1527 + [iprima] Improve geo restriction detection and disable geo bypass
1528 * [iprima] Modernize
1529 * [commonmistakes] Disable UnicodeBOM extractor test for python 3.2
1530 + [prosiebensat1] Throw ExtractionError on unsupported page type (#12180)
1531 * [nrk] Update _API_HOST and relax _VALID_URL
1532 + [tv4] Bypass geo restriction and improve detection
1533 * [tv4] Switch to hls3 protocol (#12177)
1534 + [viki] Improve geo restriction detection
1535 + [vgtv] Improve geo restriction detection
1536 + [srgssr] Improve geo restriction detection
1537 + [vbox7] Improve geo restriction detection and use geo bypass mechanism
1538 + [svt] Improve geo restriction detection and use geo bypass mechanism
1539 + [pbs] Improve geo restriction detection and use geo bypass mechanism
1540 + [ondemandkorea] Improve geo restriction detection and use geo bypass mechanism
1541 + [nrk] Improve geo restriction detection and use geo bypass mechanism
1542 + [itv] Improve geo restriction detection and use geo bypass mechanism
1543 + [go] Improve geo restriction detection and use geo bypass mechanism
1544 + [dramafever] Improve geo restriction detection and use geo bypass mechanism
1545 * [brightcove:legacy] Restrict videoPlayer value (#12040)
1546 + [tvn24] Add support for tvn24.pl and tvn24bis.pl (#11679)
1547 + [thisav] Add support for HTML5 media (#11771)
1548 * [metacafe] Bypass family filter (#10371)
1549 * [viceland] Improve info extraction
1550
1551
1552 version 2017.02.17
1553
1554 Extractors
1555 * [heise] Improve extraction (#9725)
1556 * [ellentv] Improve (#11653)
1557 * [openload] Fix extraction (#10408, #12002)
1558 + [theplatform] Recognize URLs with whitespaces (#12044)
1559 * [einthusan] Relax URL regular expression (#12141, #12159)
1560 + [generic] Support complex JWPlayer embedded videos (#12030)
1561 * [elpais] Improve extraction (#12139)
1562
1563
1564 version 2017.02.16
1565
1566 Core
1567 + [utils] Add support for quoted string literals in --match-filter (#8050,
1568   #12142, #12144)
1569
1570 Extractors
1571 * [ceskatelevize] Lower priority for audio description sources (#12119)
1572 * [amcnetworks] Fix extraction (#12127)
1573 * [pinkbike] Fix uploader extraction (#12054)
1574 + [onetpl] Add support for businessinsider.com.pl and plejada.pl
1575 + [onetpl] Add support for onet.pl (#10507)
1576 + [onetmvp] Add shortcut extractor
1577 + [vodpl] Add support for vod.pl (#12122)
1578 + [pornhub] Extract video URL from tv platform site (#12007, #12129)
1579 + [ceskatelevize] Extract DASH formats (#12119, #12133)
1580
1581
1582 version 2017.02.14
1583
1584 Core
1585 * TypeError is fixed with Python 2.7.13 on Windows (#11540, #12085)
1586
1587 Extractor
1588 * [zdf] Fix extraction (#12117)
1589 * [xtube] Fix extraction for both kinds of video id (#12088)
1590 * [xtube] Improve title extraction (#12088)
1591 + [lemonde] Fallback delegate extraction to generic extractor (#12115, #12116)
1592 * [bellmedia] Allow video id longer than 6 characters (#12114)
1593 + [limelight] Add support for referer protected videos
1594 * [disney] Improve extraction (#4975, #11000, #11882, #11936)
1595 * [hotstar] Improve extraction (#12096)
1596 * [einthusan] Fix extraction (#11416)
1597 + [aenetworks] Add support for lifetimemovieclub.com (#12097)
1598 * [youtube] Fix parsing codecs (#12091)
1599
1600
1601 version 2017.02.11
1602
1603 Core
1604 + [utils] Introduce get_elements_by_class and get_elements_by_attribute
1605   utility functions
1606 + [extractor/common] Skip m3u8 manifests protected with Adobe Flash Access
1607
1608 Extractor
1609 * [pluralsight:course] Fix extraction (#12075)
1610 + [bbc] Extract m3u8 formats with 320k audio
1611 * [facebook] Relax video id matching (#11017, #12055, #12056)
1612 + [corus] Add support for Corus Entertainment sites (#12060, #9164)
1613 + [pluralsight] Detect blocked account error message (#12070)
1614 + [bloomberg] Add another video id pattern (#12062)
1615 * [extractor/commonmistakes] Restrict URL regular expression (#12050)
1616 + [tvplayer] Add support for tvplayer.com
1617
1618
1619 version 2017.02.10
1620
1621 Extractors
1622 * [xtube] Fix extraction (#12023)
1623 * [pornhub] Fix extraction (#12007, #12018)
1624 * [facebook] Improve JS data regular expression (#12042)
1625 * [kaltura] Improve embed partner id extraction (#12041)
1626 + [sprout] Add support for sproutonline.com
1627 * [6play] Improve extraction
1628 + [scrippsnetworks:watch] Add support for Scripps Networks sites (#10765)
1629 + [go] Add support for Adobe Pass authentication (#11468, #10831)
1630 * [6play] Fix extraction (#12011)
1631 + [nbc] Add support for Adobe Pass authentication (#12006)
1632
1633
1634 version 2017.02.07
1635
1636 Core
1637 * [extractor/common] Fix audio only with audio group in m3u8 (#11995)
1638 + [downloader/fragment] Respect --no-part
1639 * [extractor/common] Speed-up HTML5 media entries extraction (#11979)
1640
1641 Extractors
1642 * [pornhub] Fix extraction (#11997)
1643 + [canalplus] Add support for cstar.fr (#11990)
1644 + [extractor/generic] Improve RTMP support (#11993)
1645 + [gaskrank] Add support for gaskrank.tv (#11685)
1646 * [bandcamp] Fix extraction for incomplete albums (#11727)
1647 * [iwara] Fix extraction (#11781)
1648 * [googledrive] Fix extraction on Python 3.6
1649 + [videopress] Add support for videopress.com
1650 + [afreecatv] Extract RTMP formats
1651
1652
1653 version 2017.02.04.1
1654
1655 Extractors
1656 + [twitch:stream] Add support for player.twitch.tv (#11971)
1657 * [radiocanada] Fix extraction for toutv rtmp formats
1658
1659
1660 version 2017.02.04
1661
1662 Core
1663 + Add --playlist-random to shuffle playlists (#11889, #11901)
1664 * [utils] Improve comments processing in js_to_json (#11947)
1665 * [utils] Handle single-line comments in js_to_json
1666 * [downloader/external:ffmpeg] Minimize the use of aac_adtstoasc filter
1667
1668 Extractors
1669 + [piksel] Add another app token pattern (#11969)
1670 + [vk] Capture and output author blocked error message (#11965)
1671 + [turner] Fix secure HLS formats downloading with ffmpeg (#11358, #11373,
1672   #11800)
1673 + [drtv] Add support for live and radio sections (#1827, #3427)
1674 * [myspace] Fix extraction and extract HLS and HTTP formats
1675 + [youtube] Add format info for itag 325 and 328
1676 * [vine] Fix extraction (#11955)
1677 - [sportbox] Remove extractor (#11954)
1678 + [filmon] Add support for filmon.com (#11187)
1679 + [infoq] Add audio only formats (#11565)
1680 * [douyutv] Improve room id regular expression (#11931)
1681 * [iprima] Fix extraction (#11920, #11896)
1682 * [youtube] Fix ytsearch when cookies are provided (#11924)
1683 * [go] Relax video id regular expression (#11937)
1684 * [facebook] Fix title extraction (#11941)
1685 + [youtube:playlist] Recognize TL playlists (#11945)
1686 + [bilibili] Support new Bangumi URLs (#11845)
1687 + [cbc:watch] Extract audio codec for audio only formats (#11893)
1688 + [elpais] Fix extraction for some URLs (#11765)
1689
1690
1691 version 2017.02.01
1692
1693 Extractors
1694 + [facebook] Add another fallback extraction scenario (#11926)
1695 * [prosiebensat1] Fix extraction of descriptions (#11810, #11929)
1696 - [crunchyroll] Remove ScaledBorderAndShadow settings (#9028)
1697 + [vimeo] Extract upload timestamp
1698 + [vimeo] Extract license (#8726, #11880)
1699 + [nrk:series] Add support for series (#11571, #11711)
1700
1701
1702 version 2017.01.31
1703
1704 Core
1705 + [compat] Add compat_etree_register_namespace
1706
1707 Extractors
1708 * [youtube] Fix extraction for domainless player URLs (#11890, #11891, #11892,
1709   #11894, #11895, #11897, #11900, #11903, #11904, #11906, #11907, #11909,
1710   #11913, #11914, #11915, #11916, #11917, #11918, #11919)
1711 + [vimeo] Extract both mixed and separated DASH formats
1712 + [ruutu] Extract DASH formats
1713 * [itv] Fix extraction for python 2.6
1714
1715
1716 version 2017.01.29
1717
1718 Core
1719 * [extractor/common] Fix initialization template (#11605, #11825)
1720 + [extractor/common] Document fragment_base_url and fragment's path fields
1721 * [extractor/common] Fix duration per DASH segment (#11868)
1722 + Introduce --autonumber-start option for initial value of %(autonumber)s
1723   template (#727, #2702, #9362, #10457, #10529, #11862)
1724
1725 Extractors
1726 + [azmedien:playlist] Add support for topic and themen playlists (#11817)
1727 * [npo] Fix subtitles extraction
1728 + [itv] Extract subtitles
1729 + [itv] Add support for itv.com (#9240)
1730 + [mtv81] Add support for mtv81.com (#7619)
1731 + [vlive] Add support for channels (#11826)
1732 + [kaltura] Add fallback for fileExt
1733 + [kaltura] Improve uploader_id extraction
1734 + [konserthusetplay] Add support for rspoplay.se (#11828)
1735
1736
1737 version 2017.01.28
1738
1739 Core
1740 * [utils] Improve parse_duration
1741
1742 Extractors
1743 * [crunchyroll] Improve series and season metadata extraction (#11832)
1744 * [soundcloud] Improve formats extraction and extract audio bitrate
1745 + [soundcloud] Extract HLS formats
1746 * [soundcloud] Fix track URL extraction (#11852)
1747 + [twitch:vod] Expand URL regular expressions (#11846)
1748 * [aenetworks] Fix season episodes extraction (#11669)
1749 + [tva] Add support for videos.tva.ca (#11842)
1750 * [jamendo] Improve and extract more metadata (#11836)
1751 + [disney] Add support for Disney sites (#7409, #11801, #4975, #11000)
1752 * [vevo] Remove request to old API and catch API v2 errors
1753 + [cmt,mtv,southpark] Add support for episode URLs (#11837)
1754 + [youtube] Add fallback for duration extraction (#11841)
1755
1756
1757 version 2017.01.25
1758
1759 Extractors
1760 + [openload] Fallback video extension to mp4
1761 + [extractor/generic] Add support for Openload embeds (#11536, #11812)
1762 * [srgssr] Fix rts video extraction (#11831)
1763 + [afreecatv:global] Add support for afreeca.tv (#11807)
1764 + [crackle] Extract vtt subtitles
1765 + [crackle] Extract multiple resolutions for thumbnails
1766 + [crackle] Add support for mobile URLs
1767 + [konserthusetplay] Extract subtitles (#11823)
1768 + [konserthusetplay] Add support for HLS videos (#11823)
1769 * [vimeo:review] Fix config URL extraction (#11821)
1770
1771
1772 version 2017.01.24
1773
1774 Extractors
1775 * [pluralsight] Fix extraction (#11820)
1776 + [nextmedia] Add support for NextTV (壹電視)
1777 * [24video] Fix extraction (#11811)
1778 * [youtube:playlist] Fix nonexistent and private playlist detection (#11604)
1779 + [chirbit] Extract uploader (#11809)
1780
1781
1782 version 2017.01.22
1783
1784 Extractors
1785 + [pornflip] Add support for pornflip.com (#11556, #11795)
1786 * [chaturbate] Fix extraction (#11797, #11802)
1787 + [azmedien] Add support for AZ Medien sites (#11784, #11785)
1788 + [nextmedia] Support redirected URLs
1789 + [vimeo:channel] Extract videos' titles for playlist entries (#11796)
1790 + [youtube] Extract episode metadata (#9695, #11774)
1791 + [cspan] Support Ustream embedded videos (#11547)
1792 + [1tv] Add support for HLS videos (#11786)
1793 * [uol] Fix extraction (#11770)
1794 * [mtv] Relax triforce feed regular expression (#11766)
1795
1796
1797 version 2017.01.18
1798
1799 Extractors
1800 * [bilibili] Fix extraction (#11077)
1801 + [canalplus] Add fallback for video id (#11764)
1802 * [20min] Fix extraction (#11683, #11751)
1803 * [imdb] Extend URL regular expression (#11744)
1804 + [naver] Add support for tv.naver.com links (#11743)
1805
1806
1807 version 2017.01.16
1808
1809 Core
1810 * [options] Apply custom config to final composite configuration (#11741)
1811 * [YoutubeDL] Improve protocol auto determining (#11720)
1812
1813 Extractors
1814 * [xiami] Relax URL regular expressions
1815 * [xiami] Improve track metadata extraction (#11699)
1816 + [limelight] Check hand-make direct HTTP links
1817 + [limelight] Add support for direct HTTP links at video.llnw.net (#11737)
1818 + [brightcove] Recognize another player ID pattern (#11688)
1819 + [niconico] Support login via cookies (#7968)
1820 * [yourupload] Fix extraction (#11601)
1821 + [beam:live] Add support for beam.pro live streams (#10702, #11596)
1822 * [vevo] Improve geo restriction detection
1823 + [dramafever] Add support for URLs with language code (#11714)
1824 * [cbc] Improve playlist support (#11704)
1825
1826
1827 version 2017.01.14
1828
1829 Core
1830 + [common] Add ability to customize akamai manifest host
1831 + [utils] Add more date formats
1832
1833 Extractors
1834 - [mtv] Eliminate _transform_rtmp_url
1835 * [mtv] Generalize triforce mgid extraction
1836 + [cmt] Add support for full episodes and video clips (#11623)
1837 + [mitele] Extract DASH formats
1838 + [ooyala] Add support for videos with embedToken (#11684)
1839 * [mixcloud] Fix extraction (#11674)
1840 * [openload] Fix extraction (#10408)
1841 * [tv4] Improve extraction (#11698)
1842 * [freesound] Fix and improve extraction (#11602)
1843 + [nick] Add support for beta.nick.com (#11655)
1844 * [mtv,cc] Use HLS by default with native HLS downloader (#11641)
1845 * [mtv] Fix non-HLS extraction
1846
1847
1848 version 2017.01.10
1849
1850 Extractors
1851 * [youtube] Fix extraction (#11663, #11664)
1852 + [inc] Add support for inc.com (#11277, #11647)
1853 + [youtube] Add itag 212 (#11575)
1854 + [egghead:course] Add support for egghead.io courses
1855
1856
1857 version 2017.01.08
1858
1859 Core
1860 * Fix "invalid escape sequence" errors under Python 3.6 (#11581)
1861
1862 Extractors
1863 + [hitrecord] Add support for hitrecord.org (#10867, #11626)
1864 - [videott] Remove extractor
1865 * [swrmediathek] Improve extraction
1866 - [sharesix] Remove extractor
1867 - [aol:features] Remove extractor
1868 * [sendtonews] Improve info extraction
1869 * [3sat,phoenix] Fix extraction (#11619)
1870 * [comedycentral/mtv] Add support for HLS videos (#11600)
1871 * [discoverygo] Fix JSON data parsing (#11219, #11522)
1872
1873
1874 version 2017.01.05
1875
1876 Extractors
1877 + [zdf] Fix extraction (#11055, #11063)
1878 * [pornhub:playlist] Improve extraction (#11594)
1879 + [cctv] Add support for ncpa-classic.com (#11591)
1880 + [tunein] Add support for embeds (#11579)
1881
1882
1883 version 2017.01.02
1884
1885 Extractors
1886 * [cctv] Improve extraction (#879, #6753, #8541)
1887 + [nrktv:episodes] Add support for episodes (#11571)
1888 + [arkena] Add support for video.arkena.com (#11568)
1889
1890
1891 version 2016.12.31
1892
1893 Core
1894 + Introduce --config-location option for custom configuration files (#6745,
1895   #10648)
1896
1897 Extractors
1898 + [twitch] Add support for player.twitch.tv (#11535, #11537)
1899 + [videa] Add support for videa.hu (#8181, #11133)
1900 * [vk] Fix postlive videos extraction
1901 * [vk] Extract from playerParams (#11555)
1902 - [freevideo] Remove extractor (#11515)
1903 + [showroomlive] Add support for showroom-live.com (#11458)
1904 * [xhamster] Fix duration extraction (#11549)
1905 * [rtve:live] Fix extraction (#11529)
1906 * [brightcove:legacy] Improve embeds detection (#11523)
1907 + [twitch] Add support for rechat messages (#11524)
1908 * [acast] Fix audio and timestamp extraction (#11521)
1909
1910
1911 version 2016.12.22
1912
1913 Core
1914 * [extractor/common] Improve detection of video-only formats in m3u8
1915   manifests (#11507)
1916
1917 Extractors
1918 + [theplatform] Pass geo verification headers to SMIL request (#10146)
1919 + [viu] Pass geo verification headers to auth request
1920 * [rtl2] Extract more formats and metadata
1921 * [vbox7] Skip malformed JSON-LD (#11501)
1922 * [uplynk] Force downloading using native HLS downloader (#11496)
1923 + [laola1] Add support for another extraction scenario (#11460)
1924
1925
1926 version 2016.12.20
1927
1928 Core
1929 * [extractor/common] Improve fragment URL construction for DASH media
1930 * [extractor/common] Fix codec information extraction for mixed audio/video
1931   DASH media (#11490)
1932
1933 Extractors
1934 * [vbox7] Fix extraction (#11494)
1935 + [uktvplay] Add support for uktvplay.uktv.co.uk (#11027)
1936 + [piksel] Add support for player.piksel.com (#11246)
1937 + [vimeo] Add support for DASH formats
1938 * [vimeo] Fix extraction for HLS formats (#11490)
1939 * [kaltura] Fix wrong widget ID in some cases (#11480)
1940 + [nrktv:direkte] Add support for live streams (#11488)
1941 * [pbs] Fix extraction for geo restricted videos (#7095)
1942 * [brightcove:new] Skip widevine classic videos
1943 + [viu] Add support for viu.com (#10607, #11329)
1944
1945
1946 version 2016.12.18
1947
1948 Core
1949 + [extractor/common] Recognize DASH formats in html5 media entries
1950
1951 Extractors
1952 + [ccma] Add support for ccma.cat (#11359)
1953 * [laola1tv] Improve extraction
1954 + [laola1tv] Add support embed URLs (#11460)
1955 * [nbc] Fix extraction for MSNBC videos (#11466)
1956 * [twitch] Adapt to new videos pages URL schema (#11469)
1957 + [meipai] Add support for meipai.com (#10718)
1958 * [jwplatform] Improve subtitles and duration extraction
1959 + [ondemandkorea] Add support for ondemandkorea.com (#10772)
1960 + [vvvvid] Add support for vvvvid.it (#5915)
1961
1962
1963 version 2016.12.15
1964
1965 Core
1966 + [utils] Add convenience urljoin
1967
1968 Extractors
1969 + [openload] Recognize oload.tv URLs (#10408)
1970 + [facebook] Recognize .onion URLs (#11443)
1971 * [vlive] Fix extraction (#11375, #11383)
1972 + [canvas] Extract DASH formats
1973 + [melonvod] Add support for vod.melon.com (#11419)
1974
1975
1976 version 2016.12.12
1977
1978 Core
1979 + [utils] Add common user agents map
1980 + [common] Recognize HLS manifests that contain video only formats (#11394)
1981
1982 Extractors
1983 + [dplay] Use Safari user agent for HLS (#11418)
1984 + [facebook] Detect login required error message
1985 * [facebook] Improve video selection (#11390)
1986 + [canalplus] Add another video id pattern (#11399)
1987 * [mixcloud] Relax URL regular expression (#11406)
1988 * [ctvnews] Relax URL regular expression (#11394)
1989 + [rte] Capture and output error message (#7746, #10498)
1990 + [prosiebensat1] Add support for DASH formats
1991 * [srgssr] Improve extraction for geo restricted videos (#11089)
1992 * [rts] Improve extraction for geo restricted videos (#4989)
1993
1994
1995 version 2016.12.09
1996
1997 Core
1998 * [socks] Fix error reporting (#11355)
1999
2000 Extractors
2001 * [openload] Fix extraction (#10408)
2002 * [pandoratv] Fix extraction (#11023)
2003 + [telebruxelles] Add support for emission URLs
2004 * [telebruxelles] Extract all formats
2005 + [bloomberg] Add another video id regular expression (#11371)
2006 * [fusion] Update ooyala id regular expression (#11364)
2007 + [1tv] Add support for playlists (#11335)
2008 * [1tv] Improve extraction (#11335)
2009 + [aenetworks] Extract more formats (#11321)
2010 + [thisoldhouse] Recognize /tv-episode/ URLs (#11271)
2011
2012
2013 version 2016.12.01
2014
2015 Extractors
2016 * [soundcloud] Update client id (#11327)
2017 * [ruutu] Detect DRM protected videos
2018 + [liveleak] Add support for youtube embeds (#10688)
2019 * [spike] Fix full episodes support (#11312)
2020 * [comedycentral] Fix full episodes support
2021 * [normalboots] Rewrite in terms of JWPlatform (#11184)
2022 * [teamfourstar] Rewrite in terms of JWPlatform (#11184)
2023 - [screenwavemedia] Remove extractor (#11184)
2024
2025
2026 version 2016.11.27
2027
2028 Extractors
2029 + [webcaster] Add support for webcaster.pro
2030 + [azubu] Add support for azubu.uol.com.br (#11305)
2031 * [viki] Prefer hls formats
2032 * [viki] Fix rtmp formats extraction (#11255)
2033 * [puls4] Relax URL regular expression (#11267)
2034 * [vevo] Improve artist extraction (#10911)
2035 * [mitele] Relax URL regular expression and extract more metadata (#11244)
2036 + [cbslocal] Recognize New York site (#11285)
2037 + [youtube:playlist] Pass disable_polymer in URL query (#11193)
2038
2039
2040 version 2016.11.22
2041
2042 Extractors
2043 * [hellporno] Fix video extension extraction (#11247)
2044 + [hellporno] Add support for hellporno.net (#11247)
2045 + [amcnetworks] Recognize more BBC America URLs (#11263)
2046 * [funnyordie] Improve extraction (#11208)
2047 * [extractor/generic] Improve limelight embeds support
2048 - [crunchyroll] Remove ScaledBorderAndShadow from ASS subtitles (#8207, #9028)
2049 * [bandcamp] Fix free downloads extraction and extract all formats (#11067)
2050 * [twitter:card] Relax URL regular expression (#11225)
2051 + [tvanouvelles] Add support for tvanouvelles.ca (#10616)
2052
2053
2054 version 2016.11.18
2055
2056 Extractors
2057 * [youtube:live] Relax URL regular expression (#11164)
2058 * [openload] Fix extraction (#10408, #11122)
2059 * [vlive] Prefer locale over language for subtitles id (#11203)
2060
2061
2062 version 2016.11.14.1
2063
2064 Core
2065 + [downoader/fragment,f4m,hls] Respect HTTP headers from info dict
2066 * [extractor/common] Fix media templates with Bandwidth substitution pattern in
2067   MPD manifests (#11175)
2068 * [extractor/common] Improve thumbnail extraction from JSON-LD
2069
2070 Extractors
2071 + [nrk] Workaround geo restriction
2072 + [nrk] Improve error detection and messages
2073 + [afreecatv] Add support for vod.afreecatv.com (#11174)
2074 * [cda] Fix and improve extraction (#10929, #10936)
2075 * [plays] Fix extraction (#11165)
2076 * [eagleplatform] Fix extraction (#11160)
2077 + [audioboom] Recognize /posts/ URLs (#11149)
2078
2079
2080 version 2016.11.08.1
2081
2082 Extractors
2083 * [espn:article] Fix support for espn.com articles
2084 * [franceculture] Fix extraction (#11140)
2085
2086
2087 version 2016.11.08
2088
2089 Extractors
2090 * [tmz:article] Fix extraction (#11052)
2091 * [espn] Fix extraction (#11041)
2092 * [mitele] Fix extraction after website redesign (#10824)
2093 - [ard] Remove age restriction check (#11129)
2094 * [generic] Improve support for pornhub.com embeds (#11100)
2095 + [generic] Add support for redtube.com embeds (#11099)
2096 + [generic] Add support for drtuber.com embeds (#11098)
2097 + [redtube] Add support for embed URLs
2098 + [drtuber] Add support for embed URLs
2099 + [yahoo] Improve content id extraction (#11088)
2100 * [toutv] Relax URL regular expression (#11121)
2101
2102
2103 version 2016.11.04
2104
2105 Core
2106 * [extractor/common] Tolerate malformed RESOLUTION attribute in m3u8
2107   manifests (#11113)
2108 * [downloader/ism] Fix AVC Decoder Configuration Record
2109
2110 Extractors
2111 + [fox9] Add support for fox9.com (#11110)
2112 + [anvato] Extract more metadata and improve formats extraction
2113 * [vodlocker] Improve removed videos detection (#11106)
2114 + [vzaar] Add support for vzaar.com (#11093)
2115 + [vice] Add support for uplynk preplay videos (#11101)
2116 * [tubitv] Fix extraction (#11061)
2117 + [shahid] Add support for authentication (#11091)
2118 + [radiocanada] Add subtitles support (#11096)
2119 + [generic] Add support for ISM manifests
2120
2121
2122 version 2016.11.02
2123
2124 Core
2125 + Add basic support for Smooth Streaming protocol (#8118, #10969)
2126 * Improve MPD manifest base URL extraction (#10909, #11079)
2127 * Fix --match-filter for int-like strings (#11082)
2128
2129 Extractors
2130 + [mva] Add support for ISM formats
2131 + [msn] Add support for ISM formats
2132 + [onet] Add support for ISM formats
2133 + [tvp] Add support for ISM formats
2134 + [nicknight] Add support for nicknight sites (#10769)
2135
2136
2137 version 2016.10.30
2138
2139 Extractors
2140 * [facebook] Improve 1080P video detection (#11073)
2141 * [imgur] Recognize /r/ URLs (#11071)
2142 * [beeg] Fix extraction (#11069)
2143 * [openload] Fix extraction (#10408)
2144 * [gvsearch] Modernize and fix search request (#11051)
2145 * [adultswim] Fix extraction (#10979)
2146 + [nobelprize] Add support for nobelprize.org (#9999)
2147 * [hornbunny] Fix extraction (#10981)
2148 * [tvp] Improve video id extraction (#10585)
2149
2150
2151 version 2016.10.26
2152
2153 Extractors
2154 + [rentv] Add support for ren.tv (#10620)
2155 + [ard] Detect unavailable videos (#11018)
2156 * [vk] Fix extraction (#11022)
2157
2158
2159 version 2016.10.25
2160
2161 Core
2162 * Running youtube-dl in the background is fixed (#10996, #10706, #955)
2163
2164 Extractors
2165 + [jamendo] Add support for jamendo.com (#10132, #10736)
2166 + [pandatv] Add support for panda.tv (#10736)
2167 + [dotsub] Support Vimeo embed (#10964)
2168 * [litv] Fix extraction
2169 + [vimeo] Delegate ondemand redirects to ondemand extractor (#10994)
2170 * [vivo] Fix extraction (#11003)
2171 + [twitch:stream] Add support for rebroadcasts (#10995)
2172 * [pluralsight] Fix subtitles conversion (#10990)
2173
2174
2175 version 2016.10.21.1
2176
2177 Extractors
2178 + [pluralsight] Process all clip URLs (#10984)
2179
2180
2181 version 2016.10.21
2182
2183 Core
2184 - Disable thumbnails embedding in mkv
2185 + Add support for Comcast multiple-system operator (#10819)
2186
2187 Extractors
2188 * [pluralsight] Adapt to new API (#10972)
2189 * [openload] Fix extraction (#10408, #10971)
2190 + [natgeo] Extract m3u8 formats (#10959)
2191
2192
2193 version 2016.10.19
2194
2195 Core
2196 + [utils] Expose PACKED_CODES_RE
2197 + [extractor/common] Extract non smil wowza mpd manifests
2198 + [extractor/common] Detect f4m audio-only formats
2199
2200 Extractors
2201 * [vidzi] Fix extraction (#10908, #10952)
2202 * [urplay] Fix subtitles extraction
2203 + [urplay] Add support for urskola.se (#10915)
2204 + [orf] Add subtitles support (#10939)
2205 * [youtube] Fix --no-playlist behavior for youtu.be/id URLs (#10896)
2206 * [nrk] Relax URL regular expression (#10928)
2207 + [nytimes] Add support for podcasts (#10926)
2208 * [pluralsight] Relax URL regular expression (#10941)
2209
2210
2211 version 2016.10.16
2212
2213 Core
2214 * [postprocessor/ffmpeg] Return correct filepath and ext in updated information
2215   in FFmpegExtractAudioPP (#10879)
2216
2217 Extractors
2218 + [ruutu] Add support for supla.fi (#10849)
2219 + [theoperaplatform] Add support for theoperaplatform.eu (#10914)
2220 * [lynda] Fix height for prioritized streams
2221 + [lynda] Add fallback extraction scenario
2222 * [lynda] Switch to https (#10916)
2223 + [huajiao] New extractor (#10917)
2224 * [cmt] Fix mgid extraction (#10813)
2225 + [safari:course] Add support for techbus.safaribooksonline.com
2226 * [orf:tvthek] Fix extraction and modernize (#10898)
2227 * [chirbit] Fix extraction of user profile pages
2228 * [carambatv] Fix extraction
2229 * [canalplus] Fix extraction for some videos
2230 * [cbsinteractive] Fix extraction for cnet.com
2231 * [parliamentliveuk] Lower case URLs are now recognized (#10912)
2232
2233
2234 version 2016.10.12
2235
2236 Core
2237 + Support HTML media elements without child nodes
2238 * [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)
2239
2240 Extractors
2241 * [dailymotion] Fix extraction (#10901)
2242 * [vimeo:review] Fix extraction (#10900)
2243 * [nhl] Correctly handle invalid formats (#10713)
2244 * [footyroom] Fix extraction (#10810)
2245 * [abc.net.au:iview] Fix for standalone (non series) videos (#10895)
2246 + [hbo] Add support for episode pages (#10892)
2247 * [allocine] Fix extraction (#10860)
2248 + [nextmedia] Recognize action news on AppleDaily
2249 * [lego] Improve info extraction and bypass geo restriction (#10872)
2250
2251
2252 version 2016.10.07
2253
2254 Extractors
2255 + [iprima] Detect geo restriction
2256 * [facebook] Fix video extraction (#10846)
2257 + [commonprotocols] Support direct MMS links (#10838)
2258 + [generic] Add support for multiple vimeo embeds (#10862)
2259 + [nzz] Add support for nzz.ch (#4407)
2260 + [npo] Detect geo restriction
2261 + [npo] Add support for 2doc.nl (#10842)
2262 + [lego] Add support for lego.com (#10369)
2263 + [tonline] Add support for t-online.de (#10376)
2264 * [techtalks] Relax URL regular expression (#10840)
2265 * [youtube:live] Extend URL regular expression (#10839)
2266 + [theweatherchannel] Add support for weather.com (#7188)
2267 + [thisoldhouse] Add support for thisoldhouse.com (#10837)
2268 + [nhl] Add support for wch2016.com (#10833)
2269 * [pornoxo] Use JWPlatform to improve metadata extraction
2270
2271
2272 version 2016.10.02
2273
2274 Core
2275 * Fix possibly lost extended attributes during post-processing
2276 + Support pyxattr as well as python-xattr for --xattrs and
2277   --xattr-set-filesize (#9054)
2278
2279 Extractors
2280 + [jwplatform] Support DASH streams in JWPlayer
2281 + [jwplatform] Support old-style JWPlayer playlists
2282 + [byutv:event] Add extractor
2283 * [periscope:user] Fix extraction (#10820)
2284 * [dctp] Fix extraction (#10734)
2285 + [instagram] Extract video dimensions (#10790)
2286 + [tvland] Extend URL regular expression (#10812)
2287 + [vgtv] Add support for tv.aftonbladet.se (#10800)
2288 - [aftonbladet] Remove extractor
2289 * [vk] Fix timestamp and view count extraction (#10760)
2290 + [vk] Add support for running and finished live streams (#10799)
2291 + [leeco] Recognize more Le Sports URLs (#10794)
2292 + [instagram] Extract comments (#10788)
2293 + [ketnet] Extract mzsource formats (#10770)
2294 * [limelight:media] Improve HTTP formats extraction
2295
2296
2297 version 2016.09.27
2298
2299 Core
2300 + Add hdcore query parameter to akamai f4m formats
2301 + Delegate HLS live streams downloading to ffmpeg
2302 + Improved support for HTML5 subtitles
2303
2304 Extractors
2305 + [vk] Add support for dailymotion embeds (#10661)
2306 * [promptfile] Fix extraction (#10634)
2307 * [kaltura] Speed up embed regular expressions (#10764)
2308 + [npo] Add support for anderetijden.nl (#10754)
2309 + [prosiebensat1] Add support for advopedia sites
2310 * [mwave] Relax URL regular expression (#10735, #10748)
2311 * [prosiebensat1] Fix playlist support (#10745)
2312 + [prosiebensat1] Add support for sat1gold sites (#10745)
2313 + [cbsnews:livevideo] Fix extraction and extract m3u8 formats
2314 + [brightcove:new] Add support for live streams
2315 * [soundcloud] Generalize playlist entries extraction (#10733)
2316 + [mtv] Add support for new URL schema (#8169, #9808)
2317 * [einthusan] Fix extraction (#10714)
2318 + [twitter] Support Periscope embeds (#10737)
2319 + [openload] Support subtitles (#10625)
2320
2321
2322 version 2016.09.24
2323
2324 Core
2325 + Add support for watchTVeverywhere.com authentication provider based MSOs for
2326   Adobe Pass authentication (#10709)
2327
2328 Extractors
2329 + [soundcloud:playlist] Provide video id for early playlist entries (#10733)
2330 + [prosiebensat1] Add support for kabeleinsdoku (#10732)
2331 * [cbs] Extract info from thunder videoPlayerService (#10728)
2332 * [openload] Fix extraction (#10408)
2333 + [ustream] Support the new HLS streams (#10698)
2334 + [ooyala] Extract all HLS formats
2335 + [cartoonnetwork] Add support for Adobe Pass authentication
2336 + [soundcloud] Extract license metadata
2337 + [fox] Add support for Adobe Pass authentication (#8584)
2338 + [tbs] Add support for Adobe Pass authentication (#10642, #10222)
2339 + [trutv] Add support for Adobe Pass authentication (#10519)
2340 + [turner] Add support for Adobe Pass authentication
2341
2342
2343 version 2016.09.19
2344
2345 Extractors
2346 + [crunchyroll] Check if already authenticated (#10700)
2347 - [twitch:stream] Remove fallback to profile extraction when stream is offline
2348 * [thisav] Improve title extraction (#10682)
2349 * [vyborymos] Improve station info extraction
2350
2351
2352 version 2016.09.18
2353
2354 Core
2355 + Introduce manifest_url and fragments fields in formats dictionary for
2356   fragmented media
2357 + Provide manifest_url field for DASH segments, HLS and HDS
2358 + Provide fragments field for DASH segments
2359 * Rework DASH segments downloader to use fragments field
2360 + Add helper method for Wowza Streaming Engine formats extraction
2361
2362 Extractors
2363 + [vyborymos] Add extractor for vybory.mos.ru (#10692)
2364 + [xfileshare] Add title regular expression for streamin.to (#10646)
2365 + [globo:article] Add support for multiple videos (#10653)
2366 + [thisav] Recognize HTML5 videos (#10447)
2367 * [jwplatform] Improve JWPlayer detection
2368 + [mangomolo] Add support for Mangomolo embeds
2369 + [toutv] Add support for authentication (#10669)
2370 * [franceinter] Fix upload date extraction
2371 * [tv4] Fix HLS and HDS formats extraction (#10659)
2372
2373
2374 version 2016.09.15
2375
2376 Core
2377 * Improve _hidden_inputs
2378 + Introduce improved explicit Adobe Pass support
2379 + Add --ap-mso to provide multiple-system operator identifier
2380 + Add --ap-username to provide MSO account username
2381 + Add --ap-password to provide MSO account password
2382 + Add --ap-list-mso to list all supported MSOs
2383 + Add support for Rogers Cable multiple-system operator (#10606)
2384
2385 Extractors
2386 * [crunchyroll] Fix authentication (#10655)
2387 * [twitch] Fix API calls (#10654, #10660)
2388 + [bellmedia] Add support for more Bell Media Television sites
2389 * [franceinter] Fix extraction (#10538, #2105)
2390 * [kuwo] Improve error detection (#10650)
2391 + [go] Add support for free full episodes (#10439)
2392 * [bilibili] Fix extraction for specific videos (#10647)
2393 * [nhk] Fix extraction (#10633)
2394 * [kaltura] Improve audio detection
2395 * [kaltura] Skip chun format
2396 + [vimeo:ondemand] Pass Referer along with embed URL (#10624)
2397 + [nbc] Add support for NBC Olympics (#10361)
2398
2399
2400 version 2016.09.11.1
2401
2402 Extractors
2403 + [tube8] Extract categories and tags (#10579)
2404 + [pornhub] Extract categories and tags (#10499)
2405 * [openload] Temporary fix (#10408)
2406 + [foxnews] Add support Fox News articles (#10598)
2407 * [viafree] Improve video id extraction (#10615)
2408 * [iwara] Fix extraction after relaunch (#10462, #3215)
2409 + [tfo] Add extractor for tfo.org
2410 * [lrt] Fix audio extraction (#10566)
2411 * [9now] Fix extraction (#10561)
2412 + [canalplus] Add support for c8.fr (#10577)
2413 * [newgrounds] Fix uploader extraction (#10584)
2414 + [polskieradio:category] Add support for category lists (#10576)
2415 + [ketnet] Add extractor for ketnet.be (#10343)
2416 + [canvas] Add support for een.be (#10605)
2417 + [telequebec] Add extractor for telequebec.tv (#1999)
2418 * [parliamentliveuk] Fix extraction (#9137)
2419
2420
2421 version 2016.09.08
2422
2423 Extractors
2424 + [jwplatform] Extract height from format label
2425 + [yahoo] Extract Brightcove Legacy Studio embeds (#9345)
2426 * [videomore] Fix extraction (#10592)
2427 * [foxgay] Fix extraction (#10480)
2428 + [rmcdecouverte] Add extractor for rmcdecouverte.bfmtv.com (#9709)
2429 * [gamestar] Fix metadata extraction (#10479)
2430 * [puls4] Fix extraction (#10583)
2431 + [cctv] Add extractor for CCTV and CNTV (#8153)
2432 + [lci] Add extractor for lci.fr (#10573)
2433 + [wat] Extract DASH formats
2434 + [viafree] Improve video id detection (#10569)
2435 + [trutv] Add extractor for trutv.com (#10519)
2436 + [nick] Add support for nickelodeon.nl (#10559)
2437 + [abcotvs:clips] Add support for clips.abcotvs.com
2438 + [abcotvs] Add support for ABC Owned Television Stations sites (#9551)
2439 + [miaopai] Add extractor for miaopai.com (#10556)
2440 * [gamestar] Fix metadata extraction (#10479)
2441 + [bilibili] Add support for episodes (#10190)
2442 + [tvnoe] Add extractor for tvnoe.cz (#10524)
2443
2444
2445 version 2016.09.04.1
2446
2447 Core
2448 * In DASH downloader if the first segment fails, abort the whole download
2449   process to prevent throttling (#10497)
2450 + Add support for --skip-unavailable-fragments and --fragment retries in
2451   hlsnative downloader (#10165, #10448).
2452 + Add support for --skip-unavailable-fragments in DASH downloader
2453 + Introduce --skip-unavailable-fragments option for fragment based downloaders
2454   that allows to skip fragments unavailable due to a HTTP error
2455 * Fix extraction of video/audio entries with src attribute in
2456   _parse_html5_media_entries (#10540)
2457
2458 Extractors
2459 * [theplatform] Relax URL regular expression (#10546)
2460 * [youtube:playlist] Extend URL regular expression
2461 * [rottentomatoes] Delegate extraction to internetvideoarchive extractor
2462 * [internetvideoarchive] Extract all formats
2463 * [pornvoisines] Fix extraction (#10469)
2464 * [rottentomatoes] Fix extraction (#10467)
2465 * [espn] Extend URL regular expression (#10549)
2466 * [vimple] Extend URL regular expression (#10547)
2467 * [youtube:watchlater] Fix extraction (#10544)
2468 * [youjizz] Fix extraction (#10437)
2469 + [foxnews] Add support for FoxNews Insider (#10445)
2470 + [fc2] Recognize Flash player URLs (#10512)
2471
2472
2473 version 2016.09.03
2474
2475 Core
2476 * Restore usage of NAME attribute from EXT-X-MEDIA tag for formats codes in
2477   _extract_m3u8_formats (#10522)
2478 * Handle semicolon in mimetype2ext
2479
2480 Extractors
2481 + [youtube] Add support for rental videos' previews (#10532)
2482 * [youtube:playlist] Fallback to video extraction for video/playlist URLs when
2483   no playlist is actually served (#10537)
2484 + [drtv] Add support for dr.dk/nyheder (#10536)
2485 + [facebook:plugins:video] Add extractor (#10530)
2486 + [go] Add extractor for *.go.com sites
2487 * [adobepass] Check for authz_token expiration (#10527)
2488 * [nytimes] improve extraction
2489 * [thestar] Fix extraction (#10465)
2490 * [glide] Fix extraction (#10478)
2491 - [exfm] Remove extractor (#10482)
2492 * [youporn] Fix categories and tags extraction (#10521)
2493 + [curiositystream] Add extractor for app.curiositystream.com
2494 - [thvideo] Remove extractor (#10464)
2495 * [movingimage] Fix for the new site name (#10466)
2496 + [cbs] Add support for once formats (#10515)
2497 * [limelight] Skip ism snd duplicate manifests
2498 + [porncom] Extract categories and tags (#10510)
2499 + [facebook] Extract timestamp (#10508)
2500 + [yahoo] Extract more formats
2501
2502
2503 version 2016.08.31
2504
2505 Extractors
2506 * [soundcloud] Fix URL regular expression to avoid clashes with sets (#10505)
2507 * [bandcamp:album] Fix title extraction (#10455)
2508 * [pyvideo] Fix extraction (#10468)
2509 + [ctv] Add support for tsn.ca, bnn.ca and thecomedynetwork.ca (#10016)
2510 * [9c9media] Extract more metadata
2511 * [9c9media] Fix multiple stacks extraction (#10016)
2512 * [adultswim] Improve video info extraction (#10492)
2513 * [vodplatform] Improve embed regular expression
2514 - [played] Remove extractor (#10470)
2515 + [tbs] Add extractor for tbs.com and tntdrama.com (#10222)
2516 + [cartoonnetwork] Add extractor for cartoonnetwork.com (#10110)
2517 * [adultswim] Rework in terms of turner extractor
2518 * [cnn] Rework in terms of turner extractor
2519 * [nba] Rework in terms of turner extractor
2520 + [turner] Add base extractor for Turner Broadcasting System based sites
2521 * [bilibili] Fix extraction (#10375)
2522 * [openload] Fix extraction (#10408)
2523
2524
2525 version 2016.08.28
2526
2527 Core
2528 + Add warning message that ffmpeg doesn't support SOCKS
2529 * Improve thumbnail sorting
2530 + Extract formats from #EXT-X-MEDIA tags in _extract_m3u8_formats
2531 * Fill IV with leading zeros for IVs shorter than 16 octets in hlsnative
2532 + Add ac-3 to the list of audio codecs in parse_codecs
2533
2534 Extractors
2535 * [periscope:user] Fix extraction (#10453)
2536 * [douyutv] Fix extraction (#10153, #10318, #10444)
2537 + [nhk:vod] Add extractor for www3.nhk.or.jp on demand (#4437, #10424)
2538 - [trutube] Remove extractor (#10438)
2539 + [usanetwork] Add extractor for usanetwork.com
2540 * [crackle] Fix extraction (#10333)
2541 * [spankbang] Fix description and uploader extraction (#10339)
2542 * [discoverygo] Detect cable provider restricted videos (#10425)
2543 + [cbc] Add support for watch.cbc.ca
2544 * [kickstarter] Silent the warning for og:description (#10415)
2545 * [mtvservices:embedded] Fix extraction for the new 'edge' player (#10363)
2546
2547
2548 version 2016.08.24.1
2549
2550 Extractors
2551 + [pluralsight] Add support for subtitles (#9681)
2552
2553
2554 version 2016.08.24
2555
2556 Extractors
2557 * [youtube] Fix authentication (#10392)
2558 * [openload] Fix extraction (#10408)
2559 + [bravotv] Add support for Adobe Pass (#10407)
2560 * [bravotv] Fix clip info extraction (#10407)
2561 * [eagleplatform] Improve embedded videos detection (#10409)
2562 * [awaan] Fix extraction
2563 * [mtvservices:embedded] Update config URL
2564 + [abc:iview] Add extractor (#6148)
2565
2566
2567 version 2016.08.22
2568
2569 Core
2570 * Improve formats and subtitles extension auto calculation
2571 + Recognize full unit names in parse_filesize
2572 + Add support for m3u8 manifests in HTML5 multimedia tags
2573 * Fix octal/hexadecimal number detection in js_to_json
2574
2575 Extractors
2576 + [ivi] Add support for 720p and 1080p
2577 + [charlierose] Add new extractor (#10382)
2578 * [1tv] Fix extraction (#9249)
2579 * [twitch] Renew authentication
2580 * [kaltura] Improve subtitles extension calculation
2581 + [zingmp3] Add support for video clips
2582 * [zingmp3] Fix extraction (#10041)
2583 * [kaltura] Improve subtitles extraction (#10279)
2584 * [cultureunplugged] Fix extraction (#10330)
2585 + [cnn] Add support for money.cnn.com (#2797)
2586 * [cbsnews] Fix extraction (#10362)
2587 * [cbs] Fix extraction (#10393)
2588 + [litv] Support 'promo' URLs (#10385)
2589 * [snotr] Fix extraction (#10338)
2590 * [n-tv.de] Fix extraction (#10331)
2591 * [globo:article] Relax URL and video id regular expressions (#10379)
2592
2593
2594 version 2016.08.19
2595
2596 Core
2597 - Remove output template description from --help
2598 * Recognize lowercase units in parse_filesize
2599
2600 Extractors
2601 + [porncom] Add extractor for porn.com (#2251, #10251)
2602 + [generic] Add support for DBTV embeds
2603 * [vk:wallpost] Fix audio extraction for new site layout
2604 * [vk] Fix authentication
2605 + [hgtvcom:show] Add extractor for hgtv.com shows (#10365)
2606 + [discoverygo] Add support for another GO network sites
2607
2608
2609 version 2016.08.17
2610
2611 Core
2612 + Add _get_netrc_login_info
2613
2614 Extractors
2615 * [mofosex] Extract all formats (#10335)
2616 + [generic] Add support for vbox7 embeds
2617 + [vbox7] Add support for embed URLs
2618 + [viafree] Add extractor (#10358)
2619 + [mtg] Add support for viafree URLs (#10358)
2620 * [theplatform] Extract all subtitles per language
2621 + [xvideos] Fix HLS extraction (#10356)
2622 + [amcnetworks] Add extractor
2623 + [bbc:playlist] Add support for pagination (#10349)
2624 + [fxnetworks] Add extractor (#9462)
2625 * [cbslocal] Fix extraction for SendtoNews-based videos
2626 * [sendtonews] Fix extraction
2627 * [jwplatform] Extract video id from JWPlayer data
2628 - [zippcast] Remove extractor (#10332)
2629 + [viceland] Add extractor (#8799)
2630 + [adobepass] Add base extractor for Adobe Pass Authentication
2631 * [life:embed] Improve extraction
2632 * [vgtv] Detect geo restricted videos (#10348)
2633 + [uplynk] Add extractor
2634 * [xiami] Fix extraction (#10342)
2635
2636
2637 version 2016.08.13
2638
2639 Core
2640 * Show progress for curl external downloader
2641 * Forward more options to curl external downloader
2642
2643 Extractors
2644 * [pbs] Fix description extraction
2645 * [franceculture] Fix extraction (#10324)
2646 * [pornotube] Fix extraction (#10322)
2647 * [4tube] Fix metadata extraction (#10321)
2648 * [imgur] Fix width and height extraction (#10325)
2649 * [expotv] Improve extraction
2650 + [vbox7] Fix extraction (#10309)
2651 - [tapely] Remove extractor (#10323)
2652 * [muenchentv] Fix extraction (#10313)
2653 + [24video] Add support for .me and .xxx TLDs
2654 * [24video] Fix comment count extraction
2655 * [sunporno] Add support for embed URLs
2656 * [sunporno] Fix metadata extraction (#10316)
2657 + [hgtv] Add extractor for hgtv.ca (#3999)
2658 - [pbs] Remove request to unavailable API
2659 + [pbs] Add support for high quality HTTP formats
2660 + [crunchyroll] Add support for HLS formats (#10301)
2661
2662
2663 version 2016.08.12
2664
2665 Core
2666 * Subtitles are now written as is. Newline conversions are disabled. (#10268)
2667 + Recognize more formats in unified_timestamp
2668
2669 Extractors
2670 - [goldenmoustache] Remove extractor (#10298)
2671 * [drtuber] Improve title extraction
2672 * [drtuber] Make dislike count optional (#10297)
2673 * [chirbit] Fix extraction (#10296)
2674 * [francetvinfo] Relax URL regular expression
2675 * [rtlnl] Relax URL regular expression (#10282)
2676 * [formula1] Relax URL regular expression (#10283)
2677 * [wat] Improve extraction (#10281)
2678 * [ctsnews] Fix extraction
2679
2680
2681 version 2016.08.10
2682
2683 Core
2684 * Make --metadata-from-title non fatal when title does not match the pattern
2685 * Introduce options for randomized sleep before each download
2686   --min-sleep-interval and --max-sleep-interval (#9930)
2687 * Respect default in _search_json_ld
2688
2689 Extractors
2690 + [uol] Add extractor for uol.com.br (#4263)
2691 * [rbmaradio] Fix extraction and extract all formats (#10242)
2692 + [sonyliv] Add extractor for sonyliv.com (#10258)
2693 * [aparat] Fix extraction
2694 * [cwtv] Extract HTTP formats
2695 + [rozhlas] Add extractor for prehravac.rozhlas.cz (#10253)
2696 * [kuwo:singer] Fix extraction
2697
2698
2699 version 2016.08.07
2700
2701 Core
2702 + Add support for TV Parental Guidelines ratings in parse_age_limit
2703 + Add decode_png (#9706)
2704 + Add support for partOfTVSeries in JSON-LD
2705 * Lower master M3U8 manifest preference for better format sorting
2706
2707 Extractors
2708 + [discoverygo] Add extractor (#10245)
2709 * [flipagram] Make JSON-LD extraction non fatal
2710 * [generic] Make JSON-LD extraction non fatal
2711 + [bbc] Add support for morph embeds (#10239)
2712 * [tnaflixnetworkbase] Improve title extraction
2713 * [tnaflix] Fix metadata extraction (#10249)
2714 * [fox] Fix theplatform release URL query
2715 * [openload] Fix extraction (#9706)
2716 * [bbc] Skip duplicate manifest URLs
2717 * [bbc] Improve format code
2718 + [bbc] Add support for DASH and F4M
2719 * [bbc] Improve format sorting and listing
2720 * [bbc] Improve playlist extraction
2721 + [pokemon] Add extractor (#10093)
2722 + [condenast] Add fallback scenario for video info extraction
2723
2724
2725 version 2016.08.06
2726
2727 Core
2728 * Add support for JSON-LD root list entries (#10203)
2729 * Improve unified_timestamp
2730 * Lower preference of RTSP formats in generic sorting
2731 + Add support for multiple properties in _og_search_property
2732 * Improve password hiding from verbose output
2733
2734 Extractors
2735 + [adultswim] Add support for trailers (#10235)
2736 * [archiveorg] Improve extraction (#10219)
2737 + [jwplatform] Add support for playlists
2738 + [jwplatform] Add support for relative URLs
2739 * [jwplatform] Improve audio detection
2740 + [tvplay] Capture and output native error message
2741 + [tvplay] Extract series metadata
2742 + [tvplay] Add support for subtitles (#10194)
2743 * [tvp] Improve extraction (#7799)
2744 * [cbslocal] Fix timestamp parsing (#10213)
2745 + [naver] Add support for subtitles (#8096)
2746 * [naver] Improve extraction
2747 * [condenast] Improve extraction
2748 * [engadget] Relax URL regular expression
2749 * [5min] Fix extraction
2750 + [nationalgeographic] Add support for Episode Guide
2751 + [kaltura] Add support for subtitles
2752 * [kaltura] Optimize network requests
2753 + [vodplatform] Add extractor for vod-platform.net
2754 - [gamekings] Remove extractor
2755 * [limelight] Extract HTTP formats
2756 * [ntvru] Fix extraction
2757 + [comedycentral] Re-add :tds and :thedailyshow shortnames
2758
2759
2760 version 2016.08.01
2761
2762 Fixed/improved extractors
2763 - [yandexmusic:track] Adapt to changes in track location JSON (#10193)
2764 - [bloomberg] Support another form of player (#10187)
2765 - [limelight] Skip DRM protected videos
2766 - [safari] Relax regular expressions for URL matching (#10202)
2767 - [cwtv] Add support for cwtvpr.com (#10196)
2768
2769
2770 version 2016.07.30
2771
2772 Fixed/improved extractors
2773 - [twitch:clips] Sort formats
2774 - [tv2] Use m3u8_native
2775 - [tv2:article] Fix video detection (#10188)
2776 - rtve (#10076)
2777 - [dailymotion:playlist] Optimize download archive processing (#10180)
2778
2779
2780 version 2016.07.28
2781
2782 Fixed/improved extractors
2783 - shared (#10170)
2784 - soundcloud (#10179)
2785 - twitch (#9767)
2786
2787
2788 version 2016.07.26.2
2789
2790 Fixed/improved extractors
2791 - smotri
2792 - camdemy
2793 - mtv
2794 - comedycentral
2795 - cmt
2796 - cbc
2797 - mgtv
2798 - orf
2799
2800
2801 version 2016.07.24
2802
2803 New extractors
2804 - arkena (#8682)
2805 - lcp (#8682)
2806
2807 Fixed/improved extractors
2808 - facebook (#10151)
2809 - dailymail
2810 - telegraaf
2811 - dcn
2812 - onet
2813 - tvp
2814
2815 Miscellaneous
2816 - Support $Time$ in DASH manifests
2817
2818
2819 version 2016.07.22
2820
2821 New extractors
2822 - odatv (#9285)
2823
2824 Fixed/improved extractors
2825 - bbc
2826 - youjizz (#10131)
2827 - youtube (#10140)
2828 - pornhub (#10138)
2829 - eporner (#10139)
2830
2831
2832 version 2016.07.17
2833
2834 New extractors
2835 - nintendo (#9986)
2836 - streamable (#9122)
2837
2838 Fixed/improved extractors
2839 - ard (#10095)
2840 - mtv
2841 - comedycentral (#10101)
2842 - viki (#10098)
2843 - spike (#10106)
2844
2845 Miscellaneous
2846 - Improved twitter player detection (#10090)
2847
2848
2849 version 2016.07.16
2850
2851 New extractors
2852 - ninenow (#5181)
2853
2854 Fixed/improved extractors
2855 - rtve (#10076)
2856 - brightcove
2857 - 3qsdn
2858 - syfy (#9087, #3820, #2388)
2859 - youtube (#10083)
2860
2861 Miscellaneous
2862 - Fix subtitle embedding for video-only and audio-only files (#10081)
2863
2864
2865 version 2016.07.13
2866
2867 New extractors
2868 - rudo
2869
2870 Fixed/improved extractors
2871 - biobiochiletv
2872 - tvplay
2873 - dbtv
2874 - brightcove
2875 - tmz
2876 - youtube (#10059)
2877 - shahid (#10062)
2878 - vk
2879 - ellentv (#10067)
2880
2881
2882 version 2016.07.11
2883
2884 New Extractors
2885 - roosterteeth (#9864)
2886
2887 Fixed/improved extractors
2888 - miomio (#9605)
2889 - vuclip
2890 - youtube
2891 - vidzi (#10058)
2892
2893
2894 version 2016.07.09.2
2895
2896 Fixed/improved extractors
2897 - vimeo (#1638)
2898 - facebook (#10048)
2899 - lynda (#10047)
2900 - animeondemand
2901
2902 Fixed/improved features
2903 - Embedding subtitles no longer throws an error with problematic inputs (#9063)
2904
2905
2906 version 2016.07.09.1
2907
2908 Fixed/improved extractors
2909 - youtube
2910 - ard
2911 - srmediatek (#9373)
2912
2913
2914 version 2016.07.09
2915
2916 New extractors
2917 - Flipagram (#9898)
2918
2919 Fixed/improved extractors
2920 - telecinco
2921 - toutv
2922 - radiocanada
2923 - tweakers (#9516)
2924 - lynda
2925 - nick (#7542)
2926 - polskieradio (#10028)
2927 - le
2928 - facebook (#9851)
2929 - mgtv
2930 - animeondemand (#10031)
2931
2932 Fixed/improved features
2933 - `--postprocessor-args` and `--downloader-args` now accepts non-ASCII inputs
2934   on non-Windows systems
2935
2936
2937 version 2016.07.07
2938
2939 New extractors
2940 - kamcord (#10001)
2941
2942 Fixed/improved extractors
2943 - spiegel (#10018)
2944 - metacafe (#8539, #3253)
2945 - onet (#9950)
2946 - francetv (#9955)
2947 - brightcove (#9965)
2948 - daum (#9972)
2949
2950
2951 version 2016.07.06
2952
2953 Fixed/improved extractors
2954 - youtube (#10007, #10009)
2955 - xuite
2956 - stitcher
2957 - spiegel
2958 - slideshare
2959 - sandia
2960 - rtvnh
2961 - prosiebensat1
2962 - onionstudios
2963
2964
2965 version 2016.07.05
2966
2967 Fixed/improved extractors
2968 - brightcove
2969 - yahoo (#9995)
2970 - pornhub (#9997)
2971 - iqiyi
2972 - kaltura (#5557)
2973 - la7
2974 - Changed features
2975 - Rename --cn-verfication-proxy to --geo-verification-proxy
2976 Miscellaneous
2977 - Add script for displaying downloads statistics
2978
2979
2980 version 2016.07.03.1
2981
2982 Fixed/improved extractors
2983 - theplatform
2984 - aenetworks
2985 - nationalgeographic
2986 - hrti (#9482)
2987 - facebook (#5701)
2988 - buzzfeed (#5701)
2989 - rai (#8617, #9157, #9232, #8552, #8551)
2990 - nationalgeographic (#9991)
2991 - iqiyi
2992
2993
2994 version 2016.07.03
2995
2996 New extractors
2997 - hrti (#9482)
2998
2999 Fixed/improved extractors
3000 - vk (#9981)
3001 - facebook (#9938)
3002 - xtube (#9953, #9961)
3003
3004
3005 version 2016.07.02
3006
3007 New extractors
3008 - fusion (#9958)
3009
3010 Fixed/improved extractors
3011 - twitch (#9975)
3012 - vine (#9970)
3013 - periscope (#9967)
3014 - pornhub (#8696)
3015
3016
3017 version 2016.07.01
3018
3019 New extractors
3020 - 9c9media
3021 - ctvnews (#2156)
3022 - ctv (#4077)
3023
3024 Fixed/Improved extractors
3025 - rds
3026 - meta (#8789)
3027 - pornhub (#9964)
3028 - sixplay (#2183)
3029
3030 New features
3031 - Accept quoted strings across multiple lines (#9940)