[ChangeLog] Actualize
[youtube-dl] / ChangeLog
1 version <unreleased>
2
3 Extractors
4 * [crunchyroll] Fix descriptions with double quotes (#12124)
5 * [dailymotion] Make comment count optional (#12209)
6 + [vidzi] Add support for vidzi.cc (#12213)
7 + [24video] Add support for 24video.tube (#12217)
8 + [crackle] Use geo bypass mechanism
9 + [viewster] Use geo verification headers
10 + [tfo] Improve geo restriction detection and use geo bypass mechanism
11 + [telequebec] Use geo bypass mechanism
12 + [limelight] Extract PlaylistService errors and improve geo restriction
13   detection
14
15
16 version 2017.02.21
17
18 Core
19 * [extractor/common] Allow calling _initialize_geo_bypass from extractors
20   (#11970)
21 + [adobepass] Add support for Time Warner Cable (#12191)
22 + [travis] Run tests in parallel
23 + [downloader/ism] Honor HTTP headers when downloading fragments
24 + [downloader/dash] Honor HTTP headers when downloading fragments
25 + [utils] Add GeoUtils class for working with geo tools and GeoUtils.random_ipv4
26 + Add option --geo-bypass-country for explicit geo bypass on behalf of
27   specified country
28 + Add options to control geo bypass mechanism --geo-bypass and --no-geo-bypass
29 + Add experimental geo restriction bypass mechanism based on faking
30   X-Forwarded-For HTTP header
31 + [utils] Introduce GeoRestrictedError for geo restricted videos
32 + [utils] Introduce YoutubeDLError base class for all youtube-dl exceptions
33
34 Extractors
35 + [ninecninemedia] Use geo bypass mechanism
36 * [spankbang] Make uploader optional (#12193)
37 + [iprima] Improve geo restriction detection and disable geo bypass
38 * [iprima] Modernize
39 * [commonmistakes] Disable UnicodeBOM extractor test for python 3.2
40 + [prosiebensat1] Throw ExtractionError on unsupported page type (#12180)
41 * [nrk] Update _API_HOST and relax _VALID_URL
42 + [tv4] Bypass geo restriction and improve detection
43 * [tv4] Switch to hls3 protocol (#12177)
44 + [viki] Improve geo restriction detection
45 + [vgtv] Improve geo restriction detection
46 + [srgssr] Improve geo restriction detection
47 + [vbox7] Improve geo restriction detection and use geo bypass mechanism
48 + [svt] Improve geo restriction detection and use geo bypass mechanism
49 + [pbs] Improve geo restriction detection and use geo bypass mechanism
50 + [ondemandkorea] Improve geo restriction detection and use geo bypass mechanism
51 + [nrk] Improve geo restriction detection and use geo bypass mechanism
52 + [itv] Improve geo restriction detection and use geo bypass mechanism
53 + [go] Improve geo restriction detection and use geo bypass mechanism
54 + [dramafever] Improve geo restriction detection and use geo bypass mechanism
55 * [brightcove:legacy] Restrict videoPlayer value (#12040)
56 + [tvn24] Add support for tvn24.pl and tvn24bis.pl (#11679)
57 + [thisav] Add support for HTML5 media (#11771)
58 * [metacafe] Bypass family filter (#10371)
59 * [viceland] Improve info extraction
60
61
62 version 2017.02.17
63
64 Extractors
65 * [heise] Improve extraction (#9725)
66 * [ellentv] Improve (#11653)
67 * [openload] Fix extraction (#10408, #12002)
68 + [theplatform] Recognize URLs with whitespaces (#12044)
69 * [einthusan] Relax URL regular expression (#12141, #12159)
70 + [generic] Support complex JWPlayer embedded videos (#12030)
71 * [elpais] Improve extraction (#12139)
72
73
74 version 2017.02.16
75
76 Core
77 + [utils] Add support for quoted string literals in --match-filter (#8050,
78   #12142, #12144)
79
80 Extractors
81 * [ceskatelevize] Lower priority for audio description sources (#12119)
82 * [amcnetworks] Fix extraction (#12127)
83 * [pinkbike] Fix uploader extraction (#12054)
84 + [onetpl] Add support for businessinsider.com.pl and plejada.pl
85 + [onetpl] Add support for onet.pl (#10507)
86 + [onetmvp] Add shortcut extractor
87 + [vodpl] Add support for vod.pl (#12122)
88 + [pornhub] Extract video URL from tv platform site (#12007, #12129)
89 + [ceskatelevize] Extract DASH formats (#12119, #12133)
90
91
92 version 2017.02.14
93
94 Core
95 * TypeError is fixed with Python 2.7.13 on Windows (#11540, #12085)
96
97 Extractor
98 * [zdf] Fix extraction (#12117)
99 * [xtube] Fix extraction for both kinds of video id (#12088)
100 * [xtube] Improve title extraction (#12088)
101 + [lemonde] Fallback delegate extraction to generic extractor (#12115, #12116)
102 * [bellmedia] Allow video id longer than 6 characters (#12114)
103 + [limelight] Add support for referer protected videos
104 * [disney] Improve extraction (#4975, #11000, #11882, #11936)
105 * [hotstar] Improve extraction (#12096)
106 * [einthusan] Fix extraction (#11416)
107 + [aenetworks] Add support for lifetimemovieclub.com (#12097)
108 * [youtube] Fix parsing codecs (#12091)
109
110
111 version 2017.02.11
112
113 Core
114 + [utils] Introduce get_elements_by_class and get_elements_by_attribute
115   utility functions
116 + [extractor/common] Skip m3u8 manifests protected with Adobe Flash Access
117
118 Extractor
119 * [pluralsight:course] Fix extraction (#12075)
120 + [bbc] Extract m3u8 formats with 320k audio
121 * [facebook] Relax video id matching (#11017, #12055, #12056)
122 + [corus] Add support for Corus Entertainment sites (#12060, #9164)
123 + [pluralsight] Detect blocked account error message (#12070)
124 + [bloomberg] Add another video id pattern (#12062)
125 * [extractor/commonmistakes] Restrict URL regular expression (#12050)
126 + [tvplayer] Add support for tvplayer.com
127
128
129 version 2017.02.10
130
131 Extractors
132 * [xtube] Fix extraction (#12023)
133 * [pornhub] Fix extraction (#12007, #12018)
134 * [facebook] Improve JS data regular expression (#12042)
135 * [kaltura] Improve embed partner id extraction (#12041)
136 + [sprout] Add support for sproutonline.com
137 * [6play] Improve extraction
138 + [scrippsnetworks:watch] Add support for Scripps Networks sites (#10765)
139 + [go] Add support for Adobe Pass authentication (#11468, #10831)
140 * [6play] Fix extraction (#12011)
141 + [nbc] Add support for Adobe Pass authentication (#12006)
142
143
144 version 2017.02.07
145
146 Core
147 * [extractor/common] Fix audio only with audio group in m3u8 (#11995)
148 + [downloader/fragment] Respect --no-part
149 * [extractor/common] Speed-up HTML5 media entries extraction (#11979)
150
151 Extractors
152 * [pornhub] Fix extraction (#11997)
153 + [canalplus] Add support for cstar.fr (#11990)
154 + [extractor/generic] Improve RTMP support (#11993)
155 + [gaskrank] Add support for gaskrank.tv (#11685)
156 * [bandcamp] Fix extraction for incomplete albums (#11727)
157 * [iwara] Fix extraction (#11781)
158 * [googledrive] Fix extraction on Python 3.6
159 + [videopress] Add support for videopress.com
160 + [afreecatv] Extract RTMP formats
161
162
163 version 2017.02.04.1
164
165 Extractors
166 + [twitch:stream] Add support for player.twitch.tv (#11971)
167 * [radiocanada] Fix extraction for toutv rtmp formats
168
169
170 version 2017.02.04
171
172 Core
173 + Add --playlist-random to shuffle playlists (#11889, #11901)
174 * [utils] Improve comments processing in js_to_json (#11947)
175 * [utils] Handle single-line comments in js_to_json
176 * [downloader/external:ffmpeg] Minimize the use of aac_adtstoasc filter
177
178 Extractors
179 + [piksel] Add another app token pattern (#11969)
180 + [vk] Capture and output author blocked error message (#11965)
181 + [turner] Fix secure HLS formats downloading with ffmpeg (#11358, #11373,
182   #11800)
183 + [drtv] Add support for live and radio sections (#1827, #3427)
184 * [myspace] Fix extraction and extract HLS and HTTP formats
185 + [youtube] Add format info for itag 325 and 328
186 * [vine] Fix extraction (#11955)
187 - [sportbox] Remove extractor (#11954)
188 + [filmon] Add support for filmon.com (#11187)
189 + [infoq] Add audio only formats (#11565)
190 * [douyutv] Improve room id regular expression (#11931)
191 * [iprima] Fix extraction (#11920, #11896)
192 * [youtube] Fix ytsearch when cookies are provided (#11924)
193 * [go] Relax video id regular expression (#11937)
194 * [facebook] Fix title extraction (#11941)
195 + [youtube:playlist] Recognize TL playlists (#11945)
196 + [bilibili] Support new Bangumi URLs (#11845)
197 + [cbc:watch] Extract audio codec for audio only formats (#11893)
198 + [elpais] Fix extraction for some URLs (#11765)
199
200
201 version 2017.02.01
202
203 Extractors
204 + [facebook] Add another fallback extraction scenario (#11926)
205 * [prosiebensat1] Fix extraction of descriptions (#11810, #11929)
206 - [crunchyroll] Remove ScaledBorderAndShadow settings (#9028)
207 + [vimeo] Extract upload timestamp
208 + [vimeo] Extract license (#8726, #11880)
209 + [nrk:series] Add support for series (#11571, #11711)
210
211
212 version 2017.01.31
213
214 Core
215 + [compat] Add compat_etree_register_namespace
216
217 Extractors
218 * [youtube] Fix extraction for domainless player URLs (#11890, #11891, #11892,
219   #11894, #11895, #11897, #11900, #11903, #11904, #11906, #11907, #11909,
220   #11913, #11914, #11915, #11916, #11917, #11918, #11919)
221 + [vimeo] Extract both mixed and separated DASH formats
222 + [ruutu] Extract DASH formats
223 * [itv] Fix extraction for python 2.6
224
225
226 version 2017.01.29
227
228 Core
229 * [extractor/common] Fix initialization template (#11605, #11825)
230 + [extractor/common] Document fragment_base_url and fragment's path fields
231 * [extractor/common] Fix duration per DASH segment (#11868)
232 + Introduce --autonumber-start option for initial value of %(autonumber)s
233   template (#727, #2702, #9362, #10457, #10529, #11862)
234
235 Extractors
236 + [azmedien:playlist] Add support for topic and themen playlists (#11817)
237 * [npo] Fix subtitles extraction
238 + [itv] Extract subtitles
239 + [itv] Add support for itv.com (#9240)
240 + [mtv81] Add support for mtv81.com (#7619)
241 + [vlive] Add support for channels (#11826)
242 + [kaltura] Add fallback for fileExt
243 + [kaltura] Improve uploader_id extraction
244 + [konserthusetplay] Add support for rspoplay.se (#11828)
245
246
247 version 2017.01.28
248
249 Core
250 * [utils] Improve parse_duration
251
252 Extractors
253 * [crunchyroll] Improve series and season metadata extraction (#11832)
254 * [soundcloud] Improve formats extraction and extract audio bitrate
255 + [soundcloud] Extract HLS formats
256 * [soundcloud] Fix track URL extraction (#11852)
257 + [twitch:vod] Expand URL regular expressions (#11846)
258 * [aenetworks] Fix season episodes extraction (#11669)
259 + [tva] Add support for videos.tva.ca (#11842)
260 * [jamendo] Improve and extract more metadata (#11836)
261 + [disney] Add support for Disney sites (#7409, #11801, #4975, #11000)
262 * [vevo] Remove request to old API and catch API v2 errors
263 + [cmt,mtv,southpark] Add support for episode URLs (#11837)
264 + [youtube] Add fallback for duration extraction (#11841)
265
266
267 version 2017.01.25
268
269 Extractors
270 + [openload] Fallback video extension to mp4
271 + [extractor/generic] Add support for Openload embeds (#11536, #11812)
272 * [srgssr] Fix rts video extraction (#11831)
273 + [afreecatv:global] Add support for afreeca.tv (#11807)
274 + [crackle] Extract vtt subtitles
275 + [crackle] Extract multiple resolutions for thumbnails
276 + [crackle] Add support for mobile URLs
277 + [konserthusetplay] Extract subtitles (#11823)
278 + [konserthusetplay] Add support for HLS videos (#11823)
279 * [vimeo:review] Fix config URL extraction (#11821)
280
281
282 version 2017.01.24
283
284 Extractors
285 * [pluralsight] Fix extraction (#11820)
286 + [nextmedia] Add support for NextTV (壹電視)
287 * [24video] Fix extraction (#11811)
288 * [youtube:playlist] Fix nonexistent and private playlist detection (#11604)
289 + [chirbit] Extract uploader (#11809)
290
291
292 version 2017.01.22
293
294 Extractors
295 + [pornflip] Add support for pornflip.com (#11556, #11795)
296 * [chaturbate] Fix extraction (#11797, #11802)
297 + [azmedien] Add support for AZ Medien sites (#11784, #11785)
298 + [nextmedia] Support redirected URLs
299 + [vimeo:channel] Extract videos' titles for playlist entries (#11796)
300 + [youtube] Extract episode metadata (#9695, #11774)
301 + [cspan] Support Ustream embedded videos (#11547)
302 + [1tv] Add support for HLS videos (#11786)
303 * [uol] Fix extraction (#11770)
304 * [mtv] Relax triforce feed regular expression (#11766)
305
306
307 version 2017.01.18
308
309 Extractors
310 * [bilibili] Fix extraction (#11077)
311 + [canalplus] Add fallback for video id (#11764)
312 * [20min] Fix extraction (#11683, #11751)
313 * [imdb] Extend URL regular expression (#11744)
314 + [naver] Add support for tv.naver.com links (#11743)
315
316
317 version 2017.01.16
318
319 Core
320 * [options] Apply custom config to final composite configuration (#11741)
321 * [YoutubeDL] Improve protocol auto determining (#11720)
322
323 Extractors
324 * [xiami] Relax URL regular expressions
325 * [xiami] Improve track metadata extraction (#11699)
326 + [limelight] Check hand-make direct HTTP links
327 + [limelight] Add support for direct HTTP links at video.llnw.net (#11737)
328 + [brightcove] Recognize another player ID pattern (#11688)
329 + [niconico] Support login via cookies (#7968)
330 * [yourupload] Fix extraction (#11601)
331 + [beam:live] Add support for beam.pro live streams (#10702, #11596)
332 * [vevo] Improve geo restriction detection
333 + [dramafever] Add support for URLs with language code (#11714)
334 * [cbc] Improve playlist support (#11704)
335
336
337 version 2017.01.14
338
339 Core
340 + [common] Add ability to customize akamai manifest host
341 + [utils] Add more date formats
342
343 Extractors
344 - [mtv] Eliminate _transform_rtmp_url
345 * [mtv] Generalize triforce mgid extraction
346 + [cmt] Add support for full episodes and video clips (#11623)
347 + [mitele] Extract DASH formats
348 + [ooyala] Add support for videos with embedToken (#11684)
349 * [mixcloud] Fix extraction (#11674)
350 * [openload] Fix extraction (#10408)
351 * [tv4] Improve extraction (#11698)
352 * [freesound] Fix and improve extraction (#11602)
353 + [nick] Add support for beta.nick.com (#11655)
354 * [mtv,cc] Use HLS by default with native HLS downloader (#11641)
355 * [mtv] Fix non-HLS extraction
356
357
358 version 2017.01.10
359
360 Extractors
361 * [youtube] Fix extraction (#11663, #11664)
362 + [inc] Add support for inc.com (#11277, #11647)
363 + [youtube] Add itag 212 (#11575)
364 + [egghead:course] Add support for egghead.io courses
365
366
367 version 2017.01.08
368
369 Core
370 * Fix "invalid escape sequence" errors under Python 3.6 (#11581)
371
372 Extractors
373 + [hitrecord] Add support for hitrecord.org (#10867, #11626)
374 - [videott] Remove extractor
375 * [swrmediathek] Improve extraction
376 - [sharesix] Remove extractor
377 - [aol:features] Remove extractor
378 * [sendtonews] Improve info extraction
379 * [3sat,phoenix] Fix extraction (#11619)
380 * [comedycentral/mtv] Add support for HLS videos (#11600)
381 * [discoverygo] Fix JSON data parsing (#11219, #11522)
382
383
384 version 2017.01.05
385
386 Extractors
387 + [zdf] Fix extraction (#11055, #11063)
388 * [pornhub:playlist] Improve extraction (#11594)
389 + [cctv] Add support for ncpa-classic.com (#11591)
390 + [tunein] Add support for embeds (#11579)
391
392
393 version 2017.01.02
394
395 Extractors
396 * [cctv] Improve extraction (#879, #6753, #8541)
397 + [nrktv:episodes] Add support for episodes (#11571)
398 + [arkena] Add support for video.arkena.com (#11568)
399
400
401 version 2016.12.31
402
403 Core
404 + Introduce --config-location option for custom configuration files (#6745,
405   #10648)
406
407 Extractors
408 + [twitch] Add support for player.twitch.tv (#11535, #11537)
409 + [videa] Add support for videa.hu (#8181, #11133)
410 * [vk] Fix postlive videos extraction
411 * [vk] Extract from playerParams (#11555)
412 - [freevideo] Remove extractor (#11515)
413 + [showroomlive] Add support for showroom-live.com (#11458)
414 * [xhamster] Fix duration extraction (#11549)
415 * [rtve:live] Fix extraction (#11529)
416 * [brightcove:legacy] Improve embeds detection (#11523)
417 + [twitch] Add support for rechat messages (#11524)
418 * [acast] Fix audio and timestamp extraction (#11521)
419
420
421 version 2016.12.22
422
423 Core
424 * [extractor/common] Improve detection of video-only formats in m3u8
425   manifests (#11507)
426
427 Extractors
428 + [theplatform] Pass geo verification headers to SMIL request (#10146)
429 + [viu] Pass geo verification headers to auth request
430 * [rtl2] Extract more formats and metadata
431 * [vbox7] Skip malformed JSON-LD (#11501)
432 * [uplynk] Force downloading using native HLS downloader (#11496)
433 + [laola1] Add support for another extraction scenario (#11460)
434
435
436 version 2016.12.20
437
438 Core
439 * [extractor/common] Improve fragment URL construction for DASH media
440 * [extractor/common] Fix codec information extraction for mixed audio/video
441   DASH media (#11490)
442
443 Extractors
444 * [vbox7] Fix extraction (#11494)
445 + [uktvplay] Add support for uktvplay.uktv.co.uk (#11027)
446 + [piksel] Add support for player.piksel.com (#11246)
447 + [vimeo] Add support for DASH formats
448 * [vimeo] Fix extraction for HLS formats (#11490)
449 * [kaltura] Fix wrong widget ID in some cases (#11480)
450 + [nrktv:direkte] Add support for live streams (#11488)
451 * [pbs] Fix extraction for geo restricted videos (#7095)
452 * [brightcove:new] Skip widevine classic videos
453 + [viu] Add support for viu.com (#10607, #11329)
454
455
456 version 2016.12.18
457
458 Core
459 + [extractor/common] Recognize DASH formats in html5 media entries
460
461 Extractors
462 + [ccma] Add support for ccma.cat (#11359)
463 * [laola1tv] Improve extraction
464 + [laola1tv] Add support embed URLs (#11460)
465 * [nbc] Fix extraction for MSNBC videos (#11466)
466 * [twitch] Adapt to new videos pages URL schema (#11469)
467 + [meipai] Add support for meipai.com (#10718)
468 * [jwplatform] Improve subtitles and duration extraction
469 + [ondemandkorea] Add support for ondemandkorea.com (#10772)
470 + [vvvvid] Add support for vvvvid.it (#5915)
471
472
473 version 2016.12.15
474
475 Core
476 + [utils] Add convenience urljoin
477
478 Extractors
479 + [openload] Recognize oload.tv URLs (#10408)
480 + [facebook] Recognize .onion URLs (#11443)
481 * [vlive] Fix extraction (#11375, #11383)
482 + [canvas] Extract DASH formats
483 + [melonvod] Add support for vod.melon.com (#11419)
484
485
486 version 2016.12.12
487
488 Core
489 + [utils] Add common user agents map
490 + [common] Recognize HLS manifests that contain video only formats (#11394)
491
492 Extractors
493 + [dplay] Use Safari user agent for HLS (#11418)
494 + [facebook] Detect login required error message
495 * [facebook] Improve video selection (#11390)
496 + [canalplus] Add another video id pattern (#11399)
497 * [mixcloud] Relax URL regular expression (#11406)
498 * [ctvnews] Relax URL regular expression (#11394)
499 + [rte] Capture and output error message (#7746, #10498)
500 + [prosiebensat1] Add support for DASH formats
501 * [srgssr] Improve extraction for geo restricted videos (#11089)
502 * [rts] Improve extraction for geo restricted videos (#4989)
503
504
505 version 2016.12.09
506
507 Core
508 * [socks] Fix error reporting (#11355)
509
510 Extractors
511 * [openload] Fix extraction (#10408)
512 * [pandoratv] Fix extraction (#11023)
513 + [telebruxelles] Add support for emission URLs
514 * [telebruxelles] Extract all formats
515 + [bloomberg] Add another video id regular expression (#11371)
516 * [fusion] Update ooyala id regular expression (#11364)
517 + [1tv] Add support for playlists (#11335)
518 * [1tv] Improve extraction (#11335)
519 + [aenetworks] Extract more formats (#11321)
520 + [thisoldhouse] Recognize /tv-episode/ URLs (#11271)
521
522
523 version 2016.12.01
524
525 Extractors
526 * [soundcloud] Update client id (#11327)
527 * [ruutu] Detect DRM protected videos
528 + [liveleak] Add support for youtube embeds (#10688)
529 * [spike] Fix full episodes support (#11312)
530 * [comedycentral] Fix full episodes support
531 * [normalboots] Rewrite in terms of JWPlatform (#11184)
532 * [teamfourstar] Rewrite in terms of JWPlatform (#11184)
533 - [screenwavemedia] Remove extractor (#11184)
534
535
536 version 2016.11.27
537
538 Extractors
539 + [webcaster] Add support for webcaster.pro
540 + [azubu] Add support for azubu.uol.com.br (#11305)
541 * [viki] Prefer hls formats
542 * [viki] Fix rtmp formats extraction (#11255)
543 * [puls4] Relax URL regular expression (#11267)
544 * [vevo] Improve artist extraction (#10911)
545 * [mitele] Relax URL regular expression and extract more metadata (#11244)
546 + [cbslocal] Recognize New York site (#11285)
547 + [youtube:playlist] Pass disable_polymer in URL query (#11193)
548
549
550 version 2016.11.22
551
552 Extractors
553 * [hellporno] Fix video extension extraction (#11247)
554 + [hellporno] Add support for hellporno.net (#11247)
555 + [amcnetworks] Recognize more BBC America URLs (#11263)
556 * [funnyordie] Improve extraction (#11208)
557 * [extractor/generic] Improve limelight embeds support
558 - [crunchyroll] Remove ScaledBorderAndShadow from ASS subtitles (#8207, #9028)
559 * [bandcamp] Fix free downloads extraction and extract all formats (#11067)
560 * [twitter:card] Relax URL regular expression (#11225)
561 + [tvanouvelles] Add support for tvanouvelles.ca (#10616)
562
563
564 version 2016.11.18
565
566 Extractors
567 * [youtube:live] Relax URL regular expression (#11164)
568 * [openload] Fix extraction (#10408, #11122)
569 * [vlive] Prefer locale over language for subtitles id (#11203)
570
571
572 version 2016.11.14.1
573
574 Core
575 + [downoader/fragment,f4m,hls] Respect HTTP headers from info dict
576 * [extractor/common] Fix media templates with Bandwidth substitution pattern in
577   MPD manifests (#11175)
578 * [extractor/common] Improve thumbnail extraction from JSON-LD
579
580 Extractors
581 + [nrk] Workaround geo restriction
582 + [nrk] Improve error detection and messages
583 + [afreecatv] Add support for vod.afreecatv.com (#11174)
584 * [cda] Fix and improve extraction (#10929, #10936)
585 * [plays] Fix extraction (#11165)
586 * [eagleplatform] Fix extraction (#11160)
587 + [audioboom] Recognize /posts/ URLs (#11149)
588
589
590 version 2016.11.08.1
591
592 Extractors
593 * [espn:article] Fix support for espn.com articles
594 * [franceculture] Fix extraction (#11140)
595
596
597 version 2016.11.08
598
599 Extractors
600 * [tmz:article] Fix extraction (#11052)
601 * [espn] Fix extraction (#11041)
602 * [mitele] Fix extraction after website redesign (#10824)
603 - [ard] Remove age restriction check (#11129)
604 * [generic] Improve support for pornhub.com embeds (#11100)
605 + [generic] Add support for redtube.com embeds (#11099)
606 + [generic] Add support for drtuber.com embeds (#11098)
607 + [redtube] Add support for embed URLs
608 + [drtuber] Add support for embed URLs
609 + [yahoo] Improve content id extraction (#11088)
610 * [toutv] Relax URL regular expression (#11121)
611
612
613 version 2016.11.04
614
615 Core
616 * [extractor/common] Tolerate malformed RESOLUTION attribute in m3u8
617   manifests (#11113)
618 * [downloader/ism] Fix AVC Decoder Configuration Record
619
620 Extractors
621 + [fox9] Add support for fox9.com (#11110)
622 + [anvato] Extract more metadata and improve formats extraction
623 * [vodlocker] Improve removed videos detection (#11106)
624 + [vzaar] Add support for vzaar.com (#11093)
625 + [vice] Add support for uplynk preplay videos (#11101)
626 * [tubitv] Fix extraction (#11061)
627 + [shahid] Add support for authentication (#11091)
628 + [radiocanada] Add subtitles support (#11096)
629 + [generic] Add support for ISM manifests
630
631
632 version 2016.11.02
633
634 Core
635 + Add basic support for Smooth Streaming protocol (#8118, #10969)
636 * Improve MPD manifest base URL extraction (#10909, #11079)
637 * Fix --match-filter for int-like strings (#11082)
638
639 Extractors
640 + [mva] Add support for ISM formats
641 + [msn] Add support for ISM formats
642 + [onet] Add support for ISM formats
643 + [tvp] Add support for ISM formats
644 + [nicknight] Add support for nicknight sites (#10769)
645
646
647 version 2016.10.30
648
649 Extractors
650 * [facebook] Improve 1080P video detection (#11073)
651 * [imgur] Recognize /r/ URLs (#11071)
652 * [beeg] Fix extraction (#11069)
653 * [openload] Fix extraction (#10408)
654 * [gvsearch] Modernize and fix search request (#11051)
655 * [adultswim] Fix extraction (#10979)
656 + [nobelprize] Add support for nobelprize.org (#9999)
657 * [hornbunny] Fix extraction (#10981)
658 * [tvp] Improve video id extraction (#10585)
659
660
661 version 2016.10.26
662
663 Extractors
664 + [rentv] Add support for ren.tv (#10620)
665 + [ard] Detect unavailable videos (#11018)
666 * [vk] Fix extraction (#11022)
667
668
669 version 2016.10.25
670
671 Core
672 * Running youtube-dl in the background is fixed (#10996, #10706, #955)
673
674 Extractors
675 + [jamendo] Add support for jamendo.com (#10132, #10736)
676 + [pandatv] Add support for panda.tv (#10736)
677 + [dotsub] Support Vimeo embed (#10964)
678 * [litv] Fix extraction
679 + [vimeo] Delegate ondemand redirects to ondemand extractor (#10994)
680 * [vivo] Fix extraction (#11003)
681 + [twitch:stream] Add support for rebroadcasts (#10995)
682 * [pluralsight] Fix subtitles conversion (#10990)
683
684
685 version 2016.10.21.1
686
687 Extractors
688 + [pluralsight] Process all clip URLs (#10984)
689
690
691 version 2016.10.21
692
693 Core
694 - Disable thumbnails embedding in mkv
695 + Add support for Comcast multiple-system operator (#10819)
696
697 Extractors
698 * [pluralsight] Adapt to new API (#10972)
699 * [openload] Fix extraction (#10408, #10971)
700 + [natgeo] Extract m3u8 formats (#10959)
701
702
703 version 2016.10.19
704
705 Core
706 + [utils] Expose PACKED_CODES_RE
707 + [extractor/common] Extract non smil wowza mpd manifests
708 + [extractor/common] Detect f4m audio-only formats
709
710 Extractors
711 * [vidzi] Fix extraction (#10908, #10952)
712 * [urplay] Fix subtitles extraction
713 + [urplay] Add support for urskola.se (#10915)
714 + [orf] Add subtitles support (#10939)
715 * [youtube] Fix --no-playlist behavior for youtu.be/id URLs (#10896)
716 * [nrk] Relax URL regular expression (#10928)
717 + [nytimes] Add support for podcasts (#10926)
718 * [pluralsight] Relax URL regular expression (#10941)
719
720
721 version 2016.10.16
722
723 Core
724 * [postprocessor/ffmpeg] Return correct filepath and ext in updated information
725   in FFmpegExtractAudioPP (#10879)
726
727 Extractors
728 + [ruutu] Add support for supla.fi (#10849)
729 + [theoperaplatform] Add support for theoperaplatform.eu (#10914)
730 * [lynda] Fix height for prioritized streams
731 + [lynda] Add fallback extraction scenario
732 * [lynda] Switch to https (#10916)
733 + [huajiao] New extractor (#10917)
734 * [cmt] Fix mgid extraction (#10813)
735 + [safari:course] Add support for techbus.safaribooksonline.com
736 * [orf:tvthek] Fix extraction and modernize (#10898)
737 * [chirbit] Fix extraction of user profile pages
738 * [carambatv] Fix extraction
739 * [canalplus] Fix extraction for some videos
740 * [cbsinteractive] Fix extraction for cnet.com
741 * [parliamentliveuk] Lower case URLs are now recognized (#10912)
742
743
744 version 2016.10.12
745
746 Core
747 + Support HTML media elements without child nodes
748 * [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)
749
750 Extractors
751 * [dailymotion] Fix extraction (#10901)
752 * [vimeo:review] Fix extraction (#10900)
753 * [nhl] Correctly handle invalid formats (#10713)
754 * [footyroom] Fix extraction (#10810)
755 * [abc.net.au:iview] Fix for standalone (non series) videos (#10895)
756 + [hbo] Add support for episode pages (#10892)
757 * [allocine] Fix extraction (#10860)
758 + [nextmedia] Recognize action news on AppleDaily
759 * [lego] Improve info extraction and bypass geo restriction (#10872)
760
761
762 version 2016.10.07
763
764 Extractors
765 + [iprima] Detect geo restriction
766 * [facebook] Fix video extraction (#10846)
767 + [commonprotocols] Support direct MMS links (#10838)
768 + [generic] Add support for multiple vimeo embeds (#10862)
769 + [nzz] Add support for nzz.ch (#4407)
770 + [npo] Detect geo restriction
771 + [npo] Add support for 2doc.nl (#10842)
772 + [lego] Add support for lego.com (#10369)
773 + [tonline] Add support for t-online.de (#10376)
774 * [techtalks] Relax URL regular expression (#10840)
775 * [youtube:live] Extend URL regular expression (#10839)
776 + [theweatherchannel] Add support for weather.com (#7188)
777 + [thisoldhouse] Add support for thisoldhouse.com (#10837)
778 + [nhl] Add support for wch2016.com (#10833)
779 * [pornoxo] Use JWPlatform to improve metadata extraction
780
781
782 version 2016.10.02
783
784 Core
785 * Fix possibly lost extended attributes during post-processing
786 + Support pyxattr as well as python-xattr for --xattrs and
787   --xattr-set-filesize (#9054)
788
789 Extractors
790 + [jwplatform] Support DASH streams in JWPlayer
791 + [jwplatform] Support old-style JWPlayer playlists
792 + [byutv:event] Add extractor
793 * [periscope:user] Fix extraction (#10820)
794 * [dctp] Fix extraction (#10734)
795 + [instagram] Extract video dimensions (#10790)
796 + [tvland] Extend URL regular expression (#10812)
797 + [vgtv] Add support for tv.aftonbladet.se (#10800)
798 - [aftonbladet] Remove extractor
799 * [vk] Fix timestamp and view count extraction (#10760)
800 + [vk] Add support for running and finished live streams (#10799)
801 + [leeco] Recognize more Le Sports URLs (#10794)
802 + [instagram] Extract comments (#10788)
803 + [ketnet] Extract mzsource formats (#10770)
804 * [limelight:media] Improve HTTP formats extraction
805
806
807 version 2016.09.27
808
809 Core
810 + Add hdcore query parameter to akamai f4m formats
811 + Delegate HLS live streams downloading to ffmpeg
812 + Improved support for HTML5 subtitles
813
814 Extractors
815 + [vk] Add support for dailymotion embeds (#10661)
816 * [promptfile] Fix extraction (#10634)
817 * [kaltura] Speed up embed regular expressions (#10764)
818 + [npo] Add support for anderetijden.nl (#10754)
819 + [prosiebensat1] Add support for advopedia sites
820 * [mwave] Relax URL regular expression (#10735, #10748)
821 * [prosiebensat1] Fix playlist support (#10745)
822 + [prosiebensat1] Add support for sat1gold sites (#10745)
823 + [cbsnews:livevideo] Fix extraction and extract m3u8 formats
824 + [brightcove:new] Add support for live streams
825 * [soundcloud] Generalize playlist entries extraction (#10733)
826 + [mtv] Add support for new URL schema (#8169, #9808)
827 * [einthusan] Fix extraction (#10714)
828 + [twitter] Support Periscope embeds (#10737)
829 + [openload] Support subtitles (#10625)
830
831
832 version 2016.09.24
833
834 Core
835 + Add support for watchTVeverywhere.com authentication provider based MSOs for
836   Adobe Pass authentication (#10709)
837
838 Extractors
839 + [soundcloud:playlist] Provide video id for early playlist entries (#10733)
840 + [prosiebensat1] Add support for kabeleinsdoku (#10732)
841 * [cbs] Extract info from thunder videoPlayerService (#10728)
842 * [openload] Fix extraction (#10408)
843 + [ustream] Support the new HLS streams (#10698)
844 + [ooyala] Extract all HLS formats
845 + [cartoonnetwork] Add support for Adobe Pass authentication
846 + [soundcloud] Extract license metadata
847 + [fox] Add support for Adobe Pass authentication (#8584)
848 + [tbs] Add support for Adobe Pass authentication (#10642, #10222)
849 + [trutv] Add support for Adobe Pass authentication (#10519)
850 + [turner] Add support for Adobe Pass authentication
851
852
853 version 2016.09.19
854
855 Extractors
856 + [crunchyroll] Check if already authenticated (#10700)
857 - [twitch:stream] Remove fallback to profile extraction when stream is offline
858 * [thisav] Improve title extraction (#10682)
859 * [vyborymos] Improve station info extraction
860
861
862 version 2016.09.18
863
864 Core
865 + Introduce manifest_url and fragments fields in formats dictionary for
866   fragmented media
867 + Provide manifest_url field for DASH segments, HLS and HDS
868 + Provide fragments field for DASH segments
869 * Rework DASH segments downloader to use fragments field
870 + Add helper method for Wowza Streaming Engine formats extraction
871
872 Extractors
873 + [vyborymos] Add extractor for vybory.mos.ru (#10692)
874 + [xfileshare] Add title regular expression for streamin.to (#10646)
875 + [globo:article] Add support for multiple videos (#10653)
876 + [thisav] Recognize HTML5 videos (#10447)
877 * [jwplatform] Improve JWPlayer detection
878 + [mangomolo] Add support for Mangomolo embeds
879 + [toutv] Add support for authentication (#10669)
880 * [franceinter] Fix upload date extraction
881 * [tv4] Fix HLS and HDS formats extraction (#10659)
882
883
884 version 2016.09.15
885
886 Core
887 * Improve _hidden_inputs
888 + Introduce improved explicit Adobe Pass support
889 + Add --ap-mso to provide multiple-system operator identifier
890 + Add --ap-username to provide MSO account username
891 + Add --ap-password to provide MSO account password
892 + Add --ap-list-mso to list all supported MSOs
893 + Add support for Rogers Cable multiple-system operator (#10606)
894
895 Extractors
896 * [crunchyroll] Fix authentication (#10655)
897 * [twitch] Fix API calls (#10654, #10660)
898 + [bellmedia] Add support for more Bell Media Television sites
899 * [franceinter] Fix extraction (#10538, #2105)
900 * [kuwo] Improve error detection (#10650)
901 + [go] Add support for free full episodes (#10439)
902 * [bilibili] Fix extraction for specific videos (#10647)
903 * [nhk] Fix extraction (#10633)
904 * [kaltura] Improve audio detection
905 * [kaltura] Skip chun format
906 + [vimeo:ondemand] Pass Referer along with embed URL (#10624)
907 + [nbc] Add support for NBC Olympics (#10361)
908
909
910 version 2016.09.11.1
911
912 Extractors
913 + [tube8] Extract categories and tags (#10579)
914 + [pornhub] Extract categories and tags (#10499)
915 * [openload] Temporary fix (#10408)
916 + [foxnews] Add support Fox News articles (#10598)
917 * [viafree] Improve video id extraction (#10615)
918 * [iwara] Fix extraction after relaunch (#10462, #3215)
919 + [tfo] Add extractor for tfo.org
920 * [lrt] Fix audio extraction (#10566)
921 * [9now] Fix extraction (#10561)
922 + [canalplus] Add support for c8.fr (#10577)
923 * [newgrounds] Fix uploader extraction (#10584)
924 + [polskieradio:category] Add support for category lists (#10576)
925 + [ketnet] Add extractor for ketnet.be (#10343)
926 + [canvas] Add support for een.be (#10605)
927 + [telequebec] Add extractor for telequebec.tv (#1999)
928 * [parliamentliveuk] Fix extraction (#9137)
929
930
931 version 2016.09.08
932
933 Extractors
934 + [jwplatform] Extract height from format label
935 + [yahoo] Extract Brightcove Legacy Studio embeds (#9345)
936 * [videomore] Fix extraction (#10592)
937 * [foxgay] Fix extraction (#10480)
938 + [rmcdecouverte] Add extractor for rmcdecouverte.bfmtv.com (#9709)
939 * [gamestar] Fix metadata extraction (#10479)
940 * [puls4] Fix extraction (#10583)
941 + [cctv] Add extractor for CCTV and CNTV (#8153)
942 + [lci] Add extractor for lci.fr (#10573)
943 + [wat] Extract DASH formats
944 + [viafree] Improve video id detection (#10569)
945 + [trutv] Add extractor for trutv.com (#10519)
946 + [nick] Add support for nickelodeon.nl (#10559)
947 + [abcotvs:clips] Add support for clips.abcotvs.com
948 + [abcotvs] Add support for ABC Owned Television Stations sites (#9551)
949 + [miaopai] Add extractor for miaopai.com (#10556)
950 * [gamestar] Fix metadata extraction (#10479)
951 + [bilibili] Add support for episodes (#10190)
952 + [tvnoe] Add extractor for tvnoe.cz (#10524)
953
954
955 version 2016.09.04.1
956
957 Core
958 * In DASH downloader if the first segment fails, abort the whole download
959   process to prevent throttling (#10497)
960 + Add support for --skip-unavailable-fragments and --fragment retries in
961   hlsnative downloader (#10165, #10448).
962 + Add support for --skip-unavailable-fragments in DASH downloader
963 + Introduce --skip-unavailable-fragments option for fragment based downloaders
964   that allows to skip fragments unavailable due to a HTTP error
965 * Fix extraction of video/audio entries with src attribute in
966   _parse_html5_media_entries (#10540)
967
968 Extractors
969 * [theplatform] Relax URL regular expression (#10546)
970 * [youtube:playlist] Extend URL regular expression
971 * [rottentomatoes] Delegate extraction to internetvideoarchive extractor
972 * [internetvideoarchive] Extract all formats
973 * [pornvoisines] Fix extraction (#10469)
974 * [rottentomatoes] Fix extraction (#10467)
975 * [espn] Extend URL regular expression (#10549)
976 * [vimple] Extend URL regular expression (#10547)
977 * [youtube:watchlater] Fix extraction (#10544)
978 * [youjizz] Fix extraction (#10437)
979 + [foxnews] Add support for FoxNews Insider (#10445)
980 + [fc2] Recognize Flash player URLs (#10512)
981
982
983 version 2016.09.03
984
985 Core
986 * Restore usage of NAME attribute from EXT-X-MEDIA tag for formats codes in
987   _extract_m3u8_formats (#10522)
988 * Handle semicolon in mimetype2ext
989
990 Extractors
991 + [youtube] Add support for rental videos' previews (#10532)
992 * [youtube:playlist] Fallback to video extraction for video/playlist URLs when
993   no playlist is actually served (#10537)
994 + [drtv] Add support for dr.dk/nyheder (#10536)
995 + [facebook:plugins:video] Add extractor (#10530)
996 + [go] Add extractor for *.go.com sites
997 * [adobepass] Check for authz_token expiration (#10527)
998 * [nytimes] improve extraction
999 * [thestar] Fix extraction (#10465)
1000 * [glide] Fix extraction (#10478)
1001 - [exfm] Remove extractor (#10482)
1002 * [youporn] Fix categories and tags extraction (#10521)
1003 + [curiositystream] Add extractor for app.curiositystream.com
1004 - [thvideo] Remove extractor (#10464)
1005 * [movingimage] Fix for the new site name (#10466)
1006 + [cbs] Add support for once formats (#10515)
1007 * [limelight] Skip ism snd duplicate manifests
1008 + [porncom] Extract categories and tags (#10510)
1009 + [facebook] Extract timestamp (#10508)
1010 + [yahoo] Extract more formats
1011
1012
1013 version 2016.08.31
1014
1015 Extractors
1016 * [soundcloud] Fix URL regular expression to avoid clashes with sets (#10505)
1017 * [bandcamp:album] Fix title extraction (#10455)
1018 * [pyvideo] Fix extraction (#10468)
1019 + [ctv] Add support for tsn.ca, bnn.ca and thecomedynetwork.ca (#10016)
1020 * [9c9media] Extract more metadata
1021 * [9c9media] Fix multiple stacks extraction (#10016)
1022 * [adultswim] Improve video info extraction (#10492)
1023 * [vodplatform] Improve embed regular expression
1024 - [played] Remove extractor (#10470)
1025 + [tbs] Add extractor for tbs.com and tntdrama.com (#10222)
1026 + [cartoonnetwork] Add extractor for cartoonnetwork.com (#10110)
1027 * [adultswim] Rework in terms of turner extractor
1028 * [cnn] Rework in terms of turner extractor
1029 * [nba] Rework in terms of turner extractor
1030 + [turner] Add base extractor for Turner Broadcasting System based sites
1031 * [bilibili] Fix extraction (#10375)
1032 * [openload] Fix extraction (#10408)
1033
1034
1035 version 2016.08.28
1036
1037 Core
1038 + Add warning message that ffmpeg doesn't support SOCKS
1039 * Improve thumbnail sorting
1040 + Extract formats from #EXT-X-MEDIA tags in _extract_m3u8_formats
1041 * Fill IV with leading zeros for IVs shorter than 16 octets in hlsnative
1042 + Add ac-3 to the list of audio codecs in parse_codecs
1043
1044 Extractors
1045 * [periscope:user] Fix extraction (#10453)
1046 * [douyutv] Fix extraction (#10153, #10318, #10444)
1047 + [nhk:vod] Add extractor for www3.nhk.or.jp on demand (#4437, #10424)
1048 - [trutube] Remove extractor (#10438)
1049 + [usanetwork] Add extractor for usanetwork.com
1050 * [crackle] Fix extraction (#10333)
1051 * [spankbang] Fix description and uploader extraction (#10339)
1052 * [discoverygo] Detect cable provider restricted videos (#10425)
1053 + [cbc] Add support for watch.cbc.ca
1054 * [kickstarter] Silent the warning for og:description (#10415)
1055 * [mtvservices:embedded] Fix extraction for the new 'edge' player (#10363)
1056
1057
1058 version 2016.08.24.1
1059
1060 Extractors
1061 + [pluralsight] Add support for subtitles (#9681)
1062
1063
1064 version 2016.08.24
1065
1066 Extractors
1067 * [youtube] Fix authentication (#10392)
1068 * [openload] Fix extraction (#10408)
1069 + [bravotv] Add support for Adobe Pass (#10407)
1070 * [bravotv] Fix clip info extraction (#10407)
1071 * [eagleplatform] Improve embedded videos detection (#10409)
1072 * [awaan] Fix extraction
1073 * [mtvservices:embedded] Update config URL
1074 + [abc:iview] Add extractor (#6148)
1075
1076
1077 version 2016.08.22
1078
1079 Core
1080 * Improve formats and subtitles extension auto calculation
1081 + Recognize full unit names in parse_filesize
1082 + Add support for m3u8 manifests in HTML5 multimedia tags
1083 * Fix octal/hexadecimal number detection in js_to_json
1084
1085 Extractors
1086 + [ivi] Add support for 720p and 1080p
1087 + [charlierose] Add new extractor (#10382)
1088 * [1tv] Fix extraction (#9249)
1089 * [twitch] Renew authentication
1090 * [kaltura] Improve subtitles extension calculation
1091 + [zingmp3] Add support for video clips
1092 * [zingmp3] Fix extraction (#10041)
1093 * [kaltura] Improve subtitles extraction (#10279)
1094 * [cultureunplugged] Fix extraction (#10330)
1095 + [cnn] Add support for money.cnn.com (#2797)
1096 * [cbsnews] Fix extraction (#10362)
1097 * [cbs] Fix extraction (#10393)
1098 + [litv] Support 'promo' URLs (#10385)
1099 * [snotr] Fix extraction (#10338)
1100 * [n-tv.de] Fix extraction (#10331)
1101 * [globo:article] Relax URL and video id regular expressions (#10379)
1102
1103
1104 version 2016.08.19
1105
1106 Core
1107 - Remove output template description from --help
1108 * Recognize lowercase units in parse_filesize
1109
1110 Extractors
1111 + [porncom] Add extractor for porn.com (#2251, #10251)
1112 + [generic] Add support for DBTV embeds
1113 * [vk:wallpost] Fix audio extraction for new site layout
1114 * [vk] Fix authentication
1115 + [hgtvcom:show] Add extractor for hgtv.com shows (#10365)
1116 + [discoverygo] Add support for another GO network sites
1117
1118
1119 version 2016.08.17
1120
1121 Core
1122 + Add _get_netrc_login_info
1123
1124 Extractors
1125 * [mofosex] Extract all formats (#10335)
1126 + [generic] Add support for vbox7 embeds
1127 + [vbox7] Add support for embed URLs
1128 + [viafree] Add extractor (#10358)
1129 + [mtg] Add support for viafree URLs (#10358)
1130 * [theplatform] Extract all subtitles per language
1131 + [xvideos] Fix HLS extraction (#10356)
1132 + [amcnetworks] Add extractor
1133 + [bbc:playlist] Add support for pagination (#10349)
1134 + [fxnetworks] Add extractor (#9462)
1135 * [cbslocal] Fix extraction for SendtoNews-based videos
1136 * [sendtonews] Fix extraction
1137 * [jwplatform] Extract video id from JWPlayer data
1138 - [zippcast] Remove extractor (#10332)
1139 + [viceland] Add extractor (#8799)
1140 + [adobepass] Add base extractor for Adobe Pass Authentication
1141 * [life:embed] Improve extraction
1142 * [vgtv] Detect geo restricted videos (#10348)
1143 + [uplynk] Add extractor
1144 * [xiami] Fix extraction (#10342)
1145
1146
1147 version 2016.08.13
1148
1149 Core
1150 * Show progress for curl external downloader
1151 * Forward more options to curl external downloader
1152
1153 Extractors
1154 * [pbs] Fix description extraction
1155 * [franceculture] Fix extraction (#10324)
1156 * [pornotube] Fix extraction (#10322)
1157 * [4tube] Fix metadata extraction (#10321)
1158 * [imgur] Fix width and height extraction (#10325)
1159 * [expotv] Improve extraction
1160 + [vbox7] Fix extraction (#10309)
1161 - [tapely] Remove extractor (#10323)
1162 * [muenchentv] Fix extraction (#10313)
1163 + [24video] Add support for .me and .xxx TLDs
1164 * [24video] Fix comment count extraction
1165 * [sunporno] Add support for embed URLs
1166 * [sunporno] Fix metadata extraction (#10316)
1167 + [hgtv] Add extractor for hgtv.ca (#3999)
1168 - [pbs] Remove request to unavailable API
1169 + [pbs] Add support for high quality HTTP formats
1170 + [crunchyroll] Add support for HLS formats (#10301)
1171
1172
1173 version 2016.08.12
1174
1175 Core
1176 * Subtitles are now written as is. Newline conversions are disabled. (#10268)
1177 + Recognize more formats in unified_timestamp
1178
1179 Extractors
1180 - [goldenmoustache] Remove extractor (#10298)
1181 * [drtuber] Improve title extraction
1182 * [drtuber] Make dislike count optional (#10297)
1183 * [chirbit] Fix extraction (#10296)
1184 * [francetvinfo] Relax URL regular expression
1185 * [rtlnl] Relax URL regular expression (#10282)
1186 * [formula1] Relax URL regular expression (#10283)
1187 * [wat] Improve extraction (#10281)
1188 * [ctsnews] Fix extraction
1189
1190
1191 version 2016.08.10
1192
1193 Core
1194 * Make --metadata-from-title non fatal when title does not match the pattern
1195 * Introduce options for randomized sleep before each download
1196   --min-sleep-interval and --max-sleep-interval (#9930)
1197 * Respect default in _search_json_ld
1198
1199 Extractors
1200 + [uol] Add extractor for uol.com.br (#4263)
1201 * [rbmaradio] Fix extraction and extract all formats (#10242)
1202 + [sonyliv] Add extractor for sonyliv.com (#10258)
1203 * [aparat] Fix extraction
1204 * [cwtv] Extract HTTP formats
1205 + [rozhlas] Add extractor for prehravac.rozhlas.cz (#10253)
1206 * [kuwo:singer] Fix extraction
1207
1208
1209 version 2016.08.07
1210
1211 Core
1212 + Add support for TV Parental Guidelines ratings in parse_age_limit
1213 + Add decode_png (#9706)
1214 + Add support for partOfTVSeries in JSON-LD
1215 * Lower master M3U8 manifest preference for better format sorting
1216
1217 Extractors
1218 + [discoverygo] Add extractor (#10245)
1219 * [flipagram] Make JSON-LD extraction non fatal
1220 * [generic] Make JSON-LD extraction non fatal
1221 + [bbc] Add support for morph embeds (#10239)
1222 * [tnaflixnetworkbase] Improve title extraction
1223 * [tnaflix] Fix metadata extraction (#10249)
1224 * [fox] Fix theplatform release URL query
1225 * [openload] Fix extraction (#9706)
1226 * [bbc] Skip duplicate manifest URLs
1227 * [bbc] Improve format code
1228 + [bbc] Add support for DASH and F4M
1229 * [bbc] Improve format sorting and listing
1230 * [bbc] Improve playlist extraction
1231 + [pokemon] Add extractor (#10093)
1232 + [condenast] Add fallback scenario for video info extraction
1233
1234
1235 version 2016.08.06
1236
1237 Core
1238 * Add support for JSON-LD root list entries (#10203)
1239 * Improve unified_timestamp
1240 * Lower preference of RTSP formats in generic sorting
1241 + Add support for multiple properties in _og_search_property
1242 * Improve password hiding from verbose output
1243
1244 Extractors
1245 + [adultswim] Add support for trailers (#10235)
1246 * [archiveorg] Improve extraction (#10219)
1247 + [jwplatform] Add support for playlists
1248 + [jwplatform] Add support for relative URLs
1249 * [jwplatform] Improve audio detection
1250 + [tvplay] Capture and output native error message
1251 + [tvplay] Extract series metadata
1252 + [tvplay] Add support for subtitles (#10194)
1253 * [tvp] Improve extraction (#7799)
1254 * [cbslocal] Fix timestamp parsing (#10213)
1255 + [naver] Add support for subtitles (#8096)
1256 * [naver] Improve extraction
1257 * [condenast] Improve extraction
1258 * [engadget] Relax URL regular expression
1259 * [5min] Fix extraction
1260 + [nationalgeographic] Add support for Episode Guide
1261 + [kaltura] Add support for subtitles
1262 * [kaltura] Optimize network requests
1263 + [vodplatform] Add extractor for vod-platform.net
1264 - [gamekings] Remove extractor
1265 * [limelight] Extract HTTP formats
1266 * [ntvru] Fix extraction
1267 + [comedycentral] Re-add :tds and :thedailyshow shortnames
1268
1269
1270 version 2016.08.01
1271
1272 Fixed/improved extractors
1273 - [yandexmusic:track] Adapt to changes in track location JSON (#10193)
1274 - [bloomberg] Support another form of player (#10187)
1275 - [limelight] Skip DRM protected videos
1276 - [safari] Relax regular expressions for URL matching (#10202)
1277 - [cwtv] Add support for cwtvpr.com (#10196)
1278
1279
1280 version 2016.07.30
1281
1282 Fixed/improved extractors
1283 - [twitch:clips] Sort formats
1284 - [tv2] Use m3u8_native
1285 - [tv2:article] Fix video detection (#10188)
1286 - rtve (#10076)
1287 - [dailymotion:playlist] Optimize download archive processing (#10180)
1288
1289
1290 version 2016.07.28
1291
1292 Fixed/improved extractors
1293 - shared (#10170)
1294 - soundcloud (#10179)
1295 - twitch (#9767)
1296
1297
1298 version 2016.07.26.2
1299
1300 Fixed/improved extractors
1301 - smotri
1302 - camdemy
1303 - mtv
1304 - comedycentral
1305 - cmt
1306 - cbc
1307 - mgtv
1308 - orf
1309
1310
1311 version 2016.07.24
1312
1313 New extractors
1314 - arkena (#8682)
1315 - lcp (#8682)
1316
1317 Fixed/improved extractors
1318 - facebook (#10151)
1319 - dailymail
1320 - telegraaf
1321 - dcn
1322 - onet
1323 - tvp
1324
1325 Miscellaneous
1326 - Support $Time$ in DASH manifests
1327
1328
1329 version 2016.07.22
1330
1331 New extractors
1332 - odatv (#9285)
1333
1334 Fixed/improved extractors
1335 - bbc
1336 - youjizz (#10131)
1337 - youtube (#10140)
1338 - pornhub (#10138)
1339 - eporner (#10139)
1340
1341
1342 version 2016.07.17
1343
1344 New extractors
1345 - nintendo (#9986)
1346 - streamable (#9122)
1347
1348 Fixed/improved extractors
1349 - ard (#10095)
1350 - mtv
1351 - comedycentral (#10101)
1352 - viki (#10098)
1353 - spike (#10106)
1354
1355 Miscellaneous
1356 - Improved twitter player detection (#10090)
1357
1358
1359 version 2016.07.16
1360
1361 New extractors
1362 - ninenow (#5181)
1363
1364 Fixed/improved extractors
1365 - rtve (#10076)
1366 - brightcove
1367 - 3qsdn
1368 - syfy (#9087, #3820, #2388)
1369 - youtube (#10083)
1370
1371 Miscellaneous
1372 - Fix subtitle embedding for video-only and audio-only files (#10081)
1373
1374
1375 version 2016.07.13
1376
1377 New extractors
1378 - rudo
1379
1380 Fixed/improved extractors
1381 - biobiochiletv
1382 - tvplay
1383 - dbtv
1384 - brightcove
1385 - tmz
1386 - youtube (#10059)
1387 - shahid (#10062)
1388 - vk
1389 - ellentv (#10067)
1390
1391
1392 version 2016.07.11
1393
1394 New Extractors
1395 - roosterteeth (#9864)
1396
1397 Fixed/improved extractors
1398 - miomio (#9605)
1399 - vuclip
1400 - youtube
1401 - vidzi (#10058)
1402
1403
1404 version 2016.07.09.2
1405
1406 Fixed/improved extractors
1407 - vimeo (#1638)
1408 - facebook (#10048)
1409 - lynda (#10047)
1410 - animeondemand
1411
1412 Fixed/improved features
1413 - Embedding subtitles no longer throws an error with problematic inputs (#9063)
1414
1415
1416 version 2016.07.09.1
1417
1418 Fixed/improved extractors
1419 - youtube
1420 - ard
1421 - srmediatek (#9373)
1422
1423
1424 version 2016.07.09
1425
1426 New extractors
1427 - Flipagram (#9898)
1428
1429 Fixed/improved extractors
1430 - telecinco
1431 - toutv
1432 - radiocanada
1433 - tweakers (#9516)
1434 - lynda
1435 - nick (#7542)
1436 - polskieradio (#10028)
1437 - le
1438 - facebook (#9851)
1439 - mgtv
1440 - animeondemand (#10031)
1441
1442 Fixed/improved features
1443 - `--postprocessor-args` and `--downloader-args` now accepts non-ASCII inputs
1444   on non-Windows systems
1445
1446
1447 version 2016.07.07
1448
1449 New extractors
1450 - kamcord (#10001)
1451
1452 Fixed/improved extractors
1453 - spiegel (#10018)
1454 - metacafe (#8539, #3253)
1455 - onet (#9950)
1456 - francetv (#9955)
1457 - brightcove (#9965)
1458 - daum (#9972)
1459
1460
1461 version 2016.07.06
1462
1463 Fixed/improved extractors
1464 - youtube (#10007, #10009)
1465 - xuite
1466 - stitcher
1467 - spiegel
1468 - slideshare
1469 - sandia
1470 - rtvnh
1471 - prosiebensat1
1472 - onionstudios
1473
1474
1475 version 2016.07.05
1476
1477 Fixed/improved extractors
1478 - brightcove
1479 - yahoo (#9995)
1480 - pornhub (#9997)
1481 - iqiyi
1482 - kaltura (#5557)
1483 - la7
1484 - Changed features
1485 - Rename --cn-verfication-proxy to --geo-verification-proxy
1486 Miscellaneous
1487 - Add script for displaying downloads statistics
1488
1489
1490 version 2016.07.03.1
1491
1492 Fixed/improved extractors
1493 - theplatform
1494 - aenetworks
1495 - nationalgeographic
1496 - hrti (#9482)
1497 - facebook (#5701)
1498 - buzzfeed (#5701)
1499 - rai (#8617, #9157, #9232, #8552, #8551)
1500 - nationalgeographic (#9991)
1501 - iqiyi
1502
1503
1504 version 2016.07.03
1505
1506 New extractors
1507 - hrti (#9482)
1508
1509 Fixed/improved extractors
1510 - vk (#9981)
1511 - facebook (#9938)
1512 - xtube (#9953, #9961)
1513
1514
1515 version 2016.07.02
1516
1517 New extractors
1518 - fusion (#9958)
1519
1520 Fixed/improved extractors
1521 - twitch (#9975)
1522 - vine (#9970)
1523 - periscope (#9967)
1524 - pornhub (#8696)
1525
1526
1527 version 2016.07.01
1528
1529 New extractors
1530 - 9c9media
1531 - ctvnews (#2156)
1532 - ctv (#4077)
1533
1534 Fixed/Improved extractors
1535 - rds
1536 - meta (#8789)
1537 - pornhub (#9964)
1538 - sixplay (#2183)
1539
1540 New features
1541 - Accept quoted strings across multiple lines (#9940)