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