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