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