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