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