[ChangeLog] Actualize
[youtube-dl] / ChangeLog
1 version <unreleased>
2
3 Core
4 + [adobepass] Add support for AT&T U-verse (mso ATT) (#13938, #21016)
5
6 Extractors
7 + [mgtv] Pass Referer HTTP header for format URLs (#21726)
8 + [beeg] Add support for api/v6 v2 URLs without t argument (#21701)
9 * [voxmedia:volume] Improvevox embed extraction (#16846)
10 * [funnyordie] Move extraction to VoxMedia extractor (#16846)
11 * [gameinformer] Fix extraction (#8895, #15363, #17206)
12 * [funk] Fix extraction (#17915)
13 * [packtpub] Relax lesson URL regular expression (#21695)
14 * [packtpub] Fix extraction (#21268)
15 * [philharmoniedeparis] Relax URL regular expression (#21672)
16 * [peertube] Detect embed URLs in generic extraction (#21666)
17 * [mixer:vod] Relax URL regular expression (#21657, #21658)
18 + [lecturio] Add support id based URLs (#21630)
19 + [go] Add site info for disneynow (#21613)
20 * [ted] Restrict info regular expression (#21631)
21 * [twitch:vod] Actualize m3u8 URL (#21538, #21607)
22 * [vzaar] Fix videos with empty title (#21606)
23 * [tvland] Fix extraction (#21384)
24 * [arte] Clean extractor (#15583, #21614)
25
26
27 version 2019.07.02
28
29 Core
30 + [utils] Introduce random_user_agent and use as default User-Agent (#21546)
31
32 Extractors
33 + [vevo] Add support for embed.vevo.com URLs (#21565)
34 + [openload] Add support for oload.biz (#21574)
35 * [xiami] Update API base URL (#21575)
36 * [yourporn] Fix extraction (#21585)
37 + [acast] Add support for URLs with episode id (#21444)
38 + [dailymotion] Add support for DM.player embeds
39 * [soundcloud] Update client id
40
41
42 version 2019.06.27
43
44 Extractors
45 + [go] Add support for disneynow.com (#21528)
46 * [mixer:vod] Relax URL regular expression (#21531, #21536)
47 * [drtv] Relax URL regular expression
48 * [fusion] Fix extraction (#17775, #21269)
49 - [nfb] Remove extractor (#21518)
50 + [beeg] Add support for api/v6 v2 URLs (#21511)
51 + [brightcove:new] Add support for playlists (#21331)
52 + [openload] Add support for oload.life (#21495)
53 * [vimeo:channel,group] Make title extraction non fatal
54 * [vimeo:likes] Implement extrator in terms of channel extractor (#21493)
55 + [pornhub] Add support for more paged video sources
56 + [pornhub] Add support for downloading single pages and search pages (#15570)
57 * [pornhub] Rework extractors (#11922, #16078, #17454, #17936)
58 + [youtube] Add another signature function pattern
59 * [tf1] Fix extraction (#21365, #21372)
60 * [crunchyroll] Move Accept-Language workaround to video extractor since
61   it causes playlists not to list any videos
62 * [crunchyroll:playlist] Fix and relax title extraction (#21291, #21443)
63
64
65 version 2019.06.21
66
67 Core
68 * [utils] Restrict parse_codecs and add theora as known vcodec (#21381)
69
70 Extractors
71 * [youtube] Update signature function patterns (#21469, #21476)
72 * [youtube] Make --write-annotations non fatal (#21452)
73 + [sixplay] Add support for rtlmost.hu (#21405)
74 * [youtube] Hardcode codec metadata for av01 video only formats (#21381)
75 * [toutv] Update client key (#21370)
76 + [biqle] Add support for new embed domain
77 * [cbs] Improve DRM protected videos detection (#21339)
78
79
80 version 2019.06.08
81
82 Core
83 * [downloader/common] Improve rate limit (#21301)
84 * [utils] Improve strip_or_none
85 * [extractor/common] Strip src attribute for HTML5 entries code (#18485,
86   #21169)
87
88 Extractors
89 * [ted] Fix playlist extraction (#20844, #21032)
90 * [vlive:playlist] Fix video extraction when no playlist is found (#20590)
91 + [vlive] Add CH+ support (#16887, #21209)
92 + [openload] Add support for oload.website (#21329)
93 + [tvnow] Extract HD formats (#21201)
94 + [redbulltv] Add support for rrn:content URLs (#21297)
95 * [youtube] Fix average rating extraction (#21304)
96 + [bitchute] Extract HTML5 formats (#21306)
97 * [cbsnews] Fix extraction (#9659, #15397)
98 * [vvvvid] Relax URL regular expression (#21299)
99 + [prosiebensat1] Add support for new API (#21272)
100 + [vrv] Extract adaptive_hls formats (#21243)
101 * [viki] Switch to HTTPS (#21001)
102 * [LiveLeak] Check if the original videos exist (#21206, #21208)
103 * [rtp] Fix extraction (#15099)
104 * [youtube] Improve DRM protected videos detection (#1774)
105 + [srgssrplay] Add support for popupvideoplayer URLs (#21155)
106 + [24video] Add support for porno.24video.net (#21194)
107 + [24video] Add support for 24video.site (#21193)
108 - [pornflip] Remove extractor
109 - [criterion] Remove extractor (#21195)
110 * [pornhub] Use HTTPS (#21061)
111 * [bitchute] Fix uploader extraction (#21076)
112 * [streamcloud] Reduce waiting time to 6 seconds (#21092)
113 - [novamov] Remove extractors (#21077)
114 + [openload] Add support for oload.press (#21135)
115 * [vivo] Fix extraction (#18906, #19217)
116
117
118 version 2019.05.20
119
120 Core
121 + [extractor/common] Move workaround for applying first Set-Cookie header
122   into a separate _apply_first_set_cookie_header method
123
124 Extractors
125 * [safari] Fix authentication (#21090)
126 * [vk] Use _apply_first_set_cookie_header
127 * [vrt] Fix extraction (#20527)
128 + [canvas] Add support for vrtnieuws and sporza site ids and extract
129   AES HLS formats
130 + [vrv] Extract captions (#19238)
131 * [tele5] Improve video id extraction
132 * [tele5] Relax URL regular expression (#21020, #21063)
133 * [svtplay] Update API URL (#21075)
134 + [yahoo:gyao] Add X-User-Agent header to dam proxy requests (#21071)
135
136
137 version 2019.05.11
138
139 Core
140 * [utils] Transliterate "รพ" as "th" (#20897)
141
142 Extractors
143 + [cloudflarestream] Add support for videodelivery.net (#21049)
144 + [byutv] Add support for DVR videos (#20574, #20676)
145 + [gfycat] Add support for URLs with tags (#20696, #20731)
146 + [openload] Add support for verystream.com (#20701, #20967)
147 * [youtube] Use sp field value for signature field name (#18841, #18927,
148   #21028)
149 + [yahoo:gyao] Extend URL regular expression (#21008)
150 * [youtube] Fix channel id extraction (#20982, #21003)
151 + [sky] Add support for news.sky.com (#13055)
152 + [youtube:entrylistbase] Retry on 5xx HTTP errors (#20965)
153 + [francetvinfo] Extend video id extraction (#20619, #20740)
154 * [4tube] Update token hosts (#20918)
155 * [hotstar] Move to API v2 (#20931)
156 * [fox] Fix API error handling under python 2 (#20925)
157 + [redbulltv] Extend URL regular expression (#20922)
158
159
160 version 2019.04.30
161
162 Extractors
163 * [openload] Use real Chrome versions (#20902)
164 - [youtube] Remove info el for get_video_info request
165 * [youtube] Improve extraction robustness
166 - [dramafever] Remove extractor (#20868)
167 * [adn] Fix subtitle extraction (#12724)
168 + [ccc] Extract creator (#20355)
169 + [ccc:playlist] Add support for media.ccc.de playlists (#14601, #20355)
170 + [sverigesradio] Add support for sverigesradio.se (#18635)
171 + [cinemax] Add support for cinemax.com
172 * [sixplay] Try extracting non-DRM protected manifests (#20849)
173 + [youtube] Extract Youtube Music Auto-generated metadata (#20599, #20742)
174 - [wrzuta] Remove extractor (#20684, #20801)
175 * [twitch] Prefer source format (#20850)
176 + [twitcasting] Add support for private videos (#20843)
177 * [reddit] Validate thumbnail URL (#20030)
178 * [yandexmusic] Fix track URL extraction (#20820)
179
180
181 version 2019.04.24
182
183 Extractors
184 * [youtube] Fix extraction (#20758, #20759, #20761, #20762, #20764, #20766,
185   #20767, #20769, #20771, #20768, #20770)
186 * [toutv] Fix extraction and extract series info (#20757)
187 + [vrv] Add support for movie listings (#19229)
188 + [youtube] Print error when no data is available (#20737)
189 + [soundcloud] Add support for new rendition and improve extraction (#20699)
190 + [ooyala] Add support for geo verification proxy
191 + [nrl] Add support for nrl.com (#15991)
192 + [vimeo] Extract live archive source format (#19144)
193 + [vimeo] Add support for live streams and improve info extraction (#19144)
194 + [ntvcojp] Add support for cu.ntv.co.jp
195 + [nhk] Extract RTMPT format
196 + [nhk] Add support for audio URLs
197 + [udemy] Add another course id extraction pattern (#20491)
198 + [openload] Add support for oload.services (#20691)
199 + [openload] Add support for openloed.co (#20691, #20693)
200 * [bravotv] Fix extraction (#19213)
201
202
203 version 2019.04.17
204
205 Extractors
206 * [openload] Randomize User-Agent (closes #20688)
207 + [openload] Add support for oladblock domains (#20471)
208 * [adn] Fix subtitle extraction (#12724)
209 + [aol] Add support for localized websites
210 + [yahoo] Add support GYAO episode URLs
211 + [yahoo] Add support for streaming.yahoo.co.jp (#5811, #7098)
212 + [yahoo] Add support for gyao.yahoo.co.jp
213 * [aenetworks] Fix history topic extraction and extract more formats
214 + [cbs] Extract smpte and vtt subtitles
215 + [streamango] Add support for streamcherry.com (#20592)
216 + [yourporn] Add support for sxyprn.com (#20646)
217 * [mgtv] Fix extraction (#20650)
218 * [linkedin:learning] Use urljoin for form action URL (#20431)
219 + [gdc] Add support for kaltura embeds (#20575)
220 * [dispeak] Improve mp4 bitrate extraction
221 * [kaltura] Sanitize embed URLs
222 * [jwplatfom] Do not match manifest URLs (#20596)
223 * [aol] Restrict URL regular expression and improve format extraction
224 + [tiktok] Add support for new URL schema (#20573)
225 + [stv:player] Add support for player.stv.tv (#20586)
226
227
228 version 2019.04.07
229
230 Core
231 + [downloader/external] Pass rtmp_conn to ffmpeg
232
233 Extractors
234 + [ruutu] Add support for audio podcasts (#20473, #20545)
235 + [xvideos] Extract all thumbnails (#20432)
236 + [platzi] Add support for platzi.com (#20562)
237 * [dvtv] Fix extraction (#18514, #19174)
238 + [vrv] Add basic support for individual movie links (#19229)
239 + [bfi:player] Add support for player.bfi.org.uk (#19235)
240 * [hbo] Fix extraction and extract subtitles (#14629, #13709)
241 * [youtube] Extract srv[1-3] subtitle formats (#20566)
242 * [adultswim] Fix extraction (#18025)
243 * [teamcoco] Fix extraction and add suport for subdomains (#17099, #20339)
244 * [adn] Fix subtitle compatibility with ffmpeg
245 * [adn] Fix extraction and add support for positioning styles (#20549)
246 * [vk] Use unique video id (#17848)
247 * [newstube] Fix extraction
248 * [rtl2] Actualize extraction
249 + [adobeconnect] Add support for adobeconnect.com (#20283)
250 + [gaia] Add support for authentication (#14605)
251 + [mediasite] Add support for dashed ids and named catalogs (#20531)
252
253
254 version 2019.04.01
255
256 Core
257 * [utils] Improve int_or_none and float_or_none (#20403)
258 * Check for valid --min-sleep-interval when --max-sleep-interval is specified
259   (#20435)
260
261 Extractors
262 + [weibo] Extend URL regular expression (#20496)
263 + [xhamster] Add support for xhamster.one (#20508)
264 + [mediasite] Add support for catalogs (#20507)
265 + [teamtreehouse] Add support for teamtreehouse.com (#9836)
266 + [ina] Add support for audio URLs
267 * [ina] Improve extraction
268 * [cwtv] Fix episode number extraction (#20461)
269 * [npo] Improve DRM detection
270 + [pornhub] Add support for DASH formats (#20403)
271 * [svtplay] Update API endpoint (#20430)
272
273
274 version 2019.03.18
275
276 Core
277 * [extractor/common] Improve HTML5 entries extraction
278 + [utils] Introduce parse_bitrate
279 * [update] Hide update URLs behind redirect
280 * [extractor/common] Fix url meta field for unfragmented DASH formats (#20346)
281
282 Extractors
283 + [yandexvideo] Add extractor
284 * [openload] Improve embed detection
285 + [corus] Add support for bigbrothercanada.ca (#20357)
286 + [orf:radio] Extract series (#20012)
287 + [cbc:watch] Add support for gem.cbc.ca (#20251, #20359)
288 - [anysex] Remove extractor (#19279)
289 + [ciscolive] Add support for new URL schema (#20320, #20351)
290 + [youtube] Add support for invidiou.sh (#20309)
291 - [anitube] Remove extractor (#20334)
292 - [ruleporn] Remove extractor (#15344, #20324)
293 * [npr] Fix extraction (#10793, #13440)
294 * [biqle] Fix extraction (#11471, #15313)
295 * [viddler] Modernize
296 * [moevideo] Fix extraction
297 * [primesharetv] Remove extractor
298 * [hypem] Modernize and extract more metadata (#15320)
299 * [veoh] Fix extraction
300 * [escapist] Modernize
301 - [videomega] Remove extractor (#10108)
302 + [beeg] Add support for beeg.porn (#20306)
303 * [vimeo:review] Improve config url extraction and extract original format
304   (#20305)
305 * [fox] Detect geo restriction and authentication errors (#20208)
306
307
308 version 2019.03.09
309
310 Core
311 * [extractor/common] Use compat_etree_Element
312 + [compat] Introduce compat_etree_Element
313 * [extractor/common] Fallback url to base URL for DASH formats
314 * [extractor/common] Do not fail on invalid data while parsing F4M manifest
315   in non fatal mode
316 * [extractor/common] Return MPD manifest as format's url meta field (#20242)
317 * [utils] Strip #HttpOnly_ prefix from cookies files (#20219)
318
319 Extractors
320 * [francetv:site] Relax video id regular expression (#20268)
321 * [toutv] Detect invalid login error
322 * [toutv] Fix authentication (#20261)
323 + [urplay] Extract timestamp (#20235)
324 + [openload] Add support for oload.space (#20246)
325 * [facebook] Improve uploader extraction (#20250)
326 * [bbc] Use compat_etree_Element
327 * [crunchyroll] Use compat_etree_Element
328 * [npo] Improve ISM extraction
329 * [rai] Improve extraction (#20253)
330 * [paramountnetwork] Fix mgid extraction (#20241)
331 * [libsyn] Improve extraction (#20229)
332 + [youtube] Add more invidious instances to URL regular expression (#20228)
333 * [spankbang] Fix extraction (#20023)
334 * [espn] Extend URL regular expression (#20013)
335 * [sixplay] Handle videos with empty assets (#20016)
336 + [vimeo] Add support for Vimeo Pro portfolio protected videos (#20070)
337
338
339 version 2019.03.01
340
341 Core
342 + [downloader/external] Add support for rate limit and retries for wget
343 * [downloader/external] Fix infinite retries for curl (#19303)
344
345 Extractors
346 * [npo] Fix extraction (#20084)
347 * [francetv:site] Extend video id regex (#20029, #20071)
348 + [periscope] Extract width and height (#20015)
349 * [servus] Fix extraction (#19297)
350 * [bbccouk] Make subtitles non fatal (#19651)
351 * [metacafe] Fix family filter bypass (#19287)
352
353
354 version 2019.02.18
355
356 Extractors
357 * [tvp:website] Fix and improve extraction
358 + [tvp] Detect unavailable videos
359 * [tvp] Fix description extraction and make thumbnail optional
360 + [linuxacademy] Add support for linuxacademy.com (#12207)
361 * [bilibili] Update keys (#19233)
362 * [udemy] Extend URL regular expressions (#14330, #15883)
363 * [udemy] Update User-Agent and detect captcha (#14713, #15839, #18126)
364 * [noovo] Fix extraction (#19230)
365 * [rai] Relax URL regular expression (#19232)
366 + [vshare] Pass Referer to download request (#19205, #19221)
367 + [openload] Add support for oload.live (#19222)
368 * [imgur] Use video id as title fallback (#18590)
369 + [twitch] Add new source format detection approach (#19193)
370 * [tvplayhome] Fix video id extraction (#19190)
371 * [tvplayhome] Fix episode metadata extraction (#19190)
372 * [rutube:embed] Fix extraction (#19163)
373 + [rutube:embed] Add support private videos (#19163)
374 + [soundcloud] Extract more metadata
375 + [trunews] Add support for trunews.com (#19153)
376 + [linkedin:learning] Extract chapter_number and chapter_id (#19162)
377
378
379 version 2019.02.08
380
381 Core
382 * [utils] Improve JSON-LD regular expression (#18058)
383 * [YoutubeDL] Fallback to ie_key of matching extractor while making
384   download archive id when no explicit ie_key is provided (#19022)
385
386 Extractors
387 + [malltv] Add support for mall.tv (#18058, #17856)
388 + [spankbang:playlist] Add support for playlists (#19145)
389 * [spankbang] Extend URL regular expression
390 * [trutv] Fix extraction (#17336)
391 * [toutv] Fix authentication (#16398, #18700)
392 * [pornhub] Fix tags and categories extraction (#13720, #19135)
393 * [pornhd] Fix formats extraction
394 + [pornhd] Extract like count (#19123, #19125)
395 * [radiocanada] Switch to the new media requests (#19115)
396 + [teachable] Add support for courses.workitdaily.com (#18871)
397 - [vporn] Remove extractor (#16276)
398 + [soundcloud:pagedplaylist] Add ie and title to entries (#19022, #19086)
399 + [drtuber] Extract duration (#19078)
400 * [soundcloud] Fix paged playlists extraction, add support for albums and update client id
401 * [soundcloud] Update client id
402 * [drtv] Improve preference (#19079)
403 + [openload] Add support for openload.pw and oload.pw (#18930)
404 + [openload] Add support for oload.info (#19073)
405 * [crackle] Authorize media detail request (#16931)
406
407
408 version 2019.01.30.1
409
410 Core
411 * [postprocessor/ffmpeg] Fix avconv processing broken in #19025 (#19067)
412
413
414 version 2019.01.30
415
416 Core
417 * [postprocessor/ffmpeg] Do not copy Apple TV chapter tracks while embedding
418   subtitles (#19024, #19042)
419 * [postprocessor/ffmpeg] Disable "Last message repeated" messages (#19025)
420
421 Extractors
422 * [yourporn] Fix extraction and extract duration (#18815, #18852, #19061)
423 * [drtv] Improve extraction (#19039)
424     + Add support for EncryptedUri videos
425     + Extract more metadata
426     * Fix subtitles extraction
427 + [fox] Add support for locked videos using cookies (#19060)
428 * [fox] Fix extraction for free videos (#19060)
429 + [zattoo] Add support for tv.salt.ch (#19059)
430
431
432 version 2019.01.27
433
434 Core
435 + [extractor/common] Extract season in _json_ld
436 * [postprocessor/ffmpeg] Fallback to ffmpeg/avconv for audio codec detection
437   (#681)
438
439 Extractors
440 * [vice] Fix extraction for locked videos (#16248)
441 + [wakanim] Detect DRM protected videos
442 + [wakanim] Add support for wakanim.tv (#14374)
443 * [usatoday] Fix extraction for videos with custom brightcove partner id
444   (#18990)
445 * [drtv] Fix extraction (#18989)
446 * [nhk] Extend URL regular expression (#18968)
447 * [go] Fix Adobe Pass requests for Disney Now (#18901)
448 + [openload] Add support for oload.club (#18969)
449
450
451 version 2019.01.24
452
453 Core
454 * [YoutubeDL] Fix negation for string operators in format selection (#18961)
455
456
457 version 2019.01.23
458
459 Core
460 * [utils] Fix urljoin for paths with non-http(s) schemes
461 * [extractor/common] Improve jwplayer relative URL handling (#18892)
462 + [YoutubeDL] Add negation support for string comparisons in format selection
463   expressions (#18600, #18805)
464 * [extractor/common] Improve HLS video-only format detection (#18923)
465
466 Extractors
467 * [crunchyroll] Extend URL regular expression (#18955)
468 * [pornhub] Bypass scrape detection (#4822, #5930, #7074, #10175, #12722,
469   #17197, #18338 #18842, #18899)
470 + [vrv] Add support for authentication (#14307)
471 * [videomore:season] Fix extraction
472 * [videomore] Improve extraction (#18908)
473 + [tnaflix] Pass Referer in metadata request (#18925)
474 * [radiocanada] Relax DRM check (#18608, #18609)
475 * [vimeo] Fix video password verification for videos protected by
476   Referer HTTP header
477 + [hketv] Add support for hkedcity.net (#18696)
478 + [streamango] Add support for fruithosts.net (#18710)
479 + [instagram] Add support for tags (#18757)
480 + [odnoklassniki] Detect paid videos (#18876)
481 * [ted] Correct acodec for HTTP formats (#18923)
482 * [cartoonnetwork] Fix extraction (#15664, #17224)
483 * [vimeo] Fix extraction for password protected player URLs (#18889)
484
485
486 version 2019.01.17
487
488 Extractors
489 * [youtube] Extend JS player signature function name regular expressions
490   (#18890, #18891, #18893)
491
492
493 version 2019.01.16
494
495 Core
496 + [test/helper] Add support for maxcount and count collection len checkers
497 * [downloader/hls] Fix uplynk ad skipping (#18824)
498 * [postprocessor/ffmpeg] Improve ffmpeg version parsing (#18813)
499
500 Extractors
501 * [youtube] Skip unsupported adaptive stream type (#18804)
502 + [youtube] Extract DASH formats from player response (#18804)
503 * [funimation] Fix extraction (#14089)
504 * [skylinewebcams] Fix extraction (#18853)
505 + [curiositystream] Add support for non app URLs
506 + [bitchute] Check formats (#18833)
507 * [wistia] Extend URL regular expression (#18823)
508 + [playplustv] Add support for playplus.com (#18789)
509
510
511 version 2019.01.10
512
513 Core
514 * [extractor/common] Use episode name as title in _json_ld
515 + [extractor/common] Add support for movies in _json_ld
516 * [postprocessor/ffmpeg] Embed subtitles with non-standard language codes
517   (#18765)
518 + [utils] Add language codes replaced in 1989 revision of ISO 639
519   to ISO639Utils (#18765)
520
521 Extractors
522 * [youtube] Extract live HLS URL from player response (#18799)
523 + [outsidetv] Add support for outsidetv.com (#18774)
524 * [jwplatform] Use JW Platform Delivery API V2 and add support for more URLs
525 + [fox] Add support National Geographic (#17985, #15333, #14698)
526 + [playplustv] Add support for playplus.tv (#18789)
527 * [globo] Set GLBID cookie manually (#17346)
528 + [gaia] Add support for gaia.com (#14605)
529 * [youporn] Fix title and description extraction (#18748)
530 + [hungama] Add support for hungama.com (#17402, #18771)
531 * [dtube] Fix extraction (#18741)
532 * [tvnow] Fix and rework extractors and prepare for a switch to the new API
533   (#17245, #18499)
534 * [carambatv:page] Fix extraction (#18739)
535
536
537 version 2019.01.02
538
539 Extractors
540 * [discovery] Use geo verification headers (#17838)
541 + [packtpub] Add support for subscription.packtpub.com (#18718)
542 * [yourporn] Fix extraction (#18583)
543 + [acast:channel] Add support for play.acast.com (#18587)
544 + [extractors] Add missing age limits (#18621)
545 + [rmcdecouverte] Add support for live stream
546 * [rmcdecouverte] Bypass geo restriction
547 * [rmcdecouverte] Update URL regular expression (#18595, 18697)
548 * [manyvids] Fix extraction (#18604, #18614)
549 * [bitchute] Fix extraction (#18567)
550
551
552 version 2018.12.31
553
554 Extractors
555 + [bbc] Add support for another embed pattern (#18643)
556 + [npo:live] Add support for npostart.nl (#18644)
557 * [beeg] Fix extraction (#18610, #18626)
558 * [youtube] Unescape HTML for series (#18641)
559 + [youtube] Extract more format metadata
560 * [youtube] Detect DRM protected videos (#1774)
561 * [youtube] Relax HTML5 player regular expressions (#18465, #18466)
562 * [youtube] Extend HTML5 player regular expression (#17516)
563 + [liveleak] Add support for another embed type and restore original
564   format extraction
565 + [crackle] Extract ISM and HTTP formats
566 + [twitter] Pass Referer with card request (#18579)
567 * [mediasite] Extend URL regular expression (#18558)
568 + [lecturio] Add support for lecturio.de (#18562)
569 + [discovery] Add support for Scripps Networks watch domains (#17947)
570
571
572 version 2018.12.17
573
574 Extractors
575 * [ard:beta] Improve geo restricted videos extraction
576 * [ard:beta] Fix subtitles extraction
577 * [ard:beta] Improve extraction robustness
578 * [ard:beta] Relax URL regular expression (#18441)
579 * [acast] Add support for embed.acast.com and play.acast.com (#18483)
580 * [iprima] Relax URL regular expression (#18515, #18540)
581 * [vrv] Fix initial state extraction (#18553)
582 * [youtube] Fix mark watched (#18546)
583 + [safari] Add support for learning.oreilly.com (#18510)
584 * [youtube] Fix multifeed extraction (#18531)
585 * [lecturio] Improve subtitles extraction (#18488)
586 * [uol] Fix format URL extraction (#18480)
587 + [ard:mediathek] Add support for classic.ardmediathek.de (#18473)
588
589
590 version 2018.12.09
591
592 Core
593 * [YoutubeDL] Keep session cookies in cookie file between runs
594 * [YoutubeDL] Recognize session cookies with expired set to 0 (#12929)
595
596 Extractors
597 + [teachable] Add support for teachable platform sites (#5451, #18150, #18272)
598 + [aenetworks] Add support for historyvault.com (#18460)
599 * [imgur] Improve gallery and album detection and extraction (#9133, #16577,
600   #17223, #18404)
601 * [iprima] Relax URL regular expression (#18453)
602 * [hotstar] Fix video data extraction (#18386)
603 * [ard:mediathek] Fix title and description extraction (#18349, #18371)
604 * [xvideos] Switch to HTTPS (#18422, #18427)
605 + [lecturio] Add support for lecturio.com (#18405)
606 + [nrktv:series] Add support for extra materials
607 * [nrktv:season,series] Fix extraction (#17159, #17258)
608 * [nrktv] Relax URL regular expression (#18304, #18387)
609 * [yourporn] Fix extraction (#18424, #18425)
610 * [tbs] Fix info extraction (#18403)
611 + [gamespot] Add support for review URLs
612
613
614 version 2018.12.03
615
616 Core
617 * [utils] Fix random_birthday to generate existing dates only (#18284)
618
619 Extractors
620 + [tiktok] Add support for tiktok.com (#18108, #18135)
621 * [pornhub] Use actual URL host for requests (#18359)
622 * [lynda] Fix authentication (#18158, #18217)
623 * [gfycat] Update API endpoint (#18333, #18343)
624 + [hotstar] Add support for alternative app state layout (#18320)
625 * [azmedien] Fix extraction (#18334, #18336)
626 + [vimeo] Add support for VHX (Vimeo OTT) (#14835)
627 * [joj] Fix extraction (#18280, #18281)
628 + [wistia] Add support for fast.wistia.com (#18287)
629
630
631 version 2018.11.23
632
633 Core
634 + [setup.py] Add more relevant classifiers
635
636 Extractors
637 * [mixcloud] Fallback to hardcoded decryption key (#18016)
638 * [nbc:news] Fix article extraction (#16194)
639 * [foxsports] Fix extraction (#17543)
640 * [loc] Relax regular expression and improve formats extraction
641 + [ciscolive] Add support for ciscolive.cisco.com (#17984)
642 * [nzz] Relax kaltura regex (#18228)
643 * [sixplay] Fix formats extraction
644 * [bitchute] Improve title extraction
645 * [kaltura] Limit requested MediaEntry fields
646 + [americastestkitchen] Add support for zype embeds (#18225)
647 + [pornhub] Add pornhub.net alias
648 * [nova:embed] Fix extraction (#18222)
649
650
651 version 2018.11.18
652
653 Extractors
654 + [wwe] Extract subtitles
655 + [wwe] Add support for playlistst (#14781)
656 + [wwe] Add support for wwe.com (#14781, #17450)
657 * [vk] Detect geo restriction (#17767)
658 * [openload] Use original host during extraction (#18211)
659 * [atvat] Fix extraction (#18041)
660 + [rte] Add support for new API endpoint (#18206)
661 * [tnaflixnetwork:embed] Fix extraction (#18205)
662 * [picarto] Use API and add token support (#16518)
663 + [zype] Add support for player.zype.com (#18143)
664 * [vivo] Fix extraction (#18139)
665 * [ruutu] Update API endpoint (#18138)
666
667
668 version 2018.11.07
669
670 Extractors
671 + [youtube] Add another JS signature function name regex (#18091, #18093,
672   #18094)
673 * [facebook] Fix tahoe request (#17171)
674 * [cliphunter] Fix extraction (#18083)
675 + [youtube:playlist] Add support for invidio.us (#18077)
676 * [zattoo] Arrange API hosts for derived extractors (#18035)
677 + [youtube] Add fallback metadata extraction from videoDetails (#18052)
678
679
680 version 2018.11.03
681
682 Core
683 * [extractor/common] Ensure response handle is not prematurely closed before
684   it can be read if it matches expected_status (#17195, #17846, #17447)
685
686 Extractors
687 * [laola1tv:embed] Set correct stream access URL scheme (#16341)
688 + [ehftv] Add support for ehftv.com (#15408)
689 * [azmedien] Adopt to major site redesign (#17745, #17746)
690 + [twitcasting] Add support for twitcasting.tv (#17981)
691 * [orf:tvthek] Fix extraction (#17737, #17956, #18024)
692 + [openload] Add support for oload.fun (#18045)
693 * [njpwworld] Fix authentication (#17427)
694 + [linkedin:learning] Add support for linkedin.com/learning (#13545)
695 * [theplatform] Improve error detection (#13222)
696 * [cnbc] Simplify extraction (#14280, #17110)
697 + [cbnc] Add support for new URL schema (#14193)
698 * [aparat] Improve extraction and extract more metadata (#17445, #18008)
699 * [aparat] Fix extraction
700
701
702 version 2018.10.29
703
704 Core
705 + [extractor/common] Add validation for JSON-LD URLs
706
707 Extractors
708 + [sportbox] Add support for matchtv.ru
709 * [sportbox] Fix extraction (#17978)
710 * [screencast] Fix extraction (#14590, #14617, #17990)
711 + [openload] Add support for oload.icu
712 + [ivi] Add support for ivi.tv
713 * [crunchyroll] Improve extraction failsafeness (#17991)
714 * [dailymail] Fix formats extraction (#17976)
715 * [viewster] Reduce format requests
716 * [cwtv] Handle API errors (#17905)
717 + [rutube] Use geo verification headers (#17897)
718 + [brightcove:legacy] Add fallbacks to brightcove:new (#13912)
719 - [tv3] Remove extractor (#10461, #15339)
720 * [ted] Fix extraction for HTTP and RTMP formats (#5941, #17572, #17894)
721 + [openload] Add support for oload.cc (#17823)
722 + [patreon] Extract post_file URL (#17792)
723 * [patreon] Fix extraction (#14502, #10471)
724
725
726 version 2018.10.05
727
728 Extractors
729 * [pluralsight] Improve authentication (#17762)
730 * [dailymotion] Fix extraction (#17699)
731 * [crunchyroll] Switch to HTTPS for RpcApi (#17749)
732 + [philharmoniedeparis] Add support for pad.philharmoniedeparis.fr (#17705)
733 * [philharmoniedeparis] Fix extraction (#17705)
734 + [jamendo] Add support for licensing.jamendo.com (#17724)
735 + [openload] Add support for oload.cloud (#17710)
736 * [pluralsight] Fix subtitles extraction (#17726, #17728)
737 + [vimeo] Add another config regular expression (#17690)
738 * [spike] Fix Paramount Network extraction (#17677)
739 * [hotstar] Fix extraction (#14694, #14931, #17637)
740
741
742 version 2018.09.26
743
744 Extractors
745 * [pluralsight] Fix subtitles extraction (#17671)
746 * [mediaset] Improve embed support (#17668)
747 + [youtube] Add support for invidio.us (#17613)
748 + [zattoo] Add support for more zattoo platform sites
749 * [zattoo] Fix extraction (#17175, #17542)
750
751
752 version 2018.09.18
753
754 Core
755 + [extractor/common] Introduce channel meta fields
756
757 Extractors
758 * [adobepass] Don't pollute default headers dict
759 * [udemy] Don't pollute default headers dict
760 * [twitch] Don't pollute default headers dict
761 * [youtube] Don't pollute default query dict (#17593)
762 * [crunchyroll] Prefer hardsubless formats and formats in locale language
763 * [vrv] Make format ids deterministic
764 * [vimeo] Fix ondemand playlist extraction (#14591)
765 + [pornhub] Extract upload date (#17574)
766 + [porntube] Extract channel meta fields
767 + [vimeo] Extract channel meta fields
768 + [youtube] Extract channel meta fields (#9676, #12939)
769 * [porntube] Fix extraction (#17541)
770 * [asiancrush] Fix extraction (#15630)
771 + [twitch:clips] Extend URL regular expression (closes #17559)
772 + [vzaar] Add support for HLS
773 * [tube8] Fix metadata extraction (#17520)
774 * [eporner] Extract JSON-LD (#17519)
775
776
777 version 2018.09.10
778
779 Core
780 + [utils] Properly recognize AV1 codec (#17506)
781
782 Extractors
783 + [iprima] Add support for prima.iprima.cz (#17514)
784 + [tele5] Add support for tele5.de (#7805, #7922, #17331, #17414)
785 * [nbc] Fix extraction of percent encoded URLs (#17374)
786
787
788 version 2018.09.08
789
790 Extractors
791 * [youtube] Fix extraction (#17457, #17464)
792 + [pornhub:uservideos] Add support for new URLs (#17388)
793 * [iprima] Confirm adult check (#17437)
794 * [slideslive] Make check for video service name case-insensitive (#17429)
795 * [radiojavan] Fix extraction (#17151)
796 * [generic] Skip unsuccessful jwplayer extraction (#16735)
797
798
799 version 2018.09.01
800
801 Core
802 * [utils] Skip remote IP addresses non matching to source address' IP version
803   when creating a connection (#13422, #17362)
804
805 Extractors
806 + [ard] Add support for one.ard.de (#17397)
807 * [niconico] Fix extraction on python3 (#17393, #17407)
808 * [ard] Extract f4m formats
809 * [crunchyroll] Parse vilos media data (#17343)
810 + [ard] Add support for Beta ARD Mediathek
811 + [bandcamp] Extract more metadata (#13197)
812 * [internazionale] Fix extraction of non-available-abroad videos (#17386)
813
814
815 version 2018.08.28
816
817 Extractors
818 + [youtube:playlist] Add support for music album playlists (OLAK5uy_ prefix)
819   (#17361)
820 * [bitchute] Fix extraction by pass custom User-Agent (#17360)
821 * [webofstories:playlist] Fix extraction (#16914)
822 + [tvplayhome] Add support for new tvplay URLs (#17344)
823 + [generic] Allow relative src for videojs embeds (#17324)
824 + [xfileshare] Add support for vidto.se (#17317)
825 + [vidzi] Add support for vidzi.nu (#17316)
826 + [nova:embed] Add support for media.cms.nova.cz (#17282)
827
828
829 version 2018.08.22
830
831 Core
832 * [utils] Use pure browser header for User-Agent (#17236)
833
834 Extractors
835 + [kinopoisk] Add support for kinopoisk.ru (#17283)
836 + [yourporn] Add support for yourporn.sexy (#17298)
837 + [go] Add support for disneynow.go.com (#16299, #17264)
838 + [6play] Add support for play.rtl.hr (#17249)
839 * [anvato] Fallback to generic API key for access-key-to-API-key lookup
840   (#16788, #17254)
841 * [lci] Fix extraction (#17274)
842 * [bbccouk] Extend id URL regular expression (#17270)
843 * [cwtv] Fix extraction (#17256)
844 * [nova] Fix extraction (#17241)
845 + [generic] Add support for expressen embeds
846 * [raywenderlich] Adapt to site redesign (#17225)
847 + [redbulltv] Add support redbull.com tv URLs (#17218)
848 + [bitchute] Add support for bitchute.com (#14052)
849 + [clyp] Add support for token protected media (#17184)
850 * [imdb] Fix extension extraction (#17167)
851
852
853 version 2018.08.04
854
855 Extractors
856 * [funk:channel] Improve byChannelAlias extraction (#17142)
857 * [twitch] Fix authentication (#17024, #17126)
858 * [twitch:vod] Improve URL regular expression (#17135)
859 * [watchbox] Fix extraction (#17107)
860 * [pbs] Fix extraction (#17109)
861 * [theplatform] Relax URL regular expression (#16181, #17097)
862 + [viqeo] Add support for viqeo.tv (#17066)
863
864
865 version 2018.07.29
866
867 Extractors
868 * [crunchyroll:playlist] Restrict URL regular expression (#17069, #17076)
869 + [pornhub] Add support for subtitles (#16924, #17088)
870 * [ceskatelevize] Use https for API call (#16997, #16999)
871 * [dailymotion:playlist] Fix extraction (#16894)
872 * [ted] Improve extraction
873 * [ted] Fix extraction for videos without nativeDownloads (#16756, #17085)
874 * [telecinco] Fix extraction (#17080)
875 * [mitele] Reduce number of requests
876 * [rai] Return non HTTP relinker URL intact (#17055)
877 * [vk] Fix extraction for inline only videos (#16923)
878 * [streamcloud] Fix extraction (#17054)
879 * [facebook] Fix tahoe player extraction with authentication (#16655)
880 + [puhutv] Add support for puhutv.com (#12712, #16010, #16269)
881
882
883 version 2018.07.21
884
885 Core
886 + [utils] Introduce url_or_none
887 * [utils] Allow JSONP without function name (#17028)
888 + [extractor/common] Extract DASH and MSS formats from SMIL manifests
889
890 Extractors
891 + [bbc] Add support for BBC Radio Play pages (#17022)
892 * [iwara] Fix download URLs (#17026)
893 * [vrtnu] Relax title extraction and extract JSON-LD (#17018)
894 + [viu] Pass Referer and Origin headers and area id (#16992)
895 + [vimeo] Add another config regular expression (#17013)
896 + [facebook] Extract view count (#16942)
897 * [dailymotion] Improve description extraction (#16984)
898 * [slutload] Fix and improve extraction (#17001)
899 * [mediaset] Fix extraction (#16977)
900 + [theplatform] Add support for theplatform TLD customization (#16977)
901 * [imgur] Relax URL regular expression (#16987)
902 * [pornhub] Improve extraction and extract all formats (#12166, #15891, #16262,
903   #16959)
904
905
906 version 2018.07.10
907
908 Core
909 * [utils] Share JSON-LD regular expression
910 * [downloader/dash] Improve error handling (#16927)
911
912 Extractors
913 + [nrktv] Add support for new season and serie URL schema
914 + [nrktv] Add support for new episode URL schema (#16909)
915 + [frontendmasters] Add support for frontendmasters.com (#3661, #16328)
916 * [funk] Fix extraction (#16918)
917 * [watchbox] Fix extraction (#16904)
918 * [dplayit] Sort formats
919 * [dplayit] Fix extraction (#16901)
920 * [youtube] Improve login error handling (#13822)
921
922
923 version 2018.07.04
924
925 Core
926 * [extractor/common] Properly escape % in MPD templates (#16867)
927 * [extractor/common] Use source URL as Referer for HTML5 entries (16849)
928 * Prefer ffmpeg over avconv by default (#8622)
929
930 Extractors
931 * [pluralsight] Switch to graphql (#16889, #16895, #16896, #16899)
932 * [lynda] Simplify login and improve error capturing (#16891)
933 + [go90] Add support for embed URLs (#16873)
934 * [go90] Detect geo restriction error and pass geo verification headers
935   (#16874)
936 * [vlive] Fix live streams extraction (#16871)
937 * [npo] Fix typo (#16872)
938 + [mediaset] Add support for new videos and extract all formats (#16568)
939 * [dctptv] Restore extraction based on REST API (#16850)
940 * [svt] Improve extraction and add support for pages (#16802)
941 * [porncom] Fix extraction (#16808)
942
943
944 version 2018.06.25
945
946 Extractors
947 * [joj] Relax URL regular expression (#16771)
948 * [brightcove] Workaround sonyliv DRM protected videos (#16807)
949 * [motherless] Fix extraction (#16786)
950 * [itv] Make SOAP request non fatal and extract metadata from webpage (#16780)
951 - [foxnews:insider] Remove extractor (#15810)
952 + [foxnews] Add support for iframe embeds (#15810, #16711)
953
954
955 version 2018.06.19
956
957 Core
958 + [extractor/common] Introduce expected_status in _download_* methods
959   for convenient accept of HTTP requests failed with non 2xx status codes
960 + [compat] Introduce compat_integer_types
961
962 Extractors
963 * [peertube] Improve generic support (#16733)
964 + [6play] Use geo verification headers
965 * [rtbf] Fix extraction for python 3.2
966 * [vgtv] Improve HLS formats extraction
967 + [vgtv] Add support for www.aftonbladet.se/tv URLs
968 * [bbccouk] Use expected_status
969 * [markiza] Expect 500 HTTP status code
970 * [tvnow] Try all clear manifest URLs (#15361)
971
972
973 version 2018.06.18
974
975 Core
976 * [downloader/rtmp] Fix downloading in verbose mode (#16736)
977
978 Extractors
979 + [markiza] Add support for markiza.sk (#16750)
980 * [wat] Try all supported adaptive URLs
981 + [6play] Add support for rtlplay.be and extract hd usp formats
982 + [rtbf] Add support for audio and live streams (#9638, #11923)
983 + [rtbf] Extract HLS, DASH and all HTTP formats
984 + [rtbf] Extract subtitles
985 + [rtbf] Fixup specific HTTP URLs (#16101)
986 + [expressen] Add support for expressen.se
987 * [vidzi] Fix extraction (#16678)
988 * [pbs] Improve extraction (#16623, #16684)
989 * [bilibili] Restrict cid regular expression (#16638, #16734)
990
991
992 version 2018.06.14
993
994 Core
995 * [downloader/http] Fix retry on error when streaming to stdout (#16699)
996
997 Extractors
998 + [discoverynetworks] Add support for disco-api videos (#16724)
999 + [dailymotion] Add support for password protected videos (#9789)
1000 + [abc:iview] Add support for livestreams (#12354)
1001 * [abc:iview] Fix extraction (#16704)
1002 + [crackle] Add support for sonycrackle.com (#16698)
1003 + [tvnet] Add support for tvnet.gov.vn (#15462)
1004 * [nrk] Update API hosts and try all previously known ones (#16690)
1005 * [wimp] Fix Youtube embeds extraction
1006
1007
1008 version 2018.06.11
1009
1010 Extractors
1011 * [npo] Extend URL regular expression and add support for npostart.nl (#16682)
1012 + [inc] Add support for another embed schema (#16666)
1013 * [tv4] Fix format extraction (#16650)
1014 + [nexx] Add support for free cdn (#16538)
1015 + [pbs] Add another cove id pattern (#15373)
1016 + [rbmaradio] Add support for 192k format (#16631)
1017
1018
1019 version 2018.06.04
1020
1021 Extractors
1022 + [camtube] Add support for camtube.co
1023 + [twitter:card] Extract guest token (#16609)
1024 + [chaturbate] Use geo verification headers
1025 + [bbc] Add support for bbcthree (#16612)
1026 * [youtube] Move metadata extraction after video availability check
1027 + [youtube] Extract track and artist
1028 + [safari] Add support for new URL schema (#16614)
1029 * [adn] Fix extraction
1030
1031
1032 version 2018.06.02
1033
1034 Core
1035 * [utils] Improve determine_ext
1036
1037 Extractors
1038 + [facebook] Add support for tahoe player videos (#15441, #16554)
1039 * [cbc] Improve extraction (#16583, #16593)
1040 * [openload] Improve ext extraction (#16595)
1041 + [twitter:card] Add support for another endpoint (#16586)
1042 + [openload] Add support for oload.win and oload.download (#16592)
1043 * [audimedia] Fix extraction (#15309)
1044 + [francetv] Add support for sport.francetvinfo.fr (#15645)
1045 * [mlb] Improve extraction (#16587)
1046 - [nhl] Remove old extractors
1047 * [rbmaradio] Check formats availability (#16585)
1048
1049
1050 version 2018.05.30
1051
1052 Core
1053 * [downloader/rtmp] Generalize download messages and report time elapsed
1054   on finish
1055 * [downloader/rtmp] Gracefully handle live streams interrupted by user
1056
1057 Extractors
1058 * [teamcoco] Fix extraction for full episodes (#16573)
1059 * [spiegel] Fix info extraction (#16538)
1060 + [apa] Add support for apa.at (#15041, #15672)
1061 + [bellmedia] Add support for bnnbloomberg.ca (#16560)
1062 + [9c9media] Extract MPD formats and subtitles
1063 * [cammodels] Use geo verification headers
1064 + [ufctv] Add support for authentication (#16542)
1065 + [cammodels] Add support for cammodels.com (#14499)
1066 * [utils] Fix style id extraction for namespaced id attribute in dfxp2srt
1067   (#16551)
1068 * [soundcloud] Detect format extension (#16549)
1069 * [cbc] Fix playlist title extraction (#16502)
1070 + [tumblr] Detect and report sensitive media (#13829)
1071 + [tumblr] Add support for authentication (#15133)
1072
1073
1074 version 2018.05.26
1075
1076 Core
1077 * [utils] Improve parse_age_limit
1078
1079 Extractors
1080 * [audiomack] Stringify video id (#15310)
1081 * [izlesene] Fix extraction (#16233, #16271, #16407)
1082 + [indavideo] Add support for generic embeds (#11989)
1083 * [indavideo] Fix extraction (#11221)
1084 * [indavideo] Sign download URLs (#16174)
1085 + [peertube] Add support for PeerTube based sites (#16301, #16329)
1086 * [imgur] Fix extraction (#16537)
1087 + [hidive] Add support for authentication (#16534)
1088 + [nbc] Add support for stream.nbcsports.com (#13911)
1089 + [viewlift] Add support for hoichoi.tv (#16536)
1090 * [go90] Extract age limit and detect DRM protection(#10127)
1091 * [viewlift] fix extraction for snagfilms.com (#15766)
1092 * [globo] Improve extraction (#4189)
1093     * Add support for authentication
1094     * Simplify URL signing
1095     * Extract DASH and MSS formats
1096 * [leeco] Fix extraction (#16464)
1097 * [teamcoco] Add fallback for format extraction (#16484)
1098 * [teamcoco] Improve URL regular expression (#16484)
1099 * [imdb] Improve extraction (#4085, #14557)
1100
1101
1102 version 2018.05.18
1103
1104 Extractors
1105 * [vimeo:likes] Relax URL regular expression and fix single page likes
1106   extraction (#16475)
1107 * [pluralsight] Fix clip id extraction (#16460)
1108 + [mychannels] Add support for mychannels.com (#15334)
1109 - [moniker] Remove extractor (#15336)
1110 * [pbs] Fix embed data extraction (#16474)
1111 + [mtv] Add support for paramountnetwork.com and bellator.com (#15418)
1112 * [youtube] Fix hd720 format position
1113 * [dailymotion] Remove fragment part from m3u8 URLs (#8915)
1114 * [3sat] Improve extraction (#15350)
1115     * Extract all formats
1116     * Extract more format metadata
1117     * Improve format sorting
1118     * Use hls native downloader
1119     * Detect and bypass geo-restriction
1120 + [dtube] Add support for d.tube (#15201)
1121 * [options] Fix typo (#16450)
1122 * [youtube] Improve format filesize extraction (#16453)
1123 * [youtube] Make uploader extraction non fatal (#16444)
1124 * [youtube] Fix extraction for embed restricted live streams (#16433)
1125 * [nbc] Improve info extraction (#16440)
1126 * [twitch:clips] Fix extraction (#16429)
1127 * [redditr] Relax URL regular expression (#16426, #16427)
1128 * [mixcloud] Bypass throttling for HTTP formats (#12579, #16424)
1129 + [nick] Add support for nickjr.de (#13230)
1130 * [teamcoco] Fix extraction (#16374)
1131
1132
1133 version 2018.05.09
1134
1135 Core
1136 * [YoutubeDL] Ensure ext exists for automatic captions
1137 * Introduce --geo-bypass-ip-block
1138
1139 Extractors
1140 + [udemy] Extract asset captions
1141 + [udemy] Extract stream URLs (#16372)
1142 + [businessinsider] Add support for businessinsider.com (#16387, #16388, #16389)
1143 + [cloudflarestream] Add support for cloudflarestream.com (#16375)
1144 * [watchbox] Fix extraction (#16356)
1145 * [discovery] Extract Affiliate/Anonymous Auth Token from cookies (#14954)
1146 + [itv:btcc] Add support for itv.com/btcc (#16139)
1147 * [tunein] Use live title for live streams (#16347)
1148 * [itv] Improve extraction (#16253)
1149
1150
1151 version 2018.05.01
1152
1153 Core
1154 * [downloader/fragment] Restart download if .ytdl file is corrupt (#16312)
1155 + [extractor/common] Extract interaction statistic
1156 + [utils] Add merge_dicts
1157 + [extractor/common] Add _download_json_handle
1158
1159 Extractors
1160 * [kaltura] Improve iframe embeds detection (#16337)
1161 + [udemy] Extract outputs renditions (#16289, #16291, #16320, #16321, #16334,
1162   #16335)
1163 + [zattoo] Add support for zattoo.com and mobiltv.quickline.com (#14668, #14676)
1164 * [yandexmusic] Convert release_year to int
1165 * [udemy] Override _download_webpage_handle instead of _download_webpage
1166 * [xiami] Override _download_webpage_handle instead of _download_webpage
1167 * [yandexmusic] Override _download_webpage_handle instead of _download_webpage
1168 * [youtube] Correctly disable polymer on all requests (#16323, #16326)
1169 * [generic] Prefer enclosures over links in RSS feeds (#16189)
1170 + [redditr] Add support for old.reddit.com URLs (#16274)
1171 * [nrktv] Update API host (#16324)
1172 + [imdb] Extract all formats (#16249)
1173 + [vimeo] Extract JSON-LD (#16295)
1174 * [funk:channel] Improve extraction (#16285)
1175
1176
1177 version 2018.04.25
1178
1179 Core
1180 * [utils] Fix match_str for boolean meta fields
1181 + [Makefile] Add support for pandoc 2 and disable smart extension (#16251)
1182 * [YoutubeDL] Fix typo in media extension compatibility checker (#16215)
1183
1184 Extractors
1185 + [openload] Recognize IPv6 stream URLs (#16136, #16137, #16205, #16246,
1186   #16250)
1187 + [twitch] Extract is_live according to status (#16259)
1188 * [pornflip] Relax URL regular expression (#16258)
1189 - [etonline] Remove extractor (#16256)
1190 * [breakcom] Fix extraction (#16254)
1191 + [youtube] Add ability to authenticate with cookies
1192 * [youtube:feed] Implement lazy playlist extraction (#10184)
1193 + [svt] Add support for TV channel live streams (#15279, #15809)
1194 * [ccma] Fix video extraction (#15931)
1195 * [rentv] Fix extraction (#15227)
1196 + [nick] Add support for nickjr.nl (#16230)
1197 * [extremetube] Fix metadata extraction
1198 + [keezmovies] Add support for generic embeds (#16134, #16154)
1199 * [nexx] Extract new azure URLs (#16223)
1200 * [cbssports] Fix extraction (#16217)
1201 * [kaltura] Improve embeds detection (#16201)
1202 * [instagram:user] Fix extraction (#16119)
1203 * [cbs] Skip DRM asset types (#16104)
1204
1205
1206 version 2018.04.16
1207
1208 Extractors
1209 * [smotri:broadcast] Fix extraction (#16180)
1210 + [picarto] Add support for picarto.tv (#6205, #12514, #15276, #15551)
1211 * [vine:user] Fix extraction (#15514, #16190)
1212 * [pornhub] Relax URL regular expression (#16165)
1213 * [cbc:watch] Re-acquire device token when expired (#16160)
1214 + [fxnetworks] Add support for https theplatform URLs (#16125, #16157)
1215 + [instagram:user] Add request signing (#16119)
1216 + [twitch] Add support for mobile URLs (#16146)
1217
1218
1219 version 2018.04.09
1220
1221 Core
1222 * [YoutubeDL] Do not save/restore console title while simulate (#16103)
1223 * [extractor/common] Relax JSON-LD context check (#16006)
1224
1225 Extractors
1226 + [generic] Add support for tube8 embeds
1227 + [generic] Add support for share-videos.se embeds (#16089, #16115)
1228 * [odnoklassniki] Extend URL regular expression (#16081)
1229 * [steam] Bypass mature content check (#16113)
1230 + [acast] Extract more metadata
1231 * [acast] Fix extraction (#16118)
1232 * [instagram:user] Fix extraction (#16119)
1233 * [drtuber] Fix title extraction (#16107, #16108)
1234 * [liveleak] Extend URL regular expression (#16117)
1235 + [openload] Add support for oload.xyz
1236 * [openload] Relax stream URL regular expression
1237 * [openload] Fix extraction (#16099)
1238 + [svtplay:series] Add support for season URLs
1239 + [svtplay:series] Add support for series (#11130, #16059)
1240
1241
1242 version 2018.04.03
1243
1244 Extractors
1245 + [tvnow] Add support for shows (#15837)
1246 * [dramafever] Fix authentication (#16067)
1247 * [afreecatv] Use partial view only when necessary (#14450)
1248 + [afreecatv] Add support for authentication (#14450)
1249 + [nationalgeographic] Add support for new URL schema (#16001, #16054)
1250 * [xvideos] Fix thumbnail extraction (#15978, #15979)
1251 * [medialaan] Fix vod id (#16038)
1252 + [openload] Add support for oload.site (#16039)
1253 * [naver] Fix extraction (#16029)
1254 * [dramafever] Partially switch to API v5 (#16026)
1255 * [abc:iview] Unescape title and series meta fields (#15994)
1256 * [videa] Extend URL regular expression (#16003)
1257
1258
1259 version 2018.03.26.1
1260
1261 Core
1262 + [downloader/external] Add elapsed time to progress hook (#10876)
1263 * [downloader/external,fragment] Fix download finalization when writing file
1264   to stdout (#10809, #10876, #15799)
1265
1266 Extractors
1267 * [vrv] Fix extraction on python2 (#15928)
1268 * [afreecatv] Update referrer (#15947)
1269 + [24video] Add support for 24video.sexy (#15973)
1270 * [crackle] Bypass geo restriction
1271 * [crackle] Fix extraction (#15969)
1272 + [lenta] Add support for lenta.ru (#15953)
1273 + [instagram:user] Add pagination (#15934)
1274 * [youku] Update ccode (#15939)
1275 * [libsyn] Adapt to new page structure
1276
1277
1278 version 2018.03.20
1279
1280 Core
1281 * [extractor/common] Improve thumbnail extraction for HTML5 entries
1282 * Generalize XML manifest processing code and improve XSPF parsing
1283 + [extractor/common] Add _download_xml_handle
1284 + [extractor/common] Add support for relative URIs in _parse_xspf (#15794)
1285
1286 Extractors
1287 + [7plus] Extract series metadata (#15862, #15906)
1288 * [9now] Bypass geo restriction (#15920)
1289 * [cbs] Skip unavailable assets (#13490, #13506, #15776)
1290 + [canalc2] Add support for HTML5 videos (#15916, #15919)
1291 + [ceskatelevize] Add support for iframe embeds (#15918)
1292 + [prosiebensat1] Add support for galileo.tv (#15894)
1293 + [generic] Add support for xfileshare embeds (#15879)
1294 * [bilibili] Switch to v2 playurl API
1295 * [bilibili] Fix and improve extraction (#15048, #15430, #15622, #15863)
1296 * [heise] Improve extraction (#15496, #15784, #15026)
1297 * [instagram] Fix user videos extraction (#15858)
1298
1299
1300 version 2018.03.14
1301
1302 Extractors
1303 * [soundcloud] Update client id (#15866)
1304 + [tennistv] Add support for tennistv.com
1305 + [line] Add support for tv.line.me (#9427)
1306 * [xnxx] Fix extraction (#15817)
1307 * [njpwworld] Fix authentication (#15815)
1308
1309
1310 version 2018.03.10
1311
1312 Core
1313 * [downloader/hls] Skip uplynk ad fragments (#15748)
1314
1315 Extractors
1316 * [pornhub] Don't override session cookies (#15697)
1317 + [raywenderlich] Add support for videos.raywenderlich.com (#15251)
1318 * [funk] Fix extraction and rework extractors (#15792)
1319 * [nexx] Restore reverse engineered approach
1320 + [heise] Add support for kaltura embeds (#14961, #15728)
1321 + [tvnow] Extract series metadata (#15774)
1322 * [ruutu] Continue formats extraction on NOT-USED URLs (#15775)
1323 * [vrtnu] Use redirect URL for building video JSON URL (#15767, #15769)
1324 * [vimeo] Modernize login code and improve error messaging
1325 * [archiveorg] Fix extraction (#15770, #15772)
1326 + [hidive] Add support for hidive.com (#15494)
1327 * [afreecatv] Detect deleted videos
1328 * [afreecatv] Fix extraction (#15755)
1329 * [vice] Fix extraction and rework extractors (#11101, #13019, #13622, #13778)
1330 + [vidzi] Add support for vidzi.si (#15751)
1331 * [npo] Fix typo
1332
1333
1334 version 2018.03.03
1335
1336 Core
1337 + [utils] Add parse_resolution
1338 Revert respect --prefer-insecure while updating
1339
1340 Extractors
1341 + [yapfiles] Add support for yapfiles.ru (#15726, #11085)
1342 * [spankbang] Fix formats extraction (#15727)
1343 * [adn] Fix extraction (#15716)
1344 + [toggle] Extract DASH and ISM formats (#15721)
1345 + [nickelodeon] Add support for nickelodeon.com.tr (#15706)
1346 * [npo] Validate and filter format URLs (#15709)
1347
1348
1349 version 2018.02.26
1350
1351 Extractors
1352 * [udemy] Use custom User-Agent (#15571)
1353
1354
1355 version 2018.02.25
1356
1357 Core
1358 * [postprocessor/embedthumbnail] Skip embedding when there aren't any
1359   thumbnails (#12573)
1360 * [extractor/common] Improve jwplayer subtitles extraction (#15695)
1361
1362 Extractors
1363 + [vidlii] Add support for vidlii.com (#14472, #14512, #14779)
1364 + [streamango] Capture and output error messages
1365 * [streamango] Fix extraction (#14160, #14256)
1366 + [telequebec] Add support for emissions (#14649, #14655)
1367 + [telequebec:live] Add support for live streams (#15688)
1368 + [mailru:music] Add support for mail.ru/music (#15618)
1369 * [aenetworks] Switch to akamai HLS formats (#15612)
1370 * [ytsearch] Fix flat title extraction (#11260, #15681)
1371
1372
1373 version 2018.02.22
1374
1375 Core
1376 + [utils] Fixup some common URL typos in sanitize_url (#15649)
1377 * Respect --prefer-insecure while updating (#15497)
1378
1379 Extractors
1380 * [vidio] Fix HLS URL extraction (#15675)
1381 + [nexx] Add support for arc.nexx.cloud URLs
1382 * [nexx] Switch to arc API (#15652)
1383 * [redtube] Fix duration extraction (#15659)
1384 + [sonyliv] Respect referrer (#15648)
1385 + [brightcove:new] Use referrer for formats' HTTP headers
1386 + [cbc] Add support for olympics.cbc.ca (#15535)
1387 + [fusion] Add support for fusion.tv (#15628)
1388 * [npo] Improve quality metadata extraction
1389 * [npo] Relax URL regular expression (#14987, #14994)
1390 + [npo] Capture and output error message
1391 + [pornhub] Add support for channels (#15613)
1392 * [youtube] Handle shared URLs with generic extractor (#14303)
1393
1394
1395 version 2018.02.11
1396
1397 Core
1398 + [YoutubeDL] Add support for filesize_approx in format selector (#15550)
1399
1400 Extractors
1401 + [francetv] Add support for live streams (#13689)
1402 + [francetv] Add support for zouzous.fr and ludo.fr (#10454, #13087, #13103,
1403   #15012)
1404 * [francetv] Separate main extractor and rework others to delegate to it
1405 * [francetv] Improve manifest URL signing (#15536)
1406 + [francetv] Sign m3u8 manifest URLs (#15565)
1407 + [veoh] Add support for embed URLs (#15561)
1408 * [afreecatv] Fix extraction (#15556)
1409 * [periscope] Use accessVideoPublic endpoint (#15554)
1410 * [discovery] Fix auth request (#15542)
1411 + [6play] Extract subtitles (#15541)
1412 * [newgrounds] Fix metadata extraction (#15531)
1413 + [nbc] Add support for stream.nbcolympics.com (#10295)
1414 * [dvtv] Fix live streams extraction (#15442)
1415
1416
1417 version 2018.02.08
1418
1419 Extractors
1420 + [myvi] Extend URL regular expression
1421 + [myvi:embed] Add support for myvi.tv embeds (#15521)
1422 + [prosiebensat1] Extend URL regular expression (#15520)
1423 * [pokemon] Relax URL regular expression and extend title extraction (#15518)
1424 + [gameinformer] Use geo verification headers
1425 * [la7] Fix extraction (#15501, #15502)
1426 * [gameinformer] Fix brightcove id extraction (#15416)
1427 + [afreecatv] Pass referrer to video info request (#15507)
1428 + [telebruxelles] Add support for live streams
1429 * [telebruxelles] Relax URL regular expression
1430 * [telebruxelles] Fix extraction (#15504)
1431 * [extractor/common] Respect secure schemes in _extract_wowza_formats
1432
1433
1434 version 2018.02.04
1435
1436 Core
1437 * [downloader/http] Randomize HTTP chunk size
1438 + [downloader/http] Add ability to pass downloader options via info dict
1439 * [downloader/http] Fix 302 infinite loops by not reusing requests
1440 + Document http_chunk_size
1441
1442 Extractors
1443 + [brightcove] Pass embed page URL as referrer (#15486)
1444 + [youtube] Enforce using chunked HTTP downloading for DASH formats
1445
1446
1447 version 2018.02.03
1448
1449 Core
1450 + Introduce --http-chunk-size for chunk-based HTTP downloading
1451 + Add support for IronPython
1452 * [downloader/ism] Fix Python 3.2 support
1453
1454 Extractors
1455 * [redbulltv] Fix extraction (#15481)
1456 * [redtube] Fix metadata extraction (#15472)
1457 * [pladform] Respect platform id and extract HLS formats (#15468)
1458 - [rtlnl] Remove progressive formats (#15459)
1459 * [6play] Do no modify asset URLs with a token (#15248)
1460 * [nationalgeographic] Relax URL regular expression
1461 * [dplay] Relax URL regular expression (#15458)
1462 * [cbsinteractive] Fix data extraction (#15451)
1463 + [amcnetworks] Add support for sundancetv.com (#9260)
1464
1465
1466 version 2018.01.27
1467
1468 Core
1469 * [extractor/common] Improve _json_ld for articles
1470 * Switch codebase to use compat_b64decode
1471 + [compat] Add compat_b64decode
1472
1473 Extractors
1474 + [seznamzpravy] Add support for seznam.cz and seznamzpravy.cz (#14102, #14616)
1475 * [dplay] Bypass geo restriction
1476 + [dplay] Add support for disco-api videos (#15396)
1477 * [youtube] Extract precise error messages (#15284)
1478 * [teachertube] Capture and output error message
1479 * [teachertube] Fix and relax thumbnail extraction (#15403)
1480 + [prosiebensat1] Add another clip id regular expression (#15378)
1481 * [tbs] Update tokenizer url (#15395)
1482 * [mixcloud] Use compat_b64decode (#15394)
1483 - [thesixtyone] Remove extractor (#15341)
1484
1485
1486 version 2018.01.21
1487
1488 Core
1489 * [extractor/common] Improve jwplayer DASH formats extraction (#9242, #15187)
1490 * [utils] Improve scientific notation handling in js_to_json (#14789)
1491
1492 Extractors
1493 + [southparkdk] Add support for southparkstudios.nu
1494 + [southpark] Add support for collections (#14803)
1495 * [franceinter] Fix upload date extraction (#14996)
1496 + [rtvs] Add support for rtvs.sk (#9242, #15187)
1497 * [restudy] Fix extraction and extend URL regular expression (#15347)
1498 * [youtube:live] Improve live detection (#15365)
1499 + [springboardplatform] Add support for springboardplatform.com
1500 * [prosiebensat1] Add another clip id regular expression (#15290)
1501 - [ringtv] Remove extractor (#15345)
1502
1503
1504 version 2018.01.18
1505
1506 Extractors
1507 * [soundcloud] Update client id (#15306)
1508 - [kamcord] Remove extractor (#15322)
1509 + [spiegel] Add support for nexx videos (#15285)
1510 * [twitch] Fix authentication and error capture (#14090, #15264)
1511 * [vk] Detect more errors due to copyright complaints (#15259)
1512
1513
1514 version 2018.01.14
1515
1516 Extractors
1517 * [youtube] Fix live streams extraction (#15202)
1518 * [wdr] Bypass geo restriction
1519 * [wdr] Rework extractors (#14598)
1520 + [wdr] Add support for wdrmaus.de/elefantenseite (#14598)
1521 + [gamestar] Add support for gamepro.de (#3384)
1522 * [viafree] Skip rtmp formats (#15232)
1523 + [pandoratv] Add support for mobile URLs (#12441)
1524 + [pandoratv] Add support for new URL format (#15131)
1525 + [ximalaya] Add support for ximalaya.com (#14687)
1526 + [digg] Add support for digg.com (#15214)
1527 * [limelight] Tolerate empty pc formats (#15150, #15151, #15207)
1528 * [ndr:embed:base] Make separate formats extraction non fatal (#15203)
1529 + [weibo] Add extractor (#15079)
1530 + [ok] Add support for live streams
1531 * [canalplus] Fix extraction (#15072)
1532 * [bilibili] Fix extraction (#15188)
1533
1534
1535 version 2018.01.07
1536
1537 Core
1538 * [utils] Fix youtube-dl under PyPy3 on Windows
1539 * [YoutubeDL] Output python implementation in debug header
1540
1541 Extractors
1542 + [jwplatform] Add support for multiple embeds (#15192)
1543 * [mitele] Fix extraction (#15186)
1544 + [motherless] Add support for groups (#15124)
1545 * [lynda] Relax URL regular expression (#15185)
1546 * [soundcloud] Fallback to avatar picture for thumbnail (#12878)
1547 * [youku] Fix list extraction (#15135)
1548 * [openload] Fix extraction (#15166)
1549 * [lynda] Skip invalid subtitles (#15159)
1550 * [twitch] Pass video id to url_result when extracting playlist (#15139)
1551 * [rtve.es:alacarta] Fix extraction of some new URLs
1552 * [acast] Fix extraction (#15147)
1553
1554
1555 version 2017.12.31
1556
1557 Core
1558 + [extractor/common] Add container meta field for formats extracted
1559   in _parse_mpd_formats (#13616)
1560 + [downloader/hls] Use HTTP headers for key request
1561 * [common] Use AACL as the default fourcc when AudioTag is 255
1562 * [extractor/common] Fix extraction of DASH formats with the same
1563   representation id (#15111)
1564
1565 Extractors
1566 + [slutload] Add support for mobile URLs (#14806)
1567 * [abc:iview] Bypass geo restriction
1568 * [abc:iview] Fix extraction (#14711, #14782, #14838, #14917, #14963, #14985,
1569   #15035, #15057, #15061, #15071, #15095, #15106)
1570 * [openload] Fix extraction (#15118)
1571 - [sandia] Remove extractor
1572 - [collegerama] Remove extractor
1573 + [mediasite] Add support for sites based on Mediasite Video Platform (#5428,
1574   #11185, #14343)
1575 + [ufctv] Add support for ufc.tv (#14520)
1576 * [pluralsight] Fix missing first line of subtitles (#11118)
1577 * [openload] Fallback on f-page extraction (#14665, #14879)
1578 * [vimeo] Improve password protected videos extraction (#15114)
1579 * [aws] Fix canonical/signed headers generation on python 2 (#15102)
1580
1581
1582 version 2017.12.28
1583
1584 Extractors
1585 + [internazionale] Add support for internazionale.it (#14973)
1586 * [playtvak] Relax video regular expression and make description optional
1587   (#15037)
1588 + [filmweb] Add support for filmweb.no (#8773, #10368)
1589 + [23video] Add support for 23video.com
1590 + [espn] Add support for fivethirtyeight.com (#6864)
1591 + [umg:de] Add support for universal-music.de (#11582, #11584)
1592 + [espn] Add support for espnfc and extract more formats (#8053)
1593 * [youku] Update ccode (#14880)
1594 + [openload] Add support for oload.stream (#15070)
1595 * [youku] Fix list extraction (#15065)
1596
1597
1598 version 2017.12.23
1599
1600 Core
1601 * [extractor/common] Move X-Forwarded-For setup code into _request_webpage
1602 + [YoutubeDL] Add support for playlist_uploader and playlist_uploader_id in
1603   output template (#11427, #15018)
1604 + [extractor/common] Introduce uploader, uploader_id and uploader_url
1605   meta fields for playlists (#11427, #15018)
1606 * [downloader/fragment] Encode filename of fragment being removed (#15020)
1607 + [utils] Add another date format pattern (#14999)
1608
1609 Extractors
1610 + [kaltura] Add another embed pattern for entry_id
1611 + [7plus] Add support for 7plus.com.au (#15043)
1612 * [animeondemand] Relax login error regular expression
1613 + [shahid] Add support for show pages (#7401)
1614 + [youtube] Extract uploader, uploader_id and uploader_url for playlists
1615   (#11427, #15018)
1616 * [afreecatv] Improve format extraction (#15019)
1617 + [cspan] Add support for audio only pages and catch page errors (#14995)
1618 + [mailru] Add support for embed URLs (#14904)
1619 * [crunchyroll] Future-proof XML element checks (#15013)
1620 * [cbslocal] Fix timestamp extraction (#14999, #15000)
1621 * [discoverygo] Correct TTML subtitle extension
1622 * [vk] Make view count optional (#14979)
1623 * [disney] Skip Apple FairPlay formats (#14982)
1624 * [voot] Fix format extraction (#14758)
1625
1626
1627 version 2017.12.14
1628
1629 Core
1630 * [postprocessor/xattr] Clarify NO_SPACE message (#14970)
1631 * [downloader/http] Return actual download result from real_download (#14971)
1632
1633 Extractors
1634 + [itv] Extract more subtitles and duration
1635 * [itv] Improve extraction (#14944)
1636 + [byutv] Add support for geo restricted videos
1637 * [byutv] Fix extraction (#14966, #14967)
1638 + [bbccouk] Fix extraction for 320k HLS streams
1639 + [toutv] Add support for special video URLs (#14179)
1640 * [discovery] Fix free videos extraction (#14157, #14954)
1641 * [tvnow] Fix extraction (#7831)
1642 + [nickelodeon:br] Add support for nickelodeon brazil websites (#14893)
1643 * [nick] Improve extraction (#14876)
1644 * [tbs] Fix extraction (#13658)
1645
1646
1647 version 2017.12.10
1648
1649 Core
1650 + [utils] Add sami mimetype to mimetype2ext
1651
1652 Extractors
1653 * [culturebox] Improve video id extraction (#14947)
1654 * [twitter] Improve extraction (#14197)
1655 + [udemy] Extract more HLS formats
1656 * [udemy] Improve course id extraction (#14938)
1657 + [stretchinternet] Add support for portal.stretchinternet.com (#14576)
1658 * [ellentube] Fix extraction (#14407, #14570)
1659 + [raiplay:playlist] Add support for playlists (#14563)
1660 * [sonyliv] Bypass geo restriction
1661 * [sonyliv] Extract higher quality formats (#14922)
1662 * [fox] Extract subtitles
1663 + [fox] Add support for Adobe Pass authentication (#14205, #14489)
1664 - [dailymotion:cloud] Remove extractor (#6794)
1665 * [xhamster] Fix thumbnail extraction (#14780)
1666 + [xhamster] Add support for mobile URLs (#14780)
1667 * [generic] Don't pass video id as mpd id while extracting DASH (#14902)
1668 * [ard] Skip invalid stream URLs (#14906)
1669 * [porncom] Fix metadata extraction (#14911)
1670 * [pluralsight] Detect agreement request (#14913)
1671 * [toutv] Fix login (#14614)
1672
1673
1674 version 2017.12.02
1675
1676 Core
1677 + [downloader/fragment] Commit part file after each fragment
1678 + [extractor/common] Add durations for DASH fragments with bare SegmentURLs
1679 + [extractor/common] Add support for DASH manifests with SegmentLists with
1680   bare SegmentURLs (#14844)
1681 + [utils] Add hvc1 codec code to parse_codecs
1682
1683 Extractors
1684 * [xhamster] Fix extraction (#14884)
1685 * [youku] Update ccode (#14872)
1686 * [mnet] Fix format extraction (#14883)
1687 + [xiami] Add Referer header to API request
1688 * [mtv] Correct scc extention in extracted subtitles (#13730)
1689 * [vvvvid] Fix extraction for kenc videos (#13406)
1690 + [br] Add support for BR Mediathek videos (#14560, #14788)
1691 + [daisuki] Add support for motto.daisuki.com (#14681)
1692 * [odnoklassniki] Fix API metadata request (#14862)
1693 * [itv] Fix HLS formats extraction
1694 + [pbs] Add another media id regular expression
1695
1696
1697 version 2017.11.26
1698
1699 Core
1700 * [extractor/common] Use final URL when dumping request (#14769)
1701
1702 Extractors
1703 * [fczenit] Fix extraction
1704 - [firstpost] Remove extractor
1705 * [freespeech] Fix extraction
1706 * [nexx] Extract more formats
1707 + [openload] Add support for openload.link (#14763)
1708 * [empflix] Relax URL regular expression
1709 * [empflix] Fix extractrion
1710 * [tnaflix] Don't modify download URLs (#14811)
1711 - [gamersyde] Remove extractor
1712 * [francetv:generationwhat] Fix extraction
1713 + [massengeschmacktv] Add support for Massengeschmack TV
1714 * [fox9] Fix extraction
1715 * [faz] Fix extraction and add support for Perform Group embeds (#14714)
1716 + [performgroup] Add support for performgroup.com
1717 + [jwplatform] Add support for iframes (#14828)
1718 * [culturebox] Fix extraction (#14827)
1719 * [youku] Fix extraction; update ccode (#14815)
1720 * [livestream] Make SMIL extraction non fatal (#14792)
1721 + [drtuber] Add support for mobile URLs (#14772)
1722 + [spankbang] Add support for mobile URLs (#14771)
1723 * [instagram] Fix description, timestamp and counters extraction (#14755)
1724
1725
1726 version 2017.11.15
1727
1728 Core
1729 * [common] Skip Apple FairPlay m3u8 manifests (#14741)
1730 * [YoutubeDL] Fix playlist range optimization for --playlist-items (#14740)
1731
1732 Extractors
1733 * [vshare] Capture and output error message
1734 * [vshare] Fix extraction (#14473)
1735 * [crunchyroll] Extract old RTMP formats
1736 * [tva] Fix extraction (#14736)
1737 * [gamespot] Lower preference of HTTP formats (#14652)
1738 * [instagram:user] Fix extraction (#14699)
1739 * [ccma] Fix typo (#14730)
1740 - Remove sensitive data from logging in messages
1741 * [instagram:user] Fix extraction (#14699)
1742 + [gamespot] Add support for article URLs (#14652)
1743 * [gamespot] Skip Brightcove Once HTTP formats (#14652)
1744 * [cartoonnetwork] Update tokenizer_src (#14666)
1745 + [wsj] Recognize another URL pattern (#14704)
1746 * [pandatv] Update API URL and sign format URLs (#14693)
1747 * [crunchyroll] Use old login method (#11572)
1748
1749
1750 version 2017.11.06
1751
1752 Core
1753 + [extractor/common] Add protocol for f4m formats
1754 * [f4m] Prefer baseURL for relative URLs (#14660)
1755 * [extractor/common] Respect URL query in _extract_wowza_formats (14645)
1756
1757 Extractors
1758 + [hotstar:playlist] Add support for playlists (#12465)
1759 * [hotstar] Bypass geo restriction (#14672)
1760 - [22tracks] Remove extractor (#11024, #14628)
1761 + [skysport] Sdd support ooyala videos protected with embed_token (#14641)
1762 * [gamespot] Extract formats referenced with new data fields (#14652)
1763 * [spankbang] Detect unavailable videos (#14644)
1764
1765
1766 version 2017.10.29
1767
1768 Core
1769 * [extractor/common] Prefix format id for audio only HLS formats
1770 + [utils] Add support for zero years and months in parse_duration
1771
1772 Extractors
1773 * [egghead] Fix extraction (#14388)
1774 + [fxnetworks] Extract series metadata (#14603)
1775 + [younow] Add support for younow.com (#9255, #9432, #12436)
1776 * [dctptv] Fix extraction (#14599)
1777 * [youtube] Restrict embed regular expression (#14600)
1778 * [vimeo] Restrict iframe embed regular expression (#14600)
1779 * [soundgasm] Improve extraction (#14588)
1780 - [myvideo] Remove extractor (#8557)
1781 + [nbc] Add support for classic-tv videos (#14575)
1782 + [vrtnu] Add support for cookies authentication and simplify (#11873)
1783 + [canvas] Add support for vrt.be/vrtnu (#11873)
1784 * [twitch:clips] Fix title extraction (#14566)
1785 + [ndtv] Add support for sub-sites (#14534)
1786 * [dramafever] Fix login error message extraction
1787 + [nick] Add support for more nickelodeon sites (no, dk, se, ch, fr, es, pt,
1788   ro, hu) (#14553)
1789
1790
1791 version 2017.10.20
1792
1793 Core
1794 * [downloader/fragment] Report warning instead of error on inconsistent
1795   download state
1796 * [downloader/hls] Fix total fragments count when ad fragments exist
1797
1798 Extractors
1799 * [parliamentliveuk] Fix extraction (#14524)
1800 * [soundcloud] Update client id (#14546)
1801 + [servus] Add support for servus.com (#14362)
1802 + [unity] Add support for unity3d.com (#14528)
1803 * [youtube] Replace youtube redirect URLs in description (#14517)
1804 * [pbs] Restrict direct video URL regular expression (#14519)
1805 * [drtv] Respect preference for direct HTTP formats (#14509)
1806 + [eporner] Add support for embed URLs (#14507)
1807 * [arte] Capture and output error message
1808 * [niconico] Improve uploader metadata extraction robustness (#14135)
1809
1810
1811 version 2017.10.15.1
1812
1813 Core
1814 * [downloader/hls] Ignore anvato ad fragments (#14496)
1815 * [downloader/fragment] Output ad fragment count
1816
1817 Extractors
1818 * [scrippsnetworks:watch] Bypass geo restriction
1819 + [anvato] Add ability to bypass geo restriction
1820 * [redditr] Fix extraction for URLs with query (#14495)
1821
1822
1823 version 2017.10.15
1824
1825 Core
1826 + [common] Add support for jwplayer youtube embeds
1827
1828 Extractors
1829 * [scrippsnetworks:watch] Fix extraction (#14389)
1830 * [anvato] Process master m3u8 manifests
1831 * [youtube] Fix relative URLs in description
1832 * [spike] Bypass geo restriction
1833 + [howstuffworks] Add support for more domains
1834 * [infoq] Fix http format downloading
1835 + [rtlnl] Add support for another type of embeds
1836 + [onionstudios] Add support for bulbs-video embeds
1837 * [udn] Fix extraction
1838 * [shahid] Fix extraction (#14448)
1839 * [kaltura] Ignore Widevine encrypted video (.wvm) (#14471)
1840 * [vh1] Fix extraction (#9613)
1841
1842
1843 version 2017.10.12
1844
1845 Core
1846 * [YoutubeDL] Improve _default_format_spec (#14461)
1847
1848 Extractors
1849 * [steam] Fix extraction (#14067)
1850 + [funk] Add support for funk.net (#14464)
1851 + [nexx] Add support for shortcuts and relax domain id extraction
1852 + [voxmedia] Add support for recode.net (#14173)
1853 + [once] Add support for vmap URLs
1854 + [generic] Add support for channel9 embeds (#14469)
1855 * [tva] Fix extraction (#14328)
1856 + [tubitv] Add support for new URL format (#14460)
1857 - [afreecatv:global] Remove extractor
1858 - [youtube:shared] Removed extractor (#14420)
1859 + [slideslive] Add support for slideslive.com (#2680)
1860 + [facebook] Support thumbnails (#14416)
1861 * [vvvvid] Fix episode number extraction (#14456)
1862 * [hrti:playlist] Relax URL regular expression
1863 * [wdr] Relax media link regular expression (#14447)
1864 * [hrti] Relax URL regular expression (#14443)
1865 * [fox] Delegate extraction to uplynk:preplay (#14147)
1866 + [youtube] Add support for hooktube.com (#14437)
1867
1868
1869 version 2017.10.07
1870
1871 Core
1872 * [YoutubeDL] Ignore duplicates in --playlist-items
1873 * [YoutubeDL] Fix out of range --playlist-items for iterable playlists and
1874   reduce code duplication (#14425)
1875 + [utils] Use cache in OnDemandPagedList by default
1876 * [postprocessor/ffmpeg] Convert to opus using libopus (#14381)
1877
1878 Extractors
1879 * [reddit] Sort formats (#14430)
1880 * [lnkgo] Relax URL regular expression (#14423)
1881 * [pornflip] Extend URL regular expression (#14405, #14406)
1882 + [xtube] Add support for embed URLs (#14417)
1883 + [xvideos] Add support for embed URLs and improve extraction (#14409)
1884 * [beeg] Fix extraction (#14403)
1885 * [tvn24] Relax URL regular expression (#14395)
1886 * [nbc] Fix extraction (#13651, #13715, #14137, #14198, #14312, #14314, #14378,
1887   #14392, #14414, #14419, #14431)
1888 + [ketnet] Add support for videos without direct sources (#14377)
1889 * [canvas] Generalize mediazone.vrt.be extractor and rework canvas and een
1890 + [afreecatv] Add support for adult videos (#14376)
1891
1892
1893 version 2017.10.01
1894
1895 Core
1896 * [YoutubeDL] Document youtube_include_dash_manifest
1897
1898 Extractors
1899 + [tvp] Add support for new URL schema (#14368)
1900 + [generic] Add support for single format Video.js embeds (#14371)
1901 * [yahoo] Bypass geo restriction for brightcove (#14210)
1902 * [yahoo] Use extracted brightcove account id (#14210)
1903 * [rtve:alacarta] Fix extraction (#14290)
1904 + [yahoo] Add support for custom brigthcove embeds (#14210)
1905 + [generic] Add support for Video.js embeds
1906 + [gfycat] Add support for /gifs/detail URLs (#14322)
1907 * [generic] Fix infinite recursion for twitter:player URLs (#14339)
1908 * [xhamsterembed] Fix extraction (#14308)
1909
1910
1911 version 2017.09.24
1912
1913 Core
1914 + [options] Accept lrc as a subtitle conversion target format (#14292)
1915 * [utils] Fix handling raw TTML subtitles (#14191)
1916
1917 Extractors
1918 * [24video] Fix timestamp extraction and make non fatal (#14295)
1919 + [24video] Add support for 24video.adult (#14295)
1920 + [kakao] Add support for tv.kakao.com (#12298, #14007)
1921 + [twitter] Add support for URLs without user id (#14270)
1922 + [americastestkitchen] Add support for americastestkitchen.com (#10764,
1923   #13996)
1924 * [generic] Fix support for multiple HTML5 videos on one page (#14080)
1925 * [mixcloud] Fix extraction (#14088, #14132)
1926 + [lynda] Add support for educourse.ga (#14286)
1927 * [beeg] Fix extraction (#14275)
1928 * [nbcsports:vplayer] Correct theplatform URL (#13873)
1929 * [twitter] Fix duration extraction (#14141)
1930 * [tvplay] Bypass geo restriction
1931 + [heise] Add support for YouTube embeds (#14109)
1932 + [popcorntv] Add support for popcorntv.it (#5914, #14211)
1933 * [viki] Update app data (#14181)
1934 * [morningstar] Relax URL regular expression (#14222)
1935 * [openload] Fix extraction (#14225, #14257)
1936 * [noovo] Fix extraction (#14214)
1937 * [dailymotion:playlist] Relax URL regular expression (#14219)
1938 + [twitch] Add support for go.twitch.tv URLs (#14215)
1939 * [vgtv] Relax URL regular expression (#14223)
1940
1941
1942 version 2017.09.15
1943
1944 Core
1945 * [downloader/fragment] Restart inconsistent incomplete fragment downloads
1946   (#13731)
1947 * [YoutubeDL] Download raw subtitles files (#12909, #14191)
1948
1949 Extractors
1950 * [condenast] Fix extraction (#14196, #14207)
1951 + [orf] Add support for f4m stories
1952 * [tv4] Relax URL regular expression (#14206)
1953 * [animeondemand] Bypass geo restriction
1954 + [animeondemand] Add support for flash videos (#9944)
1955
1956
1957 version 2017.09.11
1958
1959 Extractors
1960 * [rutube:playlist] Fix suitable (#14166)
1961
1962
1963 version 2017.09.10
1964
1965 Core
1966 + [utils] Introduce bool_or_none
1967 * [YoutubeDL] Ensure dir existence for each requested format (#14116)
1968
1969 Extractors
1970 * [fox] Fix extraction (#14147)
1971 * [rutube] Use bool_or_none
1972 * [rutube] Rework and generalize playlist extractors (#13565)
1973 + [rutube:playlist] Add support for playlists (#13534, #13565)
1974 + [radiocanada] Add fallback for title extraction (#14145)
1975 * [vk] Use dedicated YouTube embeds extraction routine
1976 * [vice] Use dedicated YouTube embeds extraction routine
1977 * [cracked] Use dedicated YouTube embeds extraction routine
1978 * [chilloutzone] Use dedicated YouTube embeds extraction routine
1979 * [abcnews] Use dedicated YouTube embeds extraction routine
1980 * [youtube] Separate methods for embeds extraction
1981 * [redtube] Fix formats extraction (#14122)
1982 * [arte] Relax unavailability check (#14112)
1983 + [manyvids] Add support for preview videos from manyvids.com (#14053, #14059)
1984 * [vidme:user] Relax URL regular expression (#14054)
1985 * [bpb] Fix extraction (#14043, #14086)
1986 * [soundcloud] Fix download URL with private tracks (#14093)
1987 * [aliexpress:live] Add support for live.aliexpress.com (#13698, #13707)
1988 * [viidea] Capture and output lecture error message (#14099)
1989 * [radiocanada] Skip unsupported platforms (#14100)
1990
1991
1992 version 2017.09.02
1993
1994 Extractors
1995 * [youtube] Force old layout for each webpage (#14068, #14072, #14074, #14076,
1996   #14077, #14079, #14082, #14083, #14094, #14095, #14096)
1997 * [youtube] Fix upload date extraction (#14065)
1998 + [charlierose] Add support for episodes (#14062)
1999 + [bbccouk] Add support for w-prefixed ids (#14056)
2000 * [googledrive] Extend URL regular expression (#9785)
2001 + [googledrive] Add support for source format (#14046)
2002 * [pornhd] Fix extraction (#14005)
2003
2004
2005 version 2017.08.27.1
2006
2007 Extractors
2008
2009 * [youtube] Fix extraction with --youtube-skip-dash-manifest enabled (#14037)
2010
2011
2012 version 2017.08.27
2013
2014 Core
2015 + [extractor/common] Extract height and format id for HTML5 videos (#14034)
2016 * [downloader/http] Rework HTTP downloader (#506, #809, #2849, #4240, #6023,
2017   #8625, #9483)
2018     * Simplify code and split into separate routines to facilitate maintaining
2019     * Make retry mechanism work on errors during actual download not only
2020       during connection establishment phase
2021     * Retry on ECONNRESET and ETIMEDOUT during reading data from network
2022     * Retry on content too short
2023     * Show error description on retry
2024
2025 Extractors
2026 * [generic] Lower preference for extraction from LD-JSON
2027 * [rai] Fix audio formats extraction (#14024)
2028 * [youtube] Fix controversy videos extraction (#14027, #14029)
2029 * [mixcloud] Fix extraction (#14015, #14020)
2030
2031
2032 version 2017.08.23
2033
2034 Core
2035 + [extractor/common] Introduce _parse_xml
2036 * [extractor/common] Make HLS and DASH extraction in_parse_html5_media_entries
2037   non fatal (#13970)
2038 * [utils] Fix unescapeHTML for misformed string like "&a&quot;" (#13935)
2039
2040 Extractors
2041 * [cbc:watch] Bypass geo restriction (#13993)
2042 * [toutv] Relax DRM check (#13994)
2043 + [googledrive] Add support for subtitles (#13619, #13638)
2044 * [pornhub] Relax uploader regular expression (#13906, #13975)
2045 * [bandcamp:album] Extract track titles (#13962)
2046 + [bbccouk] Add support for events URLs (#13893)
2047 + [liveleak] Support multi-video pages (#6542)
2048 + [liveleak] Support another liveleak embedding pattern (#13336)
2049 * [cda] Fix extraction (#13935)
2050 + [laola1tv] Add support for tv.ittf.com (#13965)
2051 * [mixcloud] Fix extraction (#13958, #13974, #13980, #14003)
2052
2053
2054 version 2017.08.18
2055
2056 Core
2057 * [YoutubeDL] Sanitize byte string format URLs (#13951)
2058 + [extractor/common] Add support for float durations in _parse_mpd_formats
2059   (#13919)
2060
2061 Extractors
2062 * [arte] Detect unavailable videos (#13945)
2063 * [generic] Convert redirect URLs to unicode strings (#13951)
2064 * [udemy] Fix paid course detection (#13943)
2065 * [pluralsight] Use RPC API for course extraction (#13937)
2066 + [clippit] Add support for clippituser.tv
2067 + [qqmusic] Support new URL schemes (#13805)
2068 * [periscope] Renew HLS extraction (#13917)
2069 * [mixcloud] Extract decrypt key
2070
2071
2072 version 2017.08.13
2073
2074 Core
2075 * [YoutubeDL] Make sure format id is not empty
2076 * [extractor/common] Make _family_friendly_search optional
2077 * [extractor/common] Respect source's type attribute for HTML5 media (#13892)
2078
2079 Extractors
2080 * [pornhub:playlistbase] Skip videos from drop-down menu (#12819, #13902)
2081 + [fourtube] Add support pornerbros.com (#6022)
2082 + [fourtube] Add support porntube.com (#7859, #13901)
2083 + [fourtube] Add support fux.com
2084 * [limelight] Improve embeds detection (#13895)
2085 + [reddit] Add support for v.redd.it and reddit.com (#13847)
2086 * [aparat] Extract all formats (#13887)
2087 * [mixcloud] Fix play info decryption (#13885)
2088 + [generic] Add support for vzaar embeds (#13876)
2089
2090
2091 version 2017.08.09
2092
2093 Core
2094 * [utils] Skip missing params in cli_bool_option (#13865)
2095
2096 Extractors
2097 * [xxxymovies] Fix title extraction (#13868)
2098 + [nick] Add support for nick.com.pl (#13860)
2099 * [mixcloud] Fix play info decryption (#13867)
2100 * [20min] Fix embeds extraction (#13852)
2101 * [dplayit] Fix extraction (#13851)
2102 + [niconico] Support videos with multiple formats (#13522)
2103 + [niconico] Support HTML5-only videos (#13806)
2104
2105
2106 version 2017.08.06
2107
2108 Core
2109 * Use relative paths for DASH fragments (#12990)
2110
2111 Extractors
2112 * [pluralsight] Fix format selection
2113 - [mpora] Remove extractor (#13826)
2114 + [voot] Add support for voot.com (#10255, #11644, #11814, #12350, #13218)
2115 * [vlive:channel] Limit number of videos per page to 100 (#13830)
2116 * [podomatic] Extend URL regular expression (#13827)
2117 * [cinchcast] Extend URL regular expression
2118 * [yandexdisk] Relax URL regular expression (#13824)
2119 * [vidme] Extract DASH and HLS formats
2120 - [teamfour] Remove extractor (#13782)
2121 * [pornhd] Fix extraction (#13783)
2122 * [udemy] Fix subtitles extraction (#13812)
2123 * [mlb] Extend URL regular expression (#13740, #13773)
2124 + [pbs] Add support for new URL schema (#13801)
2125 * [nrktv] Update API host (#13796)
2126
2127
2128 version 2017.07.30.1
2129
2130 Core
2131 * [downloader/hls] Use redirect URL as manifest base (#13755)
2132 * [options] Correctly hide login info from debug outputs (#13696)
2133
2134 Extractors
2135 + [watchbox] Add support for watchbox.de (#13739)
2136 - [clipfish] Remove extractor
2137 + [youjizz] Fix extraction (#13744)
2138 + [generic] Add support for another ooyala embed pattern (#13727)
2139 + [ard] Add support for lives (#13771)
2140 * [soundcloud] Update client id
2141 + [soundcloud:trackstation] Add support for track stations (#13733)
2142 * [svtplay] Use geo verification proxy for API request
2143 * [svtplay] Update API URL (#13767)
2144 + [yandexdisk] Add support for yadi.sk (#13755)
2145 + [megaphone] Add support for megaphone.fm
2146 * [amcnetworks] Make rating optional (#12453)
2147 * [cloudy] Fix extraction (#13737)
2148 + [nickru] Add support for nickelodeon.ru
2149 * [mtv] Improve thumbnal extraction
2150 * [nick] Automate geo-restriction bypass (#13711)
2151 * [niconico] Improve error reporting (#13696)
2152
2153
2154 version 2017.07.23
2155
2156 Core
2157 * [YoutubeDL] Improve default format specification (#13704)
2158 * [YoutubeDL] Do not override id, extractor and extractor_key for
2159   url_transparent entities
2160 * [extractor/common] Fix playlist_from_matches
2161
2162 Extractors
2163 * [itv] Fix production id extraction (#13671, #13703)
2164 * [vidio] Make duration non fatal and fix typo
2165 * [mtv] Skip missing video parts (#13690)
2166 * [sportbox:embed] Fix extraction
2167 + [npo] Add support for npo3.nl URLs (#13695)
2168 * [dramafever] Remove video id from title (#13699)
2169 + [egghead:lesson] Add support for lessons (#6635)
2170 * [funnyordie] Extract more metadata (#13677)
2171 * [youku:show] Fix playlist extraction (#13248)
2172 + [dispeak] Recognize sevt subdomain (#13276)
2173 * [adn] Improve error reporting (#13663)
2174 * [crunchyroll] Relax series and season regular expression (#13659)
2175 + [spiegel:article] Add support for nexx iframe embeds (#13029)
2176 + [nexx:embed] Add support for iframe embeds
2177 * [nexx] Improve JS embed extraction
2178 + [pearvideo] Add support for pearvideo.com (#13031)
2179
2180
2181 version 2017.07.15
2182
2183 Core
2184 * [YoutubeDL] Don't expand environment variables in meta fields (#13637)
2185
2186 Extractors
2187 * [spiegeltv] Delegate extraction to nexx extractor (#13159)
2188 + [nexx] Add support for nexx.cloud (#10807, #13465)
2189 * [generic] Fix rutube embeds extraction (#13641)
2190 * [karrierevideos] Fix title extraction (#13641)
2191 * [youtube] Don't capture YouTube Red ad for creator meta field (#13621)
2192 * [slideshare] Fix extraction (#13617)
2193 + [5tv] Add another video URL pattern (#13354, #13606)
2194 * [drtv] Make HLS and HDS extraction non fatal
2195 * [ted] Fix subtitles extraction (#13628, #13629)
2196 * [vine] Make sure the title won't be empty
2197 + [twitter] Support HLS streams in vmap URLs
2198 + [periscope] Support pscp.tv URLs in embedded frames
2199 * [twitter] Extract mp4 urls via mobile API (#12726)
2200 * [niconico] Fix authentication error handling (#12486)
2201 * [giantbomb] Extract m3u8 formats (#13626)
2202 + [vlive:playlist] Add support for playlists (#13613)
2203
2204
2205 version 2017.07.09
2206
2207 Core
2208 + [extractor/common] Add support for AMP tags in _parse_html5_media_entries
2209 + [utils] Support attributes with no values in get_elements_by_attribute
2210
2211 Extractors
2212 + [dailymail] Add support for embeds
2213 + [joj] Add support for joj.sk (#13268)
2214 * [abc.net.au:iview] Extract more formats (#13492, #13489)
2215 * [egghead:course] Fix extraction (#6635, #13370)
2216 + [cjsw] Add support for cjsw.com (#13525)
2217 + [eagleplatform] Add support for referrer protected videos (#13557)
2218 + [eagleplatform] Add support for another embed pattern (#13557)
2219 * [veoh] Extend URL regular expression (#13601)
2220 * [npo:live] Fix live stream id extraction (#13568, #13605)
2221 * [googledrive] Fix height extraction (#13603)
2222 + [dailymotion] Add support for new layout (#13580)
2223 - [yam] Remove extractor
2224 * [xhamster] Extract all formats and fix duration extraction (#13593)
2225 + [xhamster] Add support for new URL schema (#13593)
2226 * [espn] Extend URL regular expression (#13244, #13549)
2227 * [kaltura] Fix typo in subtitles extraction (#13569)
2228 * [vier] Adapt extraction to redesign (#13575)
2229
2230
2231 version 2017.07.02
2232
2233 Core
2234 * [extractor/common] Improve _json_ld
2235
2236 Extractors
2237 + [thisoldhouse] Add more fallbacks for video id
2238 * [thisoldhouse] Fix video id extraction (#13540, #13541)
2239 * [xfileshare] Extend format regular expression (#13536)
2240 * [ted] Fix extraction (#13535)
2241 + [tastytrade] Add support for tastytrade.com (#13521)
2242 * [dplayit] Relax video id regular expression (#13524)
2243 + [generic] Extract more generic metadata (#13527)
2244 + [bbccouk] Capture and output error message (#13501, #13518)
2245 * [cbsnews] Relax video info regular expression (#13284, #13503)
2246 + [facebook] Add support for plugin video embeds and multiple embeds (#13493)
2247 * [soundcloud] Switch to https for API requests (#13502)
2248 * [pandatv] Switch to https for API and download URLs
2249 + [pandatv] Add support for https URLs (#13491)
2250 + [niconico] Support sp subdomain (#13494)
2251
2252
2253 version 2017.06.25
2254
2255 Core
2256 + [adobepass] Add support for DIRECTV NOW (mso ATTOTT) (#13472)
2257 * [YoutubeDL] Skip malformed formats for better extraction robustness
2258
2259 Extractors
2260 + [wsj] Add support for barrons.com (#13470)
2261 + [ign] Add another video id pattern (#13328)
2262 + [raiplay:live] Add support for live streams (#13414)
2263 + [redbulltv] Add support for live videos and segments (#13486)
2264 + [onetpl] Add support for videos embedded via pulsembed (#13482)
2265 * [ooyala] Make more robust
2266 * [ooyala] Skip empty format URLs (#13471, #13476)
2267 * [hgtv.com:show] Fix typo
2268
2269
2270 version 2017.06.23
2271
2272 Core
2273 * [adobepass] Fix extraction on older python 2.6
2274
2275 Extractors
2276 * [youtube] Adapt to new automatic captions rendition (#13467)
2277 * [hgtv.com:show] Relax video config regular expression (#13279, #13461)
2278 * [drtuber] Fix formats extraction (#12058)
2279 * [youporn] Fix upload date extraction
2280 * [youporn] Improve formats extraction
2281 * [youporn] Fix title extraction (#13456)
2282 * [googledrive] Fix formats sorting (#13443)
2283 * [watchindianporn] Fix extraction (#13411, #13415)
2284 + [vimeo] Add fallback mp4 extension for original format
2285 + [ruv] Add support for ruv.is (#13396)
2286 * [viu] Fix extraction on older python 2.6
2287 * [pandora.tv] Fix upload_date extraction (#12846)
2288 + [asiancrush] Add support for asiancrush.com (#13420)
2289
2290
2291 version 2017.06.18
2292
2293 Core
2294 * [downloader/common] Use utils.shell_quote for debug command line
2295 * [utils] Use compat_shlex_quote in shell_quote
2296 * [postprocessor/execafterdownload] Encode command line (#13407)
2297 * [compat] Fix compat_shlex_quote on Windows (#5889, #10254)
2298 * [postprocessor/metadatafromtitle] Fix missing optional meta fields processing
2299    in --metadata-from-title (#13408)
2300 * [extractor/common] Fix json dumping with --geo-bypass
2301 + [extractor/common] Improve jwplayer subtitles extraction
2302 + [extractor/common] Improve jwplayer formats extraction (#13379)
2303
2304 Extractors
2305 * [polskieradio] Fix extraction (#13392)
2306 + [xfileshare] Add support for fastvideo.me (#13385)
2307 * [bilibili] Fix extraction of videos with double quotes in titles (#13387)
2308 * [4tube] Fix extraction (#13381, #13382)
2309 + [disney] Add support for disneychannel.de (#13383)
2310 * [npo] Improve URL regular expression (#13376)
2311 + [corus] Add support for showcase.ca
2312 + [corus] Add support for history.ca (#13359)
2313
2314
2315 version 2017.06.12
2316
2317 Core
2318 * [utils] Handle compat_HTMLParseError in extract_attributes (#13349)
2319 + [compat] Introduce compat_HTMLParseError
2320 * [utils] Improve unified_timestamp
2321 * [extractor/generic] Ensure format id is unicode string
2322 * [extractor/common] Return unicode string from _match_id
2323 + [YoutubeDL] Sanitize more fields (#13313)
2324
2325 Extractors
2326 + [xfileshare] Add support for rapidvideo.tv (#13348)
2327 * [xfileshare] Modernize and pass Referer
2328 + [rutv] Add support for testplayer.vgtrk.com (#13347)
2329 + [newgrounds] Extract more metadata (#13232)
2330 + [newgrounds:playlist] Add support for playlists (#10611)
2331 * [newgrounds] Improve formats and uploader extraction (#13346)
2332 * [msn] Fix formats extraction
2333 * [turbo] Ensure format id is string
2334 * [sexu] Ensure height is int
2335 * [jove] Ensure comment count is int
2336 * [golem] Ensure format id is string
2337 * [gfycat] Ensure filesize is int
2338 * [foxgay] Ensure height is int
2339 * [flickr] Ensure format id is string
2340 * [sohu] Fix numeric fields
2341 * [safari] Improve authentication detection (#13319)
2342 * [liveleak] Ensure height is int (#13313)
2343 * [streamango] Make title optional (#13292)
2344 * [rtlnl] Improve URL regular expression (#13295)
2345 * [tvplayer] Fix extraction (#13291)
2346
2347
2348 version 2017.06.05
2349
2350 Core
2351 * [YoutubeDL] Don't emit ANSI escape codes on Windows (#13270)
2352
2353 Extractors
2354 + [bandcamp:weekly] Add support for bandcamp weekly (#12758)
2355 * [pornhub:playlist] Fix extraction (#13281)
2356 - [godtv] Remove extractor (#13175)
2357 * [safari] Fix typo (#13252)
2358 * [youtube] Improve chapters extraction (#13247)
2359 * [1tv] Lower preference for HTTP formats (#13246)
2360 * [francetv] Relax URL regular expression
2361 * [drbonanza] Fix extraction (#13231)
2362 * [packtpub] Fix authentication (#13240)
2363
2364
2365 version 2017.05.29
2366
2367 Extractors
2368 * [youtube] Fix DASH MPD extraction for videos with non-encrypted format URLs
2369   (#13211)
2370 * [xhamster] Fix uploader and like/dislike count extraction (#13216))
2371 + [xhamster] Extract categories (#11728)
2372 + [abcnews] Add support for embed URLs (#12851)
2373 * [gaskrank] Fix extraction (#12493)
2374 * [medialaan] Fix videos with missing videoUrl (#12774)
2375 * [dvtv] Fix playlist support
2376 + [dvtv] Add support for DASH and HLS formats (#3063)
2377 + [beam:vod] Add support for beam.pro/mixer.com VODs (#13032))
2378 * [cbsinteractive] Relax URL regular expression (#13213)
2379 * [adn] Fix formats extraction
2380 + [youku] Extract more metadata (#10433)
2381 * [cbsnews] Fix extraction (#13205)
2382
2383
2384 version 2017.05.26
2385
2386 Core
2387 + [utils] strip_jsonp() can recognize more patterns
2388 * [postprocessor/ffmpeg] Fix metadata filename handling on Python 2 (#13182)
2389
2390 Extractors
2391 + [youtube] DASH MPDs with cipher signatures are recognized now (#11381)
2392 + [bbc] Add support for authentication
2393 * [tudou] Merge into youku extractor (#12214)
2394 * [youku:show] Fix extraction
2395 * [youku] Fix extraction (#13191)
2396 * [udemy] Fix extraction for outputs' format entries without URL (#13192)
2397 * [vimeo] Fix formats' sorting (#13189)
2398 * [cbsnews] Fix extraction for 60 Minutes videos (#12861)
2399
2400
2401 version 2017.05.23
2402
2403 Core
2404 + [downloader/external] Pass -loglevel to ffmpeg downloader (#13183)
2405 + [adobepass] Add support for Bright House Networks (#13149)
2406
2407 Extractors
2408 + [streamcz] Add support for subtitles (#13174)
2409 * [youtube] Fix DASH manifest signature decryption (#8944, #13156)
2410 * [toggle] Relax URL regular expression (#13172)
2411 * [toypics] Fix extraction (#13077)
2412 * [njpwworld] Fix extraction (#13162, #13169)
2413 + [hitbox] Add support for smashcast.tv (#13154)
2414 * [mitele] Update app key regular expression (#13158)
2415
2416
2417 version 2017.05.18.1
2418
2419 Core
2420 * [jsinterp] Fix typo and cleanup regular expressions (#13134)
2421
2422
2423 version 2017.05.18
2424
2425 Core
2426 + [jsinterp] Add support for quoted names and indexers (#13123, #13124, #13125,
2427   #13126, #13128, #13129, #13130, #13131, #13132)
2428 + [extractor/common] Add support for schemeless URLs in _extract_wowza_formats
2429   (#13088, #13092)
2430 + [utils] Recognize more audio codecs (#13081)
2431
2432 Extractors
2433 + [vier] Extract more metadata (#12539)
2434 * [vier] Improve extraction (#12801)
2435     + Add support for authentication
2436     * Bypass authentication when no credentials provided
2437     * Improve extraction robustness
2438 * [dailymail] Fix sources extraction (#13057)
2439 * [dailymotion] Extend URL regular expression (#13079)
2440
2441
2442 version 2017.05.14
2443
2444 Core
2445 + [extractor/common] Respect Width and Height attributes in ISM manifests
2446 + [postprocessor/metadatafromtitle] Add support regular expression syntax for
2447   --metadata-from-title (#13065)
2448
2449 Extractors
2450 + [mediaset] Add support for video.mediaset.it (#12708, #12964)
2451 * [orf:radio] Fix extraction (#11643, #12926)
2452 * [aljazeera] Extend URL regular expression (#13053)
2453 * [imdb] Relax URL regular expression (#13056)
2454 + [francetv] Add support for mobile.france.tv (#13068)
2455 + [upskill] Add support for upskillcourses.com (#13043)
2456 * [thescene] Fix extraction (#13061)
2457 * [condenast] Improve embed support
2458 * [liveleak] Fix extraction (#12053)
2459 + [douyu] Support Douyu shows (#12228)
2460 * [myspace] Improve URL regular expression (#13040)
2461 * [adultswim] Use desktop platform in assets URL (#13041)
2462
2463
2464 version 2017.05.09
2465
2466 Core
2467 * [YoutubeDL] Force --restrict-filenames when no locale is set on all python
2468   versions (#13027)
2469
2470 Extractors
2471 * [francetv] Adapt to site redesign (#13034)
2472 + [packtpub] Add support for authentication (#12622)
2473 * [drtv] Lower preference for SignLanguage formats (#13013, #13016)
2474 + [cspan] Add support for brightcove live embeds (#13028)
2475 * [vrv] Extract DASH formats and subtitles
2476 * [funimation] Fix authentication (#13021)
2477 * [adultswim] Fix extraction (#8640, #10950, #11042, #12121)
2478     + Add support for Adobe Pass authentication
2479     + Add support for live streams
2480     + Add support for show pages
2481 * [turner] Extract thumbnail, is_live and strip description
2482 + [nonktube] Add support for nonktube.com (#8647, #13024)
2483 + [nuevo] Pass headers to _extract_nuevo
2484 * [nbc] Improve extraction (#12364)
2485
2486
2487 version 2017.05.07
2488
2489 Common
2490 * [extractor/common] Fix typo in _extract_akamai_formats
2491 + [postprocessor/ffmpeg] Embed chapters into media file with --add-metadata
2492 + [extractor/common] Introduce chapters meta field
2493
2494 Extractors
2495 * [youtube] Fix authentication (#12820, #12927, #12973, #12992, #12993, #12995,
2496   #13003)
2497 * [bilibili] Fix video downloading (#13001)
2498 * [rmcdecouverte] Fix extraction (#12937)
2499 * [theplatform] Extract chapters
2500 * [bandcamp] Fix thumbnail extraction (#12980)
2501 * [pornhub] Extend URL regular expression (#12996)
2502 + [youtube] Extract chapters
2503 + [nrk] Extract chapters
2504 + [vice] Add support for ooyala embeds in article pages
2505 + [vice] Support vice articles (#12968)
2506 * [vice] Fix extraction for non en_us videos (#12967)
2507 * [gdcvault] Fix extraction for some videos (#12733)
2508 * [pbs] Improve multipart video support (#12981)
2509 * [laola1tv] Fix extraction (#12880)
2510 + [cda] Support birthday verification (#12789)
2511 * [leeco] Fix extraction (#12974)
2512 + [pbs] Extract chapters
2513 * [amp] Imporove thumbnail and subtitles extraction
2514 * [foxsports] Fix extraction (#12945)
2515 - [coub] Remove comment count extraction (#12941)
2516
2517
2518 version 2017.05.01
2519
2520 Core
2521 + [extractor/common] Extract view count from JSON-LD
2522 * [utils] Improve unified_timestamp
2523 + [utils] Add video/mp2t to mimetype2ext
2524 * [downloader/external] Properly handle live stream downloading cancellation
2525   (#8932)
2526 + [utils] Add support for unicode whitespace in clean_html on python 2 (#12906)
2527
2528 Extractors
2529 * [infoq] Make audio format extraction non fatal (#12938)
2530 * [brightcove] Allow whitespace around attribute names in embedded code
2531 + [zaq1] Add support for zaq1.pl (#12693)
2532 + [xvideos] Extract duration (#12828)
2533 * [vevo] Fix extraction (#12879)
2534 + [noovo] Add support for noovo.ca (#12792)
2535 + [washingtonpost] Add support for embeds (#12699)
2536 * [yandexmusic:playlist] Fix extraction for python 3 (#12888)
2537 * [anvato] Improve extraction (#12913)
2538     * Promote to regular shortcut based extractor
2539     * Add mcp to access key mapping table
2540     * Add support for embeds extraction
2541     * Add support for anvato embeds in generic extractor
2542 * [xtube] Fix extraction for older FLV videos (#12734)
2543 * [tvplayer] Fix extraction (#12908)
2544
2545
2546 version 2017.04.28
2547
2548 Core
2549 + [adobepass] Use geo verification headers for all requests
2550 - [downloader/fragment] Remove assert for resume_len when no fragments
2551   downloaded
2552 + [extractor/common] Add manifest_url for explicit group rendition formats
2553 * [extractor/common] Fix manifest_url for m3u8 formats
2554 - [extractor/common] Don't list master m3u8 playlists in format list (#12832)
2555
2556 Extractor
2557 * [aenetworks] Fix extraction for shows with single season
2558 + [go] Add support for Disney, DisneyJunior and DisneyXD show pages
2559 * [youtube] Recognize new locale-based player URLs (#12885)
2560 + [streamable] Add support for new embedded URL schema (#12844)
2561 * [arte:+7] Relax URL regular expression (#12837)
2562
2563
2564 version 2017.04.26
2565
2566 Core
2567 * Introduce --keep-fragments for keeping fragments of fragmented download
2568   on disk after download is finished
2569 * [YoutubeDL] Fix output template for missing timestamp (#12796)
2570 * [socks] Handle cases where credentials are required but missing
2571 * [extractor/common] Improve HLS extraction (#12211)
2572     * Extract m3u8 parsing to separate method
2573     * Improve rendition groups extraction
2574     * Build stream name according stream GROUP-ID
2575     * Ignore reference to AUDIO group without URI when stream has no CODECS
2576     * Use float for scaled tbr in _parse_m3u8_formats
2577 * [utils] Add support for TTML styles in dfxp2srt
2578 * [downloader/hls] No need to download keys for fragments that have been
2579   already downloaded
2580 * [downloader/fragment] Improve fragment downloading
2581     * Resume immediately
2582     * Don't concatenate fragments and decrypt them on every resume
2583     * Optimize disk storage usage, don't store intermediate fragments on disk
2584     * Store bookkeeping download state file
2585 + [extractor/common] Add support for multiple getters in try_get
2586 + [extractor/common] Add support for video of WebPage context in _json_ld
2587   (#12778)
2588 + [extractor/common] Relax JWPlayer regular expression and remove
2589   duplicate URLs (#12768)
2590
2591 Extractors
2592 * [iqiyi] Fix extraction of Yule videos
2593 * [vidio] Improve extraction and sort formats
2594 + [brightcove] Match only video elements with data-video-id attribute
2595 * [iqiyi] Fix playlist detection (#12504)
2596 - [azubu] Remove extractor (#12813)
2597 * [porn91] Fix extraction (#12814)
2598 * [vidzi] Fix extraction (#12793)
2599 + [amp] Extract error message (#12795)
2600 + [xfileshare] Add support for gorillavid.com and daclips.com (#12776)
2601 * [instagram] Fix extraction (#12777)
2602 + [generic] Support Brightcove videos in <iframe> (#12482)
2603 + [brightcove] Support URLs with bcpid instead of playerID (#12482)
2604 * [brightcove] Fix _extract_url (#12782)
2605 + [odnoklassniki] Extract HLS formats
2606
2607
2608 version 2017.04.17
2609
2610 Extractors
2611 * [limelight] Improve extraction LimelightEmbeddedPlayerFlash media embeds and
2612   add support for channel and channelList embeds
2613 * [generic] Extract multiple Limelight embeds (#12761)
2614 + [itv] Extract series metadata
2615 * [itv] Fix RTMP formats downloading (#12759)
2616 * [itv] Use native HLS downloader by default
2617 + [go90] Extract subtitles (#12752)
2618 + [go90] Extract series metadata (#12752)
2619
2620
2621 version 2017.04.16
2622
2623 Core
2624 * [YoutubeDL] Apply expand_path after output template substitution
2625 + [YoutubeDL] Propagate overridden meta fields to extraction results of type
2626   url (#11163)
2627
2628 Extractors
2629 + [generic] Extract RSS entries as url_transparent (#11163)
2630 + [streamango] Add support for streamango.com (#12643)
2631 + [wsj:article] Add support for articles (#12558)
2632 * [brightcove] Relax video tag embeds extraction and validate ambiguous embeds'
2633   URLs (#9163, #12005, #12178, #12480)
2634 + [udemy] Add support for react rendition (#12744)
2635
2636
2637 version 2017.04.15
2638
2639 Extractors
2640 * [youku] Fix fileid extraction (#12741, #12743)
2641
2642
2643 version 2017.04.14
2644
2645 Core
2646 + [downloader/hls] Add basic support for EXT-X-BYTERANGE tag (#10955)
2647 + [adobepass] Improve Comcast and Verizon login code (#10803)
2648 + [adobepass] Add support for Verizon (#10803)
2649
2650 Extractors
2651 + [aenetworks] Add support for specials (#12723)
2652 + [hbo] Extract HLS formats
2653 + [go90] Add support for go90.com (#10127)
2654 + [tv2hu] Add support for tv2.hu (#10509)
2655 + [generic] Exclude URLs with xml ext from valid video URLs (#10768, #11654)
2656 * [youtube] Improve HLS formats extraction
2657 * [afreecatv] Fix extraction for videos with different key layout (#12718)
2658 - [youtube] Remove explicit preference for audio-only and video-only formats in
2659   order not to break sorting when new formats appear
2660 * [canalplus] Bypass geo restriction
2661
2662
2663 version 2017.04.11
2664
2665 Extractors
2666 * [afreecatv] Fix extraction (#12706)
2667 + [generic] Add support for <object> YouTube embeds (#12637)
2668 * [bbccouk] Treat bitrate as audio+video bitrate in media selector
2669 + [bbccouk] Skip unrecognized formats in media selector (#12701)
2670 + [bbccouk] Add support for https protocol in media selector (#12701)
2671 * [curiositystream] Fix extraction (#12638)
2672 * [adn] Update subtitle decryption key
2673 * [chaturbate] Fix extraction (#12665, #12688, #12690)
2674
2675
2676 version 2017.04.09
2677
2678 Extractors
2679 + [medici] Add support for medici.tv (#3406)
2680 + [rbmaradio] Add support for redbullradio.com URLs (#12687)
2681 + [npo:live] Add support for default URL (#12555)
2682 * [mixcloud:playlist] Fix title, description and view count extraction (#12582)
2683 + [thesun] Add suport for thesun.co.uk (#11298, #12674)
2684 + [ceskateleveize:porady] Add support for porady (#7411, #12645)
2685 * [ceskateleveize] Improve extraction and remove URL replacement hacks
2686 + [kaltura] Add support for iframe embeds (#12679)
2687 * [airmozilla] Fix extraction (#12670)
2688 * [wshh] Extract html5 entries and delegate to generic extractor (12676)
2689 + [raiplay] Extract subtitles
2690 + [xfileshare] Add support for vidlo.us (#12660)
2691 + [xfileshare] Add support for vidbom.com (#12661)
2692 + [aenetworks] Add more video URL regular expressions (#12657)
2693 + [odnoklassniki] Fix format sorting for 1080p quality
2694 + [rtl2] Add support for you.rtl2.de (#10257)
2695 + [vshare] Add support for vshare.io (#12278)
2696
2697
2698 version 2017.04.03
2699
2700 Core
2701 + [extractor/common] Add censorship check for TransTelekom ISP
2702 * [extractor/common] Move censorship checks to a separate method
2703
2704 Extractors
2705 + [discoveryvr] Add support for discoveryvr.com (#12578)
2706 + [tv5mondeplus] Add support for tv5mondeplus.com (#11386)
2707 + [periscope] Add support for pscp.tv URLs (#12618, #12625)
2708
2709
2710 version 2017.04.02
2711
2712 Core
2713 * [YoutubeDL] Return early when extraction of url_transparent fails
2714
2715 Extractors
2716 * [rai] Fix and improve extraction (#11790)
2717 + [vrv] Add support for series pages
2718 * [limelight] Improve extraction for audio only formats
2719 * [funimation] Fix extraction (#10696, #11773)
2720 + [xfileshare] Add support for vidabc.com (#12589)
2721 + [xfileshare] Improve extraction and extract hls formats
2722 + [crunchyroll] Pass geo verifcation proxy
2723 + [cwtv] Extract ISM formats
2724 + [tvplay] Bypass geo restriction
2725 + [vrv] Add support for vrv.co
2726 + [packtpub] Add support for packtpub.com (#12610)
2727 + [generic] Pass base_url to _parse_jwplayer_data
2728 + [adn] Add support for animedigitalnetwork.fr (#4866)
2729 + [allocine] Extract more metadata
2730 * [allocine] Fix extraction (#12592)
2731 * [openload] Fix extraction
2732
2733
2734 version 2017.03.26
2735
2736 Core
2737 * Don't raise an error if JWPlayer config data is not a Javascript object
2738   literal. _find_jwplayer_data now returns a dict rather than an str. (#12307)
2739 * Expand environment variables for options representing paths (#12556)
2740 + [utils] Introduce expand_path
2741 * [downloader/hls] Delegate downloading to ffmpeg immediately for live streams
2742
2743 Extractors
2744 * [afreecatv] Fix extraction (#12179)
2745 + [atvat] Add support for atv.at (#5325)
2746 + [fox] Add metadata extraction (#12391)
2747 + [atresplayer] Extract DASH formats
2748 + [atresplayer] Extract HD manifest (#12548)
2749 * [atresplayer] Fix login error detection (#12548)
2750 * [franceculture] Fix extraction (#12547)
2751 * [youtube] Improve URL regular expression (#12538)
2752 * [generic] Do not follow redirects to the same URL
2753
2754
2755 version 2017.03.24
2756
2757 Extractors
2758 - [9c9media] Remove mp4 URL extraction request
2759 + [bellmedia] Add support for etalk.ca and space.ca (#12447)
2760 * [channel9] Fix extraction (#11323)
2761 * [cloudy] Fix extraction (#12525)
2762 + [hbo] Add support for free episode URLs and new formats extraction (#12519)
2763 * [condenast] Fix extraction and style (#12526)
2764 * [viu] Relax URL regular expression (#12529)
2765
2766
2767 version 2017.03.22
2768
2769 Extractors
2770 - [pluralsight] Omit module title from video title (#12506)
2771 * [pornhub] Decode obfuscated video URL (#12470, #12515)
2772 * [senateisvp] Allow https URL scheme for embeds (#12512)
2773
2774
2775 version 2017.03.20
2776
2777 Core
2778 + [YoutubeDL] Allow multiple input URLs to be used with stdout (-) as
2779   output template
2780 + [adobepass] Detect and output error on authz token extraction (#12472)
2781
2782 Extractors
2783 + [bostonglobe] Add extractor for bostonglobe.com (#12099)
2784 + [toongoggles] Add support for toongoggles.com (#12171)
2785 + [medialaan] Add support for Medialaan sites (#9974, #11912)
2786 + [discoverynetworks] Add support for more domains and bypass geo restiction
2787 * [openload] Fix extraction (#10408)
2788
2789
2790 version 2017.03.16
2791
2792 Core
2793 + [postprocessor/ffmpeg] Add support for flac
2794 + [extractor/common] Extract SMIL formats from jwplayer
2795
2796 Extractors
2797 + [generic] Add forgotten return for jwplayer formats
2798 * [redbulltv] Improve extraction
2799
2800
2801 version 2017.03.15
2802
2803 Core
2804 * Fix missing subtitles if --add-metadata is used (#12423)
2805
2806 Extractors
2807 * [facebook] Make title optional (#12443)
2808 + [mitele] Add support for ooyala videos (#12430)
2809 * [openload] Fix extraction (#12435, #12446)
2810 * [streamable] Update API URL (#12433)
2811 + [crunchyroll] Extract season name (#12428)
2812 * [discoverygo] Bypass geo restriction
2813 + [discoverygo:playlist] Add support for playlists (#12424)
2814
2815
2816 version 2017.03.10
2817
2818 Extractors
2819 * [generic] Make title optional for jwplayer embeds (#12410)
2820 * [wdr:maus] Fix extraction (#12373)
2821 * [prosiebensat1] Improve title extraction (#12318, #12327)
2822 * [dplayit] Separate and rewrite extractor and bypass geo restriction (#12393)
2823 * [miomio] Fix extraction (#12291, #12388, #12402)
2824 * [telequebec] Fix description extraction (#12399)
2825 * [openload] Fix extraction (#12357)
2826 * [brightcove:legacy] Relax videoPlayer validation check (#12381)
2827
2828
2829 version 2017.03.07
2830
2831 Core
2832 * Metadata are now added after conversion (#5594)
2833
2834 Extractors
2835 * [soundcloud] Update client id (#12376)
2836 * [openload] Fix extraction (#10408, #12357)
2837
2838
2839 version 2017.03.06
2840
2841 Core
2842 + [utils] Process bytestrings in urljoin (#12369)
2843 * [extractor/common] Improve height extraction and extract bitrate
2844 * [extractor/common] Move jwplayer formats extraction in separate method
2845 + [external:ffmpeg] Limit test download size to 10KiB (#12362)
2846
2847 Extractors
2848 + [drtv] Add geo countries to GeoRestrictedError
2849 + [drtv:live] Bypass geo restriction
2850 + [tunepk] Add extractor (#12197, #12243)
2851
2852
2853 version 2017.03.05
2854
2855 Extractors
2856 + [twitch] Add basic support for two-factor authentication (#11974)
2857 + [vier] Add support for vijf.be (#12304)
2858 + [redbulltv] Add support for redbull.tv (#3919, #11948)
2859 * [douyutv] Switch to the PC API to escape the 5-min limitation (#12316)
2860 + [generic] Add support for rutube embeds
2861 + [rutube] Relax URL regular expression
2862 + [vrak] Add support for vrak.tv (#11452)
2863 + [brightcove:new] Add ability to smuggle geo_countries into URL
2864 + [brightcove:new] Raise GeoRestrictedError
2865 * [go] Relax URL regular expression (#12341)
2866 * [24video] Use original host for requests (#12339)
2867 * [ruutu] Disable DASH formats (#12322)
2868
2869
2870 version 2017.03.02
2871
2872 Core
2873 + [adobepass] Add support for Charter Spectrum (#11465)
2874 * [YoutubeDL] Don't sanitize identifiers in output template (#12317)
2875
2876 Extractors
2877 * [facebook] Fix extraction (#12323, #12330)
2878 * [youtube] Mark errors about rental videos as expected (#12324)
2879 + [npo] Add support for audio
2880 * [npo] Adapt to app.php API (#12311, #12320)
2881
2882
2883 version 2017.02.28
2884
2885 Core
2886 + [utils] Add bytes_to_long and long_to_bytes
2887 + [utils] Add pkcs1pad
2888 + [aes] Add aes_cbc_encrypt
2889
2890 Extractors
2891 + [azmedien:showplaylist] Add support for show playlists (#12160)
2892 + [youtube:playlist] Recognize another playlist pattern (#11928, #12286)
2893 + [daisuki] Add support for daisuki.net (#2486, #3186, #4738, #6175, #7776,
2894   #10060)
2895 * [douyu] Fix extraction (#12301)
2896
2897
2898 version 2017.02.27
2899
2900 Core
2901 * [downloader/common] Limit displaying 2 digits after decimal point in sleep
2902   interval message (#12183)
2903 + [extractor/common] Add preference to _parse_html5_media_entries
2904
2905 Extractors
2906 + [npo] Add support for zapp.nl
2907 + [npo] Add support for hetklokhuis.nl (#12293)
2908 - [scivee] Remove extractor (#9315)
2909 + [cda] Decode download URL (#12255)
2910 + [crunchyroll] Improve uploader extraction (#12267)
2911 + [youtube] Raise GeoRestrictedError
2912 + [dailymotion] Raise GeoRestrictedError
2913 + [mdr] Recognize more URL patterns (#12169)
2914 + [tvigle] Raise GeoRestrictedError
2915 * [vevo] Fix extraction for videos with the new streams/streamsV3 format
2916   (#11719)
2917 + [freshlive] Add support for freshlive.tv (#12175)
2918 + [xhamster] Capture and output videoClosed error (#12263)
2919 + [etonline] Add support for etonline.com (#12236)
2920 + [njpwworld] Add support for njpwworld.com (#11561)
2921 * [amcnetworks] Relax URL regular expression (#12127)
2922
2923
2924 version 2017.02.24.1
2925
2926 Extractors
2927 * [noco] Modernize
2928 * [noco] Switch login URL to https (#12246)
2929 + [thescene] Extract more metadata
2930 * [thescene] Fix extraction (#12235)
2931 + [tubitv] Use geo bypass mechanism
2932 * [openload] Fix extraction (#10408)
2933 + [ivi] Raise GeoRestrictedError
2934
2935
2936 version 2017.02.24
2937
2938 Core
2939 * [options] Hide deprecated options from --help
2940 * [options] Deprecate --autonumber-size
2941 + [YoutubeDL] Add support for string formatting operations in output template
2942   (#5185, #5748, #6841, #9929, #9966 #9978, #12189)
2943
2944 Extractors
2945 + [lynda:course] Add webpage extraction fallback (#12238)
2946 * [go] Sign all uplynk URLs and use geo bypass only for free videos
2947   (#12087, #12210)
2948 + [skylinewebcams] Add support for skylinewebcams.com (#12221)
2949 + [instagram] Add support for multi video posts (#12226)
2950 + [crunchyroll] Extract playlist entries ids
2951 * [mgtv] Fix extraction
2952 + [sohu] Raise GeoRestrictedError
2953 + [leeco] Raise GeoRestrictedError and use geo bypass mechanism
2954
2955
2956 version 2017.02.22
2957
2958 Extractors
2959 * [crunchyroll] Fix descriptions with double quotes (#12124)
2960 * [dailymotion] Make comment count optional (#12209)
2961 + [vidzi] Add support for vidzi.cc (#12213)
2962 + [24video] Add support for 24video.tube (#12217)
2963 + [crackle] Use geo bypass mechanism
2964 + [viewster] Use geo verification headers
2965 + [tfo] Improve geo restriction detection and use geo bypass mechanism
2966 + [telequebec] Use geo bypass mechanism
2967 + [limelight] Extract PlaylistService errors and improve geo restriction
2968   detection
2969
2970
2971 version 2017.02.21
2972
2973 Core
2974 * [extractor/common] Allow calling _initialize_geo_bypass from extractors
2975   (#11970)
2976 + [adobepass] Add support for Time Warner Cable (#12191)
2977 + [travis] Run tests in parallel
2978 + [downloader/ism] Honor HTTP headers when downloading fragments
2979 + [downloader/dash] Honor HTTP headers when downloading fragments
2980 + [utils] Add GeoUtils class for working with geo tools and GeoUtils.random_ipv4
2981 + Add option --geo-bypass-country for explicit geo bypass on behalf of
2982   specified country
2983 + Add options to control geo bypass mechanism --geo-bypass and --no-geo-bypass
2984 + Add experimental geo restriction bypass mechanism based on faking
2985   X-Forwarded-For HTTP header
2986 + [utils] Introduce GeoRestrictedError for geo restricted videos
2987 + [utils] Introduce YoutubeDLError base class for all youtube-dl exceptions
2988
2989 Extractors
2990 + [ninecninemedia] Use geo bypass mechanism
2991 * [spankbang] Make uploader optional (#12193)
2992 + [iprima] Improve geo restriction detection and disable geo bypass
2993 * [iprima] Modernize
2994 * [commonmistakes] Disable UnicodeBOM extractor test for python 3.2
2995 + [prosiebensat1] Throw ExtractionError on unsupported page type (#12180)
2996 * [nrk] Update _API_HOST and relax _VALID_URL
2997 + [tv4] Bypass geo restriction and improve detection
2998 * [tv4] Switch to hls3 protocol (#12177)
2999 + [viki] Improve geo restriction detection
3000 + [vgtv] Improve geo restriction detection
3001 + [srgssr] Improve geo restriction detection
3002 + [vbox7] Improve geo restriction detection and use geo bypass mechanism
3003 + [svt] Improve geo restriction detection and use geo bypass mechanism
3004 + [pbs] Improve geo restriction detection and use geo bypass mechanism
3005 + [ondemandkorea] Improve geo restriction detection and use geo bypass mechanism
3006 + [nrk] Improve geo restriction detection and use geo bypass mechanism
3007 + [itv] Improve geo restriction detection and use geo bypass mechanism
3008 + [go] Improve geo restriction detection and use geo bypass mechanism
3009 + [dramafever] Improve geo restriction detection and use geo bypass mechanism
3010 * [brightcove:legacy] Restrict videoPlayer value (#12040)
3011 + [tvn24] Add support for tvn24.pl and tvn24bis.pl (#11679)
3012 + [thisav] Add support for HTML5 media (#11771)
3013 * [metacafe] Bypass family filter (#10371)
3014 * [viceland] Improve info extraction
3015
3016
3017 version 2017.02.17
3018
3019 Extractors
3020 * [heise] Improve extraction (#9725)
3021 * [ellentv] Improve (#11653)
3022 * [openload] Fix extraction (#10408, #12002)
3023 + [theplatform] Recognize URLs with whitespaces (#12044)
3024 * [einthusan] Relax URL regular expression (#12141, #12159)
3025 + [generic] Support complex JWPlayer embedded videos (#12030)
3026 * [elpais] Improve extraction (#12139)
3027
3028
3029 version 2017.02.16
3030
3031 Core
3032 + [utils] Add support for quoted string literals in --match-filter (#8050,
3033   #12142, #12144)
3034
3035 Extractors
3036 * [ceskatelevize] Lower priority for audio description sources (#12119)
3037 * [amcnetworks] Fix extraction (#12127)
3038 * [pinkbike] Fix uploader extraction (#12054)
3039 + [onetpl] Add support for businessinsider.com.pl and plejada.pl
3040 + [onetpl] Add support for onet.pl (#10507)
3041 + [onetmvp] Add shortcut extractor
3042 + [vodpl] Add support for vod.pl (#12122)
3043 + [pornhub] Extract video URL from tv platform site (#12007, #12129)
3044 + [ceskatelevize] Extract DASH formats (#12119, #12133)
3045
3046
3047 version 2017.02.14
3048
3049 Core
3050 * TypeError is fixed with Python 2.7.13 on Windows (#11540, #12085)
3051
3052 Extractor
3053 * [zdf] Fix extraction (#12117)
3054 * [xtube] Fix extraction for both kinds of video id (#12088)
3055 * [xtube] Improve title extraction (#12088)
3056 + [lemonde] Fallback delegate extraction to generic extractor (#12115, #12116)
3057 * [bellmedia] Allow video id longer than 6 characters (#12114)
3058 + [limelight] Add support for referer protected videos
3059 * [disney] Improve extraction (#4975, #11000, #11882, #11936)
3060 * [hotstar] Improve extraction (#12096)
3061 * [einthusan] Fix extraction (#11416)
3062 + [aenetworks] Add support for lifetimemovieclub.com (#12097)
3063 * [youtube] Fix parsing codecs (#12091)
3064
3065
3066 version 2017.02.11
3067
3068 Core
3069 + [utils] Introduce get_elements_by_class and get_elements_by_attribute
3070   utility functions
3071 + [extractor/common] Skip m3u8 manifests protected with Adobe Flash Access
3072
3073 Extractor
3074 * [pluralsight:course] Fix extraction (#12075)
3075 + [bbc] Extract m3u8 formats with 320k audio
3076 * [facebook] Relax video id matching (#11017, #12055, #12056)
3077 + [corus] Add support for Corus Entertainment sites (#12060, #9164)
3078 + [pluralsight] Detect blocked account error message (#12070)
3079 + [bloomberg] Add another video id pattern (#12062)
3080 * [extractor/commonmistakes] Restrict URL regular expression (#12050)
3081 + [tvplayer] Add support for tvplayer.com
3082
3083
3084 version 2017.02.10
3085
3086 Extractors
3087 * [xtube] Fix extraction (#12023)
3088 * [pornhub] Fix extraction (#12007, #12018)
3089 * [facebook] Improve JS data regular expression (#12042)
3090 * [kaltura] Improve embed partner id extraction (#12041)
3091 + [sprout] Add support for sproutonline.com
3092 * [6play] Improve extraction
3093 + [scrippsnetworks:watch] Add support for Scripps Networks sites (#10765)
3094 + [go] Add support for Adobe Pass authentication (#11468, #10831)
3095 * [6play] Fix extraction (#12011)
3096 + [nbc] Add support for Adobe Pass authentication (#12006)
3097
3098
3099 version 2017.02.07
3100
3101 Core
3102 * [extractor/common] Fix audio only with audio group in m3u8 (#11995)
3103 + [downloader/fragment] Respect --no-part
3104 * [extractor/common] Speed-up HTML5 media entries extraction (#11979)
3105
3106 Extractors
3107 * [pornhub] Fix extraction (#11997)
3108 + [canalplus] Add support for cstar.fr (#11990)
3109 + [extractor/generic] Improve RTMP support (#11993)
3110 + [gaskrank] Add support for gaskrank.tv (#11685)
3111 * [bandcamp] Fix extraction for incomplete albums (#11727)
3112 * [iwara] Fix extraction (#11781)
3113 * [googledrive] Fix extraction on Python 3.6
3114 + [videopress] Add support for videopress.com
3115 + [afreecatv] Extract RTMP formats
3116
3117
3118 version 2017.02.04.1
3119
3120 Extractors
3121 + [twitch:stream] Add support for player.twitch.tv (#11971)
3122 * [radiocanada] Fix extraction for toutv rtmp formats
3123
3124
3125 version 2017.02.04
3126
3127 Core
3128 + Add --playlist-random to shuffle playlists (#11889, #11901)
3129 * [utils] Improve comments processing in js_to_json (#11947)
3130 * [utils] Handle single-line comments in js_to_json
3131 * [downloader/external:ffmpeg] Minimize the use of aac_adtstoasc filter
3132
3133 Extractors
3134 + [piksel] Add another app token pattern (#11969)
3135 + [vk] Capture and output author blocked error message (#11965)
3136 + [turner] Fix secure HLS formats downloading with ffmpeg (#11358, #11373,
3137   #11800)
3138 + [drtv] Add support for live and radio sections (#1827, #3427)
3139 * [myspace] Fix extraction and extract HLS and HTTP formats
3140 + [youtube] Add format info for itag 325 and 328
3141 * [vine] Fix extraction (#11955)
3142 - [sportbox] Remove extractor (#11954)
3143 + [filmon] Add support for filmon.com (#11187)
3144 + [infoq] Add audio only formats (#11565)
3145 * [douyutv] Improve room id regular expression (#11931)
3146 * [iprima] Fix extraction (#11920, #11896)
3147 * [youtube] Fix ytsearch when cookies are provided (#11924)
3148 * [go] Relax video id regular expression (#11937)
3149 * [facebook] Fix title extraction (#11941)
3150 + [youtube:playlist] Recognize TL playlists (#11945)
3151 + [bilibili] Support new Bangumi URLs (#11845)
3152 + [cbc:watch] Extract audio codec for audio only formats (#11893)
3153 + [elpais] Fix extraction for some URLs (#11765)
3154
3155
3156 version 2017.02.01
3157
3158 Extractors
3159 + [facebook] Add another fallback extraction scenario (#11926)
3160 * [prosiebensat1] Fix extraction of descriptions (#11810, #11929)
3161 - [crunchyroll] Remove ScaledBorderAndShadow settings (#9028)
3162 + [vimeo] Extract upload timestamp
3163 + [vimeo] Extract license (#8726, #11880)
3164 + [nrk:series] Add support for series (#11571, #11711)
3165
3166
3167 version 2017.01.31
3168
3169 Core
3170 + [compat] Add compat_etree_register_namespace
3171
3172 Extractors
3173 * [youtube] Fix extraction for domainless player URLs (#11890, #11891, #11892,
3174   #11894, #11895, #11897, #11900, #11903, #11904, #11906, #11907, #11909,
3175   #11913, #11914, #11915, #11916, #11917, #11918, #11919)
3176 + [vimeo] Extract both mixed and separated DASH formats
3177 + [ruutu] Extract DASH formats
3178 * [itv] Fix extraction for python 2.6
3179
3180
3181 version 2017.01.29
3182
3183 Core
3184 * [extractor/common] Fix initialization template (#11605, #11825)
3185 + [extractor/common] Document fragment_base_url and fragment's path fields
3186 * [extractor/common] Fix duration per DASH segment (#11868)
3187 + Introduce --autonumber-start option for initial value of %(autonumber)s
3188   template (#727, #2702, #9362, #10457, #10529, #11862)
3189
3190 Extractors
3191 + [azmedien:playlist] Add support for topic and themen playlists (#11817)
3192 * [npo] Fix subtitles extraction
3193 + [itv] Extract subtitles
3194 + [itv] Add support for itv.com (#9240)
3195 + [mtv81] Add support for mtv81.com (#7619)
3196 + [vlive] Add support for channels (#11826)
3197 + [kaltura] Add fallback for fileExt
3198 + [kaltura] Improve uploader_id extraction
3199 + [konserthusetplay] Add support for rspoplay.se (#11828)
3200
3201
3202 version 2017.01.28
3203
3204 Core
3205 * [utils] Improve parse_duration
3206
3207 Extractors
3208 * [crunchyroll] Improve series and season metadata extraction (#11832)
3209 * [soundcloud] Improve formats extraction and extract audio bitrate
3210 + [soundcloud] Extract HLS formats
3211 * [soundcloud] Fix track URL extraction (#11852)
3212 + [twitch:vod] Expand URL regular expressions (#11846)
3213 * [aenetworks] Fix season episodes extraction (#11669)
3214 + [tva] Add support for videos.tva.ca (#11842)
3215 * [jamendo] Improve and extract more metadata (#11836)
3216 + [disney] Add support for Disney sites (#7409, #11801, #4975, #11000)
3217 * [vevo] Remove request to old API and catch API v2 errors
3218 + [cmt,mtv,southpark] Add support for episode URLs (#11837)
3219 + [youtube] Add fallback for duration extraction (#11841)
3220
3221
3222 version 2017.01.25
3223
3224 Extractors
3225 + [openload] Fallback video extension to mp4
3226 + [extractor/generic] Add support for Openload embeds (#11536, #11812)
3227 * [srgssr] Fix rts video extraction (#11831)
3228 + [afreecatv:global] Add support for afreeca.tv (#11807)
3229 + [crackle] Extract vtt subtitles
3230 + [crackle] Extract multiple resolutions for thumbnails
3231 + [crackle] Add support for mobile URLs
3232 + [konserthusetplay] Extract subtitles (#11823)
3233 + [konserthusetplay] Add support for HLS videos (#11823)
3234 * [vimeo:review] Fix config URL extraction (#11821)
3235
3236
3237 version 2017.01.24
3238
3239 Extractors
3240 * [pluralsight] Fix extraction (#11820)
3241 + [nextmedia] Add support for NextTV (ๅฃน้›ป่ฆ–)
3242 * [24video] Fix extraction (#11811)
3243 * [youtube:playlist] Fix nonexistent and private playlist detection (#11604)
3244 + [chirbit] Extract uploader (#11809)
3245
3246
3247 version 2017.01.22
3248
3249 Extractors
3250 + [pornflip] Add support for pornflip.com (#11556, #11795)
3251 * [chaturbate] Fix extraction (#11797, #11802)
3252 + [azmedien] Add support for AZ Medien sites (#11784, #11785)
3253 + [nextmedia] Support redirected URLs
3254 + [vimeo:channel] Extract videos' titles for playlist entries (#11796)
3255 + [youtube] Extract episode metadata (#9695, #11774)
3256 + [cspan] Support Ustream embedded videos (#11547)
3257 + [1tv] Add support for HLS videos (#11786)
3258 * [uol] Fix extraction (#11770)
3259 * [mtv] Relax triforce feed regular expression (#11766)
3260
3261
3262 version 2017.01.18
3263
3264 Extractors
3265 * [bilibili] Fix extraction (#11077)
3266 + [canalplus] Add fallback for video id (#11764)
3267 * [20min] Fix extraction (#11683, #11751)
3268 * [imdb] Extend URL regular expression (#11744)
3269 + [naver] Add support for tv.naver.com links (#11743)
3270
3271
3272 version 2017.01.16
3273
3274 Core
3275 * [options] Apply custom config to final composite configuration (#11741)
3276 * [YoutubeDL] Improve protocol auto determining (#11720)
3277
3278 Extractors
3279 * [xiami] Relax URL regular expressions
3280 * [xiami] Improve track metadata extraction (#11699)
3281 + [limelight] Check hand-make direct HTTP links
3282 + [limelight] Add support for direct HTTP links at video.llnw.net (#11737)
3283 + [brightcove] Recognize another player ID pattern (#11688)
3284 + [niconico] Support login via cookies (#7968)
3285 * [yourupload] Fix extraction (#11601)
3286 + [beam:live] Add support for beam.pro live streams (#10702, #11596)
3287 * [vevo] Improve geo restriction detection
3288 + [dramafever] Add support for URLs with language code (#11714)
3289 * [cbc] Improve playlist support (#11704)
3290
3291
3292 version 2017.01.14
3293
3294 Core
3295 + [common] Add ability to customize akamai manifest host
3296 + [utils] Add more date formats
3297
3298 Extractors
3299 - [mtv] Eliminate _transform_rtmp_url
3300 * [mtv] Generalize triforce mgid extraction
3301 + [cmt] Add support for full episodes and video clips (#11623)
3302 + [mitele] Extract DASH formats
3303 + [ooyala] Add support for videos with embedToken (#11684)
3304 * [mixcloud] Fix extraction (#11674)
3305 * [openload] Fix extraction (#10408)
3306 * [tv4] Improve extraction (#11698)
3307 * [freesound] Fix and improve extraction (#11602)
3308 + [nick] Add support for beta.nick.com (#11655)
3309 * [mtv,cc] Use HLS by default with native HLS downloader (#11641)
3310 * [mtv] Fix non-HLS extraction
3311
3312
3313 version 2017.01.10
3314
3315 Extractors
3316 * [youtube] Fix extraction (#11663, #11664)
3317 + [inc] Add support for inc.com (#11277, #11647)
3318 + [youtube] Add itag 212 (#11575)
3319 + [egghead:course] Add support for egghead.io courses
3320
3321
3322 version 2017.01.08
3323
3324 Core
3325 * Fix "invalid escape sequence" errors under Python 3.6 (#11581)
3326
3327 Extractors
3328 + [hitrecord] Add support for hitrecord.org (#10867, #11626)
3329 - [videott] Remove extractor
3330 * [swrmediathek] Improve extraction
3331 - [sharesix] Remove extractor
3332 - [aol:features] Remove extractor
3333 * [sendtonews] Improve info extraction
3334 * [3sat,phoenix] Fix extraction (#11619)
3335 * [comedycentral/mtv] Add support for HLS videos (#11600)
3336 * [discoverygo] Fix JSON data parsing (#11219, #11522)
3337
3338
3339 version 2017.01.05
3340
3341 Extractors
3342 + [zdf] Fix extraction (#11055, #11063)
3343 * [pornhub:playlist] Improve extraction (#11594)
3344 + [cctv] Add support for ncpa-classic.com (#11591)
3345 + [tunein] Add support for embeds (#11579)
3346
3347
3348 version 2017.01.02
3349
3350 Extractors
3351 * [cctv] Improve extraction (#879, #6753, #8541)
3352 + [nrktv:episodes] Add support for episodes (#11571)
3353 + [arkena] Add support for video.arkena.com (#11568)
3354
3355
3356 version 2016.12.31
3357
3358 Core
3359 + Introduce --config-location option for custom configuration files (#6745,
3360   #10648)
3361
3362 Extractors
3363 + [twitch] Add support for player.twitch.tv (#11535, #11537)
3364 + [videa] Add support for videa.hu (#8181, #11133)
3365 * [vk] Fix postlive videos extraction
3366 * [vk] Extract from playerParams (#11555)
3367 - [freevideo] Remove extractor (#11515)
3368 + [showroomlive] Add support for showroom-live.com (#11458)
3369 * [xhamster] Fix duration extraction (#11549)
3370 * [rtve:live] Fix extraction (#11529)
3371 * [brightcove:legacy] Improve embeds detection (#11523)
3372 + [twitch] Add support for rechat messages (#11524)
3373 * [acast] Fix audio and timestamp extraction (#11521)
3374
3375
3376 version 2016.12.22
3377
3378 Core
3379 * [extractor/common] Improve detection of video-only formats in m3u8
3380   manifests (#11507)
3381
3382 Extractors
3383 + [theplatform] Pass geo verification headers to SMIL request (#10146)
3384 + [viu] Pass geo verification headers to auth request
3385 * [rtl2] Extract more formats and metadata
3386 * [vbox7] Skip malformed JSON-LD (#11501)
3387 * [uplynk] Force downloading using native HLS downloader (#11496)
3388 + [laola1] Add support for another extraction scenario (#11460)
3389
3390
3391 version 2016.12.20
3392
3393 Core
3394 * [extractor/common] Improve fragment URL construction for DASH media
3395 * [extractor/common] Fix codec information extraction for mixed audio/video
3396   DASH media (#11490)
3397
3398 Extractors
3399 * [vbox7] Fix extraction (#11494)
3400 + [uktvplay] Add support for uktvplay.uktv.co.uk (#11027)
3401 + [piksel] Add support for player.piksel.com (#11246)
3402 + [vimeo] Add support for DASH formats
3403 * [vimeo] Fix extraction for HLS formats (#11490)
3404 * [kaltura] Fix wrong widget ID in some cases (#11480)
3405 + [nrktv:direkte] Add support for live streams (#11488)
3406 * [pbs] Fix extraction for geo restricted videos (#7095)
3407 * [brightcove:new] Skip widevine classic videos
3408 + [viu] Add support for viu.com (#10607, #11329)
3409
3410
3411 version 2016.12.18
3412
3413 Core
3414 + [extractor/common] Recognize DASH formats in html5 media entries
3415
3416 Extractors
3417 + [ccma] Add support for ccma.cat (#11359)
3418 * [laola1tv] Improve extraction
3419 + [laola1tv] Add support embed URLs (#11460)
3420 * [nbc] Fix extraction for MSNBC videos (#11466)
3421 * [twitch] Adapt to new videos pages URL schema (#11469)
3422 + [meipai] Add support for meipai.com (#10718)
3423 * [jwplatform] Improve subtitles and duration extraction
3424 + [ondemandkorea] Add support for ondemandkorea.com (#10772)
3425 + [vvvvid] Add support for vvvvid.it (#5915)
3426
3427
3428 version 2016.12.15
3429
3430 Core
3431 + [utils] Add convenience urljoin
3432
3433 Extractors
3434 + [openload] Recognize oload.tv URLs (#10408)
3435 + [facebook] Recognize .onion URLs (#11443)
3436 * [vlive] Fix extraction (#11375, #11383)
3437 + [canvas] Extract DASH formats
3438 + [melonvod] Add support for vod.melon.com (#11419)
3439
3440
3441 version 2016.12.12
3442
3443 Core
3444 + [utils] Add common user agents map
3445 + [common] Recognize HLS manifests that contain video only formats (#11394)
3446
3447 Extractors
3448 + [dplay] Use Safari user agent for HLS (#11418)
3449 + [facebook] Detect login required error message
3450 * [facebook] Improve video selection (#11390)
3451 + [canalplus] Add another video id pattern (#11399)
3452 * [mixcloud] Relax URL regular expression (#11406)
3453 * [ctvnews] Relax URL regular expression (#11394)
3454 + [rte] Capture and output error message (#7746, #10498)
3455 + [prosiebensat1] Add support for DASH formats
3456 * [srgssr] Improve extraction for geo restricted videos (#11089)
3457 * [rts] Improve extraction for geo restricted videos (#4989)
3458
3459
3460 version 2016.12.09
3461
3462 Core
3463 * [socks] Fix error reporting (#11355)
3464
3465 Extractors
3466 * [openload] Fix extraction (#10408)
3467 * [pandoratv] Fix extraction (#11023)
3468 + [telebruxelles] Add support for emission URLs
3469 * [telebruxelles] Extract all formats
3470 + [bloomberg] Add another video id regular expression (#11371)
3471 * [fusion] Update ooyala id regular expression (#11364)
3472 + [1tv] Add support for playlists (#11335)
3473 * [1tv] Improve extraction (#11335)
3474 + [aenetworks] Extract more formats (#11321)
3475 + [thisoldhouse] Recognize /tv-episode/ URLs (#11271)
3476
3477
3478 version 2016.12.01
3479
3480 Extractors
3481 * [soundcloud] Update client id (#11327)
3482 * [ruutu] Detect DRM protected videos
3483 + [liveleak] Add support for youtube embeds (#10688)
3484 * [spike] Fix full episodes support (#11312)
3485 * [comedycentral] Fix full episodes support
3486 * [normalboots] Rewrite in terms of JWPlatform (#11184)
3487 * [teamfourstar] Rewrite in terms of JWPlatform (#11184)
3488 - [screenwavemedia] Remove extractor (#11184)
3489
3490
3491 version 2016.11.27
3492
3493 Extractors
3494 + [webcaster] Add support for webcaster.pro
3495 + [azubu] Add support for azubu.uol.com.br (#11305)
3496 * [viki] Prefer hls formats
3497 * [viki] Fix rtmp formats extraction (#11255)
3498 * [puls4] Relax URL regular expression (#11267)
3499 * [vevo] Improve artist extraction (#10911)
3500 * [mitele] Relax URL regular expression and extract more metadata (#11244)
3501 + [cbslocal] Recognize New York site (#11285)
3502 + [youtube:playlist] Pass disable_polymer in URL query (#11193)
3503
3504
3505 version 2016.11.22
3506
3507 Extractors
3508 * [hellporno] Fix video extension extraction (#11247)
3509 + [hellporno] Add support for hellporno.net (#11247)
3510 + [amcnetworks] Recognize more BBC America URLs (#11263)
3511 * [funnyordie] Improve extraction (#11208)
3512 * [extractor/generic] Improve limelight embeds support
3513 - [crunchyroll] Remove ScaledBorderAndShadow from ASS subtitles (#8207, #9028)
3514 * [bandcamp] Fix free downloads extraction and extract all formats (#11067)
3515 * [twitter:card] Relax URL regular expression (#11225)
3516 + [tvanouvelles] Add support for tvanouvelles.ca (#10616)
3517
3518
3519 version 2016.11.18
3520
3521 Extractors
3522 * [youtube:live] Relax URL regular expression (#11164)
3523 * [openload] Fix extraction (#10408, #11122)
3524 * [vlive] Prefer locale over language for subtitles id (#11203)
3525
3526
3527 version 2016.11.14.1
3528
3529 Core
3530 + [downoader/fragment,f4m,hls] Respect HTTP headers from info dict
3531 * [extractor/common] Fix media templates with Bandwidth substitution pattern in
3532   MPD manifests (#11175)
3533 * [extractor/common] Improve thumbnail extraction from JSON-LD
3534
3535 Extractors
3536 + [nrk] Workaround geo restriction
3537 + [nrk] Improve error detection and messages
3538 + [afreecatv] Add support for vod.afreecatv.com (#11174)
3539 * [cda] Fix and improve extraction (#10929, #10936)
3540 * [plays] Fix extraction (#11165)
3541 * [eagleplatform] Fix extraction (#11160)
3542 + [audioboom] Recognize /posts/ URLs (#11149)
3543
3544
3545 version 2016.11.08.1
3546
3547 Extractors
3548 * [espn:article] Fix support for espn.com articles
3549 * [franceculture] Fix extraction (#11140)
3550
3551
3552 version 2016.11.08
3553
3554 Extractors
3555 * [tmz:article] Fix extraction (#11052)
3556 * [espn] Fix extraction (#11041)
3557 * [mitele] Fix extraction after website redesign (#10824)
3558 - [ard] Remove age restriction check (#11129)
3559 * [generic] Improve support for pornhub.com embeds (#11100)
3560 + [generic] Add support for redtube.com embeds (#11099)
3561 + [generic] Add support for drtuber.com embeds (#11098)
3562 + [redtube] Add support for embed URLs
3563 + [drtuber] Add support for embed URLs
3564 + [yahoo] Improve content id extraction (#11088)
3565 * [toutv] Relax URL regular expression (#11121)
3566
3567
3568 version 2016.11.04
3569
3570 Core
3571 * [extractor/common] Tolerate malformed RESOLUTION attribute in m3u8
3572   manifests (#11113)
3573 * [downloader/ism] Fix AVC Decoder Configuration Record
3574
3575 Extractors
3576 + [fox9] Add support for fox9.com (#11110)
3577 + [anvato] Extract more metadata and improve formats extraction
3578 * [vodlocker] Improve removed videos detection (#11106)
3579 + [vzaar] Add support for vzaar.com (#11093)
3580 + [vice] Add support for uplynk preplay videos (#11101)
3581 * [tubitv] Fix extraction (#11061)
3582 + [shahid] Add support for authentication (#11091)
3583 + [radiocanada] Add subtitles support (#11096)
3584 + [generic] Add support for ISM manifests
3585
3586
3587 version 2016.11.02
3588
3589 Core
3590 + Add basic support for Smooth Streaming protocol (#8118, #10969)
3591 * Improve MPD manifest base URL extraction (#10909, #11079)
3592 * Fix --match-filter for int-like strings (#11082)
3593
3594 Extractors
3595 + [mva] Add support for ISM formats
3596 + [msn] Add support for ISM formats
3597 + [onet] Add support for ISM formats
3598 + [tvp] Add support for ISM formats
3599 + [nicknight] Add support for nicknight sites (#10769)
3600
3601
3602 version 2016.10.30
3603
3604 Extractors
3605 * [facebook] Improve 1080P video detection (#11073)
3606 * [imgur] Recognize /r/ URLs (#11071)
3607 * [beeg] Fix extraction (#11069)
3608 * [openload] Fix extraction (#10408)
3609 * [gvsearch] Modernize and fix search request (#11051)
3610 * [adultswim] Fix extraction (#10979)
3611 + [nobelprize] Add support for nobelprize.org (#9999)
3612 * [hornbunny] Fix extraction (#10981)
3613 * [tvp] Improve video id extraction (#10585)
3614
3615
3616 version 2016.10.26
3617
3618 Extractors
3619 + [rentv] Add support for ren.tv (#10620)
3620 + [ard] Detect unavailable videos (#11018)
3621 * [vk] Fix extraction (#11022)
3622
3623
3624 version 2016.10.25
3625
3626 Core
3627 * Running youtube-dl in the background is fixed (#10996, #10706, #955)
3628
3629 Extractors
3630 + [jamendo] Add support for jamendo.com (#10132, #10736)
3631 + [pandatv] Add support for panda.tv (#10736)
3632 + [dotsub] Support Vimeo embed (#10964)
3633 * [litv] Fix extraction
3634 + [vimeo] Delegate ondemand redirects to ondemand extractor (#10994)
3635 * [vivo] Fix extraction (#11003)
3636 + [twitch:stream] Add support for rebroadcasts (#10995)
3637 * [pluralsight] Fix subtitles conversion (#10990)
3638
3639
3640 version 2016.10.21.1
3641
3642 Extractors
3643 + [pluralsight] Process all clip URLs (#10984)
3644
3645
3646 version 2016.10.21
3647
3648 Core
3649 - Disable thumbnails embedding in mkv
3650 + Add support for Comcast multiple-system operator (#10819)
3651
3652 Extractors
3653 * [pluralsight] Adapt to new API (#10972)
3654 * [openload] Fix extraction (#10408, #10971)
3655 + [natgeo] Extract m3u8 formats (#10959)
3656
3657
3658 version 2016.10.19
3659
3660 Core
3661 + [utils] Expose PACKED_CODES_RE
3662 + [extractor/common] Extract non smil wowza mpd manifests
3663 + [extractor/common] Detect f4m audio-only formats
3664
3665 Extractors
3666 * [vidzi] Fix extraction (#10908, #10952)
3667 * [urplay] Fix subtitles extraction
3668 + [urplay] Add support for urskola.se (#10915)
3669 + [orf] Add subtitles support (#10939)
3670 * [youtube] Fix --no-playlist behavior for youtu.be/id URLs (#10896)
3671 * [nrk] Relax URL regular expression (#10928)
3672 + [nytimes] Add support for podcasts (#10926)
3673 * [pluralsight] Relax URL regular expression (#10941)
3674
3675
3676 version 2016.10.16
3677
3678 Core
3679 * [postprocessor/ffmpeg] Return correct filepath and ext in updated information
3680   in FFmpegExtractAudioPP (#10879)
3681
3682 Extractors
3683 + [ruutu] Add support for supla.fi (#10849)
3684 + [theoperaplatform] Add support for theoperaplatform.eu (#10914)
3685 * [lynda] Fix height for prioritized streams
3686 + [lynda] Add fallback extraction scenario
3687 * [lynda] Switch to https (#10916)
3688 + [huajiao] New extractor (#10917)
3689 * [cmt] Fix mgid extraction (#10813)
3690 + [safari:course] Add support for techbus.safaribooksonline.com
3691 * [orf:tvthek] Fix extraction and modernize (#10898)
3692 * [chirbit] Fix extraction of user profile pages
3693 * [carambatv] Fix extraction
3694 * [canalplus] Fix extraction for some videos
3695 * [cbsinteractive] Fix extraction for cnet.com
3696 * [parliamentliveuk] Lower case URLs are now recognized (#10912)
3697
3698
3699 version 2016.10.12
3700
3701 Core
3702 + Support HTML media elements without child nodes
3703 * [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)
3704
3705 Extractors
3706 * [dailymotion] Fix extraction (#10901)
3707 * [vimeo:review] Fix extraction (#10900)
3708 * [nhl] Correctly handle invalid formats (#10713)
3709 * [footyroom] Fix extraction (#10810)
3710 * [abc.net.au:iview] Fix for standalone (non series) videos (#10895)
3711 + [hbo] Add support for episode pages (#10892)
3712 * [allocine] Fix extraction (#10860)
3713 + [nextmedia] Recognize action news on AppleDaily
3714 * [lego] Improve info extraction and bypass geo restriction (#10872)
3715
3716
3717 version 2016.10.07
3718
3719 Extractors
3720 + [iprima] Detect geo restriction
3721 * [facebook] Fix video extraction (#10846)
3722 + [commonprotocols] Support direct MMS links (#10838)
3723 + [generic] Add support for multiple vimeo embeds (#10862)
3724 + [nzz] Add support for nzz.ch (#4407)
3725 + [npo] Detect geo restriction
3726 + [npo] Add support for 2doc.nl (#10842)
3727 + [lego] Add support for lego.com (#10369)
3728 + [tonline] Add support for t-online.de (#10376)
3729 * [techtalks] Relax URL regular expression (#10840)
3730 * [youtube:live] Extend URL regular expression (#10839)
3731 + [theweatherchannel] Add support for weather.com (#7188)
3732 + [thisoldhouse] Add support for thisoldhouse.com (#10837)
3733 + [nhl] Add support for wch2016.com (#10833)
3734 * [pornoxo] Use JWPlatform to improve metadata extraction
3735
3736
3737 version 2016.10.02
3738
3739 Core
3740 * Fix possibly lost extended attributes during post-processing
3741 + Support pyxattr as well as python-xattr for --xattrs and
3742   --xattr-set-filesize (#9054)
3743
3744 Extractors
3745 + [jwplatform] Support DASH streams in JWPlayer
3746 + [jwplatform] Support old-style JWPlayer playlists
3747 + [byutv:event] Add extractor
3748 * [periscope:user] Fix extraction (#10820)
3749 * [dctp] Fix extraction (#10734)
3750 + [instagram] Extract video dimensions (#10790)
3751 + [tvland] Extend URL regular expression (#10812)
3752 + [vgtv] Add support for tv.aftonbladet.se (#10800)
3753 - [aftonbladet] Remove extractor
3754 * [vk] Fix timestamp and view count extraction (#10760)
3755 + [vk] Add support for running and finished live streams (#10799)
3756 + [leeco] Recognize more Le Sports URLs (#10794)
3757 + [instagram] Extract comments (#10788)
3758 + [ketnet] Extract mzsource formats (#10770)
3759 * [limelight:media] Improve HTTP formats extraction
3760
3761
3762 version 2016.09.27
3763
3764 Core
3765 + Add hdcore query parameter to akamai f4m formats
3766 + Delegate HLS live streams downloading to ffmpeg
3767 + Improved support for HTML5 subtitles
3768
3769 Extractors
3770 + [vk] Add support for dailymotion embeds (#10661)
3771 * [promptfile] Fix extraction (#10634)
3772 * [kaltura] Speed up embed regular expressions (#10764)
3773 + [npo] Add support for anderetijden.nl (#10754)
3774 + [prosiebensat1] Add support for advopedia sites
3775 * [mwave] Relax URL regular expression (#10735, #10748)
3776 * [prosiebensat1] Fix playlist support (#10745)
3777 + [prosiebensat1] Add support for sat1gold sites (#10745)
3778 + [cbsnews:livevideo] Fix extraction and extract m3u8 formats
3779 + [brightcove:new] Add support for live streams
3780 * [soundcloud] Generalize playlist entries extraction (#10733)
3781 + [mtv] Add support for new URL schema (#8169, #9808)
3782 * [einthusan] Fix extraction (#10714)
3783 + [twitter] Support Periscope embeds (#10737)
3784 + [openload] Support subtitles (#10625)
3785
3786
3787 version 2016.09.24
3788
3789 Core
3790 + Add support for watchTVeverywhere.com authentication provider based MSOs for
3791   Adobe Pass authentication (#10709)
3792
3793 Extractors
3794 + [soundcloud:playlist] Provide video id for early playlist entries (#10733)
3795 + [prosiebensat1] Add support for kabeleinsdoku (#10732)
3796 * [cbs] Extract info from thunder videoPlayerService (#10728)
3797 * [openload] Fix extraction (#10408)
3798 + [ustream] Support the new HLS streams (#10698)
3799 + [ooyala] Extract all HLS formats
3800 + [cartoonnetwork] Add support for Adobe Pass authentication
3801 + [soundcloud] Extract license metadata
3802 + [fox] Add support for Adobe Pass authentication (#8584)
3803 + [tbs] Add support for Adobe Pass authentication (#10642, #10222)
3804 + [trutv] Add support for Adobe Pass authentication (#10519)
3805 + [turner] Add support for Adobe Pass authentication
3806
3807
3808 version 2016.09.19
3809
3810 Extractors
3811 + [crunchyroll] Check if already authenticated (#10700)
3812 - [twitch:stream] Remove fallback to profile extraction when stream is offline
3813 * [thisav] Improve title extraction (#10682)
3814 * [vyborymos] Improve station info extraction
3815
3816
3817 version 2016.09.18
3818
3819 Core
3820 + Introduce manifest_url and fragments fields in formats dictionary for
3821   fragmented media
3822 + Provide manifest_url field for DASH segments, HLS and HDS
3823 + Provide fragments field for DASH segments
3824 * Rework DASH segments downloader to use fragments field
3825 + Add helper method for Wowza Streaming Engine formats extraction
3826
3827 Extractors
3828 + [vyborymos] Add extractor for vybory.mos.ru (#10692)
3829 + [xfileshare] Add title regular expression for streamin.to (#10646)
3830 + [globo:article] Add support for multiple videos (#10653)
3831 + [thisav] Recognize HTML5 videos (#10447)
3832 * [jwplatform] Improve JWPlayer detection
3833 + [mangomolo] Add support for Mangomolo embeds
3834 + [toutv] Add support for authentication (#10669)
3835 * [franceinter] Fix upload date extraction
3836 * [tv4] Fix HLS and HDS formats extraction (#10659)
3837
3838
3839 version 2016.09.15
3840
3841 Core
3842 * Improve _hidden_inputs
3843 + Introduce improved explicit Adobe Pass support
3844 + Add --ap-mso to provide multiple-system operator identifier
3845 + Add --ap-username to provide MSO account username
3846 + Add --ap-password to provide MSO account password
3847 + Add --ap-list-mso to list all supported MSOs
3848 + Add support for Rogers Cable multiple-system operator (#10606)
3849
3850 Extractors
3851 * [crunchyroll] Fix authentication (#10655)
3852 * [twitch] Fix API calls (#10654, #10660)
3853 + [bellmedia] Add support for more Bell Media Television sites
3854 * [franceinter] Fix extraction (#10538, #2105)
3855 * [kuwo] Improve error detection (#10650)
3856 + [go] Add support for free full episodes (#10439)
3857 * [bilibili] Fix extraction for specific videos (#10647)
3858 * [nhk] Fix extraction (#10633)
3859 * [kaltura] Improve audio detection
3860 * [kaltura] Skip chun format
3861 + [vimeo:ondemand] Pass Referer along with embed URL (#10624)
3862 + [nbc] Add support for NBC Olympics (#10361)
3863
3864
3865 version 2016.09.11.1
3866
3867 Extractors
3868 + [tube8] Extract categories and tags (#10579)
3869 + [pornhub] Extract categories and tags (#10499)
3870 * [openload] Temporary fix (#10408)
3871 + [foxnews] Add support Fox News articles (#10598)
3872 * [viafree] Improve video id extraction (#10615)
3873 * [iwara] Fix extraction after relaunch (#10462, #3215)
3874 + [tfo] Add extractor for tfo.org
3875 * [lrt] Fix audio extraction (#10566)
3876 * [9now] Fix extraction (#10561)
3877 + [canalplus] Add support for c8.fr (#10577)
3878 * [newgrounds] Fix uploader extraction (#10584)
3879 + [polskieradio:category] Add support for category lists (#10576)
3880 + [ketnet] Add extractor for ketnet.be (#10343)
3881 + [canvas] Add support for een.be (#10605)
3882 + [telequebec] Add extractor for telequebec.tv (#1999)
3883 * [parliamentliveuk] Fix extraction (#9137)
3884
3885
3886 version 2016.09.08
3887
3888 Extractors
3889 + [jwplatform] Extract height from format label
3890 + [yahoo] Extract Brightcove Legacy Studio embeds (#9345)
3891 * [videomore] Fix extraction (#10592)
3892 * [foxgay] Fix extraction (#10480)
3893 + [rmcdecouverte] Add extractor for rmcdecouverte.bfmtv.com (#9709)
3894 * [gamestar] Fix metadata extraction (#10479)
3895 * [puls4] Fix extraction (#10583)
3896 + [cctv] Add extractor for CCTV and CNTV (#8153)
3897 + [lci] Add extractor for lci.fr (#10573)
3898 + [wat] Extract DASH formats
3899 + [viafree] Improve video id detection (#10569)
3900 + [trutv] Add extractor for trutv.com (#10519)
3901 + [nick] Add support for nickelodeon.nl (#10559)
3902 + [abcotvs:clips] Add support for clips.abcotvs.com
3903 + [abcotvs] Add support for ABC Owned Television Stations sites (#9551)
3904 + [miaopai] Add extractor for miaopai.com (#10556)
3905 * [gamestar] Fix metadata extraction (#10479)
3906 + [bilibili] Add support for episodes (#10190)
3907 + [tvnoe] Add extractor for tvnoe.cz (#10524)
3908
3909
3910 version 2016.09.04.1
3911
3912 Core
3913 * In DASH downloader if the first segment fails, abort the whole download
3914   process to prevent throttling (#10497)
3915 + Add support for --skip-unavailable-fragments and --fragment retries in
3916   hlsnative downloader (#10165, #10448).
3917 + Add support for --skip-unavailable-fragments in DASH downloader
3918 + Introduce --skip-unavailable-fragments option for fragment based downloaders
3919   that allows to skip fragments unavailable due to a HTTP error
3920 * Fix extraction of video/audio entries with src attribute in
3921   _parse_html5_media_entries (#10540)
3922
3923 Extractors
3924 * [theplatform] Relax URL regular expression (#10546)
3925 * [youtube:playlist] Extend URL regular expression
3926 * [rottentomatoes] Delegate extraction to internetvideoarchive extractor
3927 * [internetvideoarchive] Extract all formats
3928 * [pornvoisines] Fix extraction (#10469)
3929 * [rottentomatoes] Fix extraction (#10467)
3930 * [espn] Extend URL regular expression (#10549)
3931 * [vimple] Extend URL regular expression (#10547)
3932 * [youtube:watchlater] Fix extraction (#10544)
3933 * [youjizz] Fix extraction (#10437)
3934 + [foxnews] Add support for FoxNews Insider (#10445)
3935 + [fc2] Recognize Flash player URLs (#10512)
3936
3937
3938 version 2016.09.03
3939
3940 Core
3941 * Restore usage of NAME attribute from EXT-X-MEDIA tag for formats codes in
3942   _extract_m3u8_formats (#10522)
3943 * Handle semicolon in mimetype2ext
3944
3945 Extractors
3946 + [youtube] Add support for rental videos' previews (#10532)
3947 * [youtube:playlist] Fallback to video extraction for video/playlist URLs when
3948   no playlist is actually served (#10537)
3949 + [drtv] Add support for dr.dk/nyheder (#10536)
3950 + [facebook:plugins:video] Add extractor (#10530)
3951 + [go] Add extractor for *.go.com sites
3952 * [adobepass] Check for authz_token expiration (#10527)
3953 * [nytimes] improve extraction
3954 * [thestar] Fix extraction (#10465)
3955 * [glide] Fix extraction (#10478)
3956 - [exfm] Remove extractor (#10482)
3957 * [youporn] Fix categories and tags extraction (#10521)
3958 + [curiositystream] Add extractor for app.curiositystream.com
3959 - [thvideo] Remove extractor (#10464)
3960 * [movingimage] Fix for the new site name (#10466)
3961 + [cbs] Add support for once formats (#10515)
3962 * [limelight] Skip ism snd duplicate manifests
3963 + [porncom] Extract categories and tags (#10510)
3964 + [facebook] Extract timestamp (#10508)
3965 + [yahoo] Extract more formats
3966
3967
3968 version 2016.08.31
3969
3970 Extractors
3971 * [soundcloud] Fix URL regular expression to avoid clashes with sets (#10505)
3972 * [bandcamp:album] Fix title extraction (#10455)
3973 * [pyvideo] Fix extraction (#10468)
3974 + [ctv] Add support for tsn.ca, bnn.ca and thecomedynetwork.ca (#10016)
3975 * [9c9media] Extract more metadata
3976 * [9c9media] Fix multiple stacks extraction (#10016)
3977 * [adultswim] Improve video info extraction (#10492)
3978 * [vodplatform] Improve embed regular expression
3979 - [played] Remove extractor (#10470)
3980 + [tbs] Add extractor for tbs.com and tntdrama.com (#10222)
3981 + [cartoonnetwork] Add extractor for cartoonnetwork.com (#10110)
3982 * [adultswim] Rework in terms of turner extractor
3983 * [cnn] Rework in terms of turner extractor
3984 * [nba] Rework in terms of turner extractor
3985 + [turner] Add base extractor for Turner Broadcasting System based sites
3986 * [bilibili] Fix extraction (#10375)
3987 * [openload] Fix extraction (#10408)
3988
3989
3990 version 2016.08.28
3991
3992 Core
3993 + Add warning message that ffmpeg doesn't support SOCKS
3994 * Improve thumbnail sorting
3995 + Extract formats from #EXT-X-MEDIA tags in _extract_m3u8_formats
3996 * Fill IV with leading zeros for IVs shorter than 16 octets in hlsnative
3997 + Add ac-3 to the list of audio codecs in parse_codecs
3998
3999 Extractors
4000 * [periscope:user] Fix extraction (#10453)
4001 * [douyutv] Fix extraction (#10153, #10318, #10444)
4002 + [nhk:vod] Add extractor for www3.nhk.or.jp on demand (#4437, #10424)
4003 - [trutube] Remove extractor (#10438)
4004 + [usanetwork] Add extractor for usanetwork.com
4005 * [crackle] Fix extraction (#10333)
4006 * [spankbang] Fix description and uploader extraction (#10339)
4007 * [discoverygo] Detect cable provider restricted videos (#10425)
4008 + [cbc] Add support for watch.cbc.ca
4009 * [kickstarter] Silent the warning for og:description (#10415)
4010 * [mtvservices:embedded] Fix extraction for the new 'edge' player (#10363)
4011
4012
4013 version 2016.08.24.1
4014
4015 Extractors
4016 + [pluralsight] Add support for subtitles (#9681)
4017
4018
4019 version 2016.08.24
4020
4021 Extractors
4022 * [youtube] Fix authentication (#10392)
4023 * [openload] Fix extraction (#10408)
4024 + [bravotv] Add support for Adobe Pass (#10407)
4025 * [bravotv] Fix clip info extraction (#10407)
4026 * [eagleplatform] Improve embedded videos detection (#10409)
4027 * [awaan] Fix extraction
4028 * [mtvservices:embedded] Update config URL
4029 + [abc:iview] Add extractor (#6148)
4030
4031
4032 version 2016.08.22
4033
4034 Core
4035 * Improve formats and subtitles extension auto calculation
4036 + Recognize full unit names in parse_filesize
4037 + Add support for m3u8 manifests in HTML5 multimedia tags
4038 * Fix octal/hexadecimal number detection in js_to_json
4039
4040 Extractors
4041 + [ivi] Add support for 720p and 1080p
4042 + [charlierose] Add new extractor (#10382)
4043 * [1tv] Fix extraction (#9249)
4044 * [twitch] Renew authentication
4045 * [kaltura] Improve subtitles extension calculation
4046 + [zingmp3] Add support for video clips
4047 * [zingmp3] Fix extraction (#10041)
4048 * [kaltura] Improve subtitles extraction (#10279)
4049 * [cultureunplugged] Fix extraction (#10330)
4050 + [cnn] Add support for money.cnn.com (#2797)
4051 * [cbsnews] Fix extraction (#10362)
4052 * [cbs] Fix extraction (#10393)
4053 + [litv] Support 'promo' URLs (#10385)
4054 * [snotr] Fix extraction (#10338)
4055 * [n-tv.de] Fix extraction (#10331)
4056 * [globo:article] Relax URL and video id regular expressions (#10379)
4057
4058
4059 version 2016.08.19
4060
4061 Core
4062 - Remove output template description from --help
4063 * Recognize lowercase units in parse_filesize
4064
4065 Extractors
4066 + [porncom] Add extractor for porn.com (#2251, #10251)
4067 + [generic] Add support for DBTV embeds
4068 * [vk:wallpost] Fix audio extraction for new site layout
4069 * [vk] Fix authentication
4070 + [hgtvcom:show] Add extractor for hgtv.com shows (#10365)
4071 + [discoverygo] Add support for another GO network sites
4072
4073
4074 version 2016.08.17
4075
4076 Core
4077 + Add _get_netrc_login_info
4078
4079 Extractors
4080 * [mofosex] Extract all formats (#10335)
4081 + [generic] Add support for vbox7 embeds
4082 + [vbox7] Add support for embed URLs
4083 + [viafree] Add extractor (#10358)
4084 + [mtg] Add support for viafree URLs (#10358)
4085 * [theplatform] Extract all subtitles per language
4086 + [xvideos] Fix HLS extraction (#10356)
4087 + [amcnetworks] Add extractor
4088 + [bbc:playlist] Add support for pagination (#10349)
4089 + [fxnetworks] Add extractor (#9462)
4090 * [cbslocal] Fix extraction for SendtoNews-based videos
4091 * [sendtonews] Fix extraction
4092 * [jwplatform] Extract video id from JWPlayer data
4093 - [zippcast] Remove extractor (#10332)
4094 + [viceland] Add extractor (#8799)
4095 + [adobepass] Add base extractor for Adobe Pass Authentication
4096 * [life:embed] Improve extraction
4097 * [vgtv] Detect geo restricted videos (#10348)
4098 + [uplynk] Add extractor
4099 * [xiami] Fix extraction (#10342)
4100
4101
4102 version 2016.08.13
4103
4104 Core
4105 * Show progress for curl external downloader
4106 * Forward more options to curl external downloader
4107
4108 Extractors
4109 * [pbs] Fix description extraction
4110 * [franceculture] Fix extraction (#10324)
4111 * [pornotube] Fix extraction (#10322)
4112 * [4tube] Fix metadata extraction (#10321)
4113 * [imgur] Fix width and height extraction (#10325)
4114 * [expotv] Improve extraction
4115 + [vbox7] Fix extraction (#10309)
4116 - [tapely] Remove extractor (#10323)
4117 * [muenchentv] Fix extraction (#10313)
4118 + [24video] Add support for .me and .xxx TLDs
4119 * [24video] Fix comment count extraction
4120 * [sunporno] Add support for embed URLs
4121 * [sunporno] Fix metadata extraction (#10316)
4122 + [hgtv] Add extractor for hgtv.ca (#3999)
4123 - [pbs] Remove request to unavailable API
4124 + [pbs] Add support for high quality HTTP formats
4125 + [crunchyroll] Add support for HLS formats (#10301)
4126
4127
4128 version 2016.08.12
4129
4130 Core
4131 * Subtitles are now written as is. Newline conversions are disabled. (#10268)
4132 + Recognize more formats in unified_timestamp
4133
4134 Extractors
4135 - [goldenmoustache] Remove extractor (#10298)
4136 * [drtuber] Improve title extraction
4137 * [drtuber] Make dislike count optional (#10297)
4138 * [chirbit] Fix extraction (#10296)
4139 * [francetvinfo] Relax URL regular expression
4140 * [rtlnl] Relax URL regular expression (#10282)
4141 * [formula1] Relax URL regular expression (#10283)
4142 * [wat] Improve extraction (#10281)
4143 * [ctsnews] Fix extraction
4144
4145
4146 version 2016.08.10
4147
4148 Core
4149 * Make --metadata-from-title non fatal when title does not match the pattern
4150 * Introduce options for randomized sleep before each download
4151   --min-sleep-interval and --max-sleep-interval (#9930)
4152 * Respect default in _search_json_ld
4153
4154 Extractors
4155 + [uol] Add extractor for uol.com.br (#4263)
4156 * [rbmaradio] Fix extraction and extract all formats (#10242)
4157 + [sonyliv] Add extractor for sonyliv.com (#10258)
4158 * [aparat] Fix extraction
4159 * [cwtv] Extract HTTP formats
4160 + [rozhlas] Add extractor for prehravac.rozhlas.cz (#10253)
4161 * [kuwo:singer] Fix extraction
4162
4163
4164 version 2016.08.07
4165
4166 Core
4167 + Add support for TV Parental Guidelines ratings in parse_age_limit
4168 + Add decode_png (#9706)
4169 + Add support for partOfTVSeries in JSON-LD
4170 * Lower master M3U8 manifest preference for better format sorting
4171
4172 Extractors
4173 + [discoverygo] Add extractor (#10245)
4174 * [flipagram] Make JSON-LD extraction non fatal
4175 * [generic] Make JSON-LD extraction non fatal
4176 + [bbc] Add support for morph embeds (#10239)
4177 * [tnaflixnetworkbase] Improve title extraction
4178 * [tnaflix] Fix metadata extraction (#10249)
4179 * [fox] Fix theplatform release URL query
4180 * [openload] Fix extraction (#9706)
4181 * [bbc] Skip duplicate manifest URLs
4182 * [bbc] Improve format code
4183 + [bbc] Add support for DASH and F4M
4184 * [bbc] Improve format sorting and listing
4185 * [bbc] Improve playlist extraction
4186 + [pokemon] Add extractor (#10093)
4187 + [condenast] Add fallback scenario for video info extraction
4188
4189
4190 version 2016.08.06
4191
4192 Core
4193 * Add support for JSON-LD root list entries (#10203)
4194 * Improve unified_timestamp
4195 * Lower preference of RTSP formats in generic sorting
4196 + Add support for multiple properties in _og_search_property
4197 * Improve password hiding from verbose output
4198
4199 Extractors
4200 + [adultswim] Add support for trailers (#10235)
4201 * [archiveorg] Improve extraction (#10219)
4202 + [jwplatform] Add support for playlists
4203 + [jwplatform] Add support for relative URLs
4204 * [jwplatform] Improve audio detection
4205 + [tvplay] Capture and output native error message
4206 + [tvplay] Extract series metadata
4207 + [tvplay] Add support for subtitles (#10194)
4208 * [tvp] Improve extraction (#7799)
4209 * [cbslocal] Fix timestamp parsing (#10213)
4210 + [naver] Add support for subtitles (#8096)
4211 * [naver] Improve extraction
4212 * [condenast] Improve extraction
4213 * [engadget] Relax URL regular expression
4214 * [5min] Fix extraction
4215 + [nationalgeographic] Add support for Episode Guide
4216 + [kaltura] Add support for subtitles
4217 * [kaltura] Optimize network requests
4218 + [vodplatform] Add extractor for vod-platform.net
4219 - [gamekings] Remove extractor
4220 * [limelight] Extract HTTP formats
4221 * [ntvru] Fix extraction
4222 + [comedycentral] Re-add :tds and :thedailyshow shortnames
4223
4224
4225 version 2016.08.01
4226
4227 Fixed/improved extractors
4228 - [yandexmusic:track] Adapt to changes in track location JSON (#10193)
4229 - [bloomberg] Support another form of player (#10187)
4230 - [limelight] Skip DRM protected videos
4231 - [safari] Relax regular expressions for URL matching (#10202)
4232 - [cwtv] Add support for cwtvpr.com (#10196)
4233
4234
4235 version 2016.07.30
4236
4237 Fixed/improved extractors
4238 - [twitch:clips] Sort formats
4239 - [tv2] Use m3u8_native
4240 - [tv2:article] Fix video detection (#10188)
4241 - rtve (#10076)
4242 - [dailymotion:playlist] Optimize download archive processing (#10180)
4243
4244
4245 version 2016.07.28
4246
4247 Fixed/improved extractors
4248 - shared (#10170)
4249 - soundcloud (#10179)
4250 - twitch (#9767)
4251
4252
4253 version 2016.07.26.2
4254
4255 Fixed/improved extractors
4256 - smotri
4257 - camdemy
4258 - mtv
4259 - comedycentral
4260 - cmt
4261 - cbc
4262 - mgtv
4263 - orf
4264
4265
4266 version 2016.07.24
4267
4268 New extractors
4269 - arkena (#8682)
4270 - lcp (#8682)
4271
4272 Fixed/improved extractors
4273 - facebook (#10151)
4274 - dailymail
4275 - telegraaf
4276 - dcn
4277 - onet
4278 - tvp
4279
4280 Miscellaneous
4281 - Support $Time$ in DASH manifests
4282
4283
4284 version 2016.07.22
4285
4286 New extractors
4287 - odatv (#9285)
4288
4289 Fixed/improved extractors
4290 - bbc
4291 - youjizz (#10131)
4292 - youtube (#10140)
4293 - pornhub (#10138)
4294 - eporner (#10139)
4295
4296
4297 version 2016.07.17
4298
4299 New extractors
4300 - nintendo (#9986)
4301 - streamable (#9122)
4302
4303 Fixed/improved extractors
4304 - ard (#10095)
4305 - mtv
4306 - comedycentral (#10101)
4307 - viki (#10098)
4308 - spike (#10106)
4309
4310 Miscellaneous
4311 - Improved twitter player detection (#10090)
4312
4313
4314 version 2016.07.16
4315
4316 New extractors
4317 - ninenow (#5181)
4318
4319 Fixed/improved extractors
4320 - rtve (#10076)
4321 - brightcove
4322 - 3qsdn
4323 - syfy (#9087, #3820, #2388)
4324 - youtube (#10083)
4325
4326 Miscellaneous
4327 - Fix subtitle embedding for video-only and audio-only files (#10081)
4328
4329
4330 version 2016.07.13
4331
4332 New extractors
4333 - rudo
4334
4335 Fixed/improved extractors
4336 - biobiochiletv
4337 - tvplay
4338 - dbtv
4339 - brightcove
4340 - tmz
4341 - youtube (#10059)
4342 - shahid (#10062)
4343 - vk
4344 - ellentv (#10067)
4345
4346
4347 version 2016.07.11
4348
4349 New Extractors
4350 - roosterteeth (#9864)
4351
4352 Fixed/improved extractors
4353 - miomio (#9605)
4354 - vuclip
4355 - youtube
4356 - vidzi (#10058)
4357
4358
4359 version 2016.07.09.2
4360
4361 Fixed/improved extractors
4362 - vimeo (#1638)
4363 - facebook (#10048)
4364 - lynda (#10047)
4365 - animeondemand
4366
4367 Fixed/improved features
4368 - Embedding subtitles no longer throws an error with problematic inputs (#9063)
4369
4370
4371 version 2016.07.09.1
4372
4373 Fixed/improved extractors
4374 - youtube
4375 - ard
4376 - srmediatek (#9373)
4377
4378
4379 version 2016.07.09
4380
4381 New extractors
4382 - Flipagram (#9898)
4383
4384 Fixed/improved extractors
4385 - telecinco
4386 - toutv
4387 - radiocanada
4388 - tweakers (#9516)
4389 - lynda
4390 - nick (#7542)
4391 - polskieradio (#10028)
4392 - le
4393 - facebook (#9851)
4394 - mgtv
4395 - animeondemand (#10031)
4396
4397 Fixed/improved features
4398 - `--postprocessor-args` and `--downloader-args` now accepts non-ASCII inputs
4399   on non-Windows systems
4400
4401
4402 version 2016.07.07
4403
4404 New extractors
4405 - kamcord (#10001)
4406
4407 Fixed/improved extractors
4408 - spiegel (#10018)
4409 - metacafe (#8539, #3253)
4410 - onet (#9950)
4411 - francetv (#9955)
4412 - brightcove (#9965)
4413 - daum (#9972)
4414
4415
4416 version 2016.07.06
4417
4418 Fixed/improved extractors
4419 - youtube (#10007, #10009)
4420 - xuite
4421 - stitcher
4422 - spiegel
4423 - slideshare
4424 - sandia
4425 - rtvnh
4426 - prosiebensat1
4427 - onionstudios
4428
4429
4430 version 2016.07.05
4431
4432 Fixed/improved extractors
4433 - brightcove
4434 - yahoo (#9995)
4435 - pornhub (#9997)
4436 - iqiyi
4437 - kaltura (#5557)
4438 - la7
4439 - Changed features
4440 - Rename --cn-verfication-proxy to --geo-verification-proxy
4441 Miscellaneous
4442 - Add script for displaying downloads statistics
4443
4444
4445 version 2016.07.03.1
4446
4447 Fixed/improved extractors
4448 - theplatform
4449 - aenetworks
4450 - nationalgeographic
4451 - hrti (#9482)
4452 - facebook (#5701)
4453 - buzzfeed (#5701)
4454 - rai (#8617, #9157, #9232, #8552, #8551)
4455 - nationalgeographic (#9991)
4456 - iqiyi
4457
4458
4459 version 2016.07.03
4460
4461 New extractors
4462 - hrti (#9482)
4463
4464 Fixed/improved extractors
4465 - vk (#9981)
4466 - facebook (#9938)
4467 - xtube (#9953, #9961)
4468
4469
4470 version 2016.07.02
4471
4472 New extractors
4473 - fusion (#9958)
4474
4475 Fixed/improved extractors
4476 - twitch (#9975)
4477 - vine (#9970)
4478 - periscope (#9967)
4479 - pornhub (#8696)
4480
4481
4482 version 2016.07.01
4483
4484 New extractors
4485 - 9c9media
4486 - ctvnews (#2156)
4487 - ctv (#4077)
4488
4489 Fixed/Improved extractors
4490 - rds
4491 - meta (#8789)
4492 - pornhub (#9964)
4493 - sixplay (#2183)
4494
4495 New features
4496 - Accept quoted strings across multiple lines (#9940)