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