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