release 2017.07.09
[youtube-dl] / ChangeLog
1 version 2017.07.09
2
3 Core
4 + [extractor/common] Add support for AMP tags in _parse_html5_media_entries
5 + [utils] Support attributes with no values in get_elements_by_attribute
6
7 Extractors
8 + [dailymail] Add support for embeds
9 + [joj] Add support for joj.sk (#13268)
10 * [abc.net.au:iview] Extract more formats (#13492, #13489)
11 * [egghead:course] Fix extraction (#6635, #13370)
12 + [cjsw] Add support for cjsw.com (#13525)
13 + [eagleplatform] Add support for referrer protected videos (#13557)
14 + [eagleplatform] Add support for another embed pattern (#13557)
15 * [veoh] Extend URL regular expression (#13601)
16 * [npo:live] Fix live stream id extraction (#13568, #13605)
17 * [googledrive] Fix height extraction (#13603)
18 + [dailymotion] Add support for new layout (#13580)
19 - [yam] Remove extractor
20 * [xhamster] Extract all formats and fix duration extraction (#13593)
21 + [xhamster] Add support for new URL schema (#13593)
22 * [espn] Extend URL regular expression (#13244, #13549)
23 * [kaltura] Fix typo in subtitles extraction (#13569)
24 * [vier] Adapt extraction to redesign (#13575)
25
26
27 version 2017.07.02
28
29 Core
30 * [extractor/common] Improve _json_ld
31
32 Extractors
33 + [thisoldhouse] Add more fallbacks for video id
34 * [thisoldhouse] Fix video id extraction (#13540, #13541)
35 * [xfileshare] Extend format regular expression (#13536)
36 * [ted] Fix extraction (#13535)
37 + [tastytrade] Add support for tastytrade.com (#13521)
38 * [dplayit] Relax video id regular expression (#13524)
39 + [generic] Extract more generic metadata (#13527)
40 + [bbccouk] Capture and output error message (#13501, #13518)
41 * [cbsnews] Relax video info regular expression (#13284, #13503)
42 + [facebook] Add support for plugin video embeds and multiple embeds (#13493)
43 * [soundcloud] Switch to https for API requests (#13502)
44 * [pandatv] Switch to https for API and download URLs
45 + [pandatv] Add support for https URLs (#13491)
46 + [niconico] Support sp subdomain (#13494)
47
48
49 version 2017.06.25
50
51 Core
52 + [adobepass] Add support for DIRECTV NOW (mso ATTOTT) (#13472)
53 * [YoutubeDL] Skip malformed formats for better extraction robustness
54
55 Extractors
56 + [wsj] Add support for barrons.com (#13470)
57 + [ign] Add another video id pattern (#13328)
58 + [raiplay:live] Add support for live streams (#13414)
59 + [redbulltv] Add support for live videos and segments (#13486)
60 + [onetpl] Add support for videos embedded via pulsembed (#13482)
61 * [ooyala] Make more robust
62 * [ooyala] Skip empty format URLs (#13471, #13476)
63 * [hgtv.com:show] Fix typo
64
65
66 version 2017.06.23
67
68 Core
69 * [adobepass] Fix extraction on older python 2.6
70
71 Extractors
72 * [youtube] Adapt to new automatic captions rendition (#13467)
73 * [hgtv.com:show] Relax video config regular expression (#13279, #13461)
74 * [drtuber] Fix formats extraction (#12058)
75 * [youporn] Fix upload date extraction
76 * [youporn] Improve formats extraction
77 * [youporn] Fix title extraction (#13456)
78 * [googledrive] Fix formats sorting (#13443)
79 * [watchindianporn] Fix extraction (#13411, #13415)
80 + [vimeo] Add fallback mp4 extension for original format
81 + [ruv] Add support for ruv.is (#13396)
82 * [viu] Fix extraction on older python 2.6
83 * [pandora.tv] Fix upload_date extraction (#12846)
84 + [asiancrush] Add support for asiancrush.com (#13420)
85
86
87 version 2017.06.18
88
89 Core
90 * [downloader/common] Use utils.shell_quote for debug command line
91 * [utils] Use compat_shlex_quote in shell_quote
92 * [postprocessor/execafterdownload] Encode command line (#13407)
93 * [compat] Fix compat_shlex_quote on Windows (#5889, #10254)
94 * [postprocessor/metadatafromtitle] Fix missing optional meta fields processing
95    in --metadata-from-title (#13408)
96 * [extractor/common] Fix json dumping with --geo-bypass
97 + [extractor/common] Improve jwplayer subtitles extraction
98 + [extractor/common] Improve jwplayer formats extraction (#13379)
99
100 Extractors
101 * [polskieradio] Fix extraction (#13392)
102 + [xfileshare] Add support for fastvideo.me (#13385)
103 * [bilibili] Fix extraction of videos with double quotes in titles (#13387)
104 * [4tube] Fix extraction (#13381, #13382)
105 + [disney] Add support for disneychannel.de (#13383)
106 * [npo] Improve URL regular expression (#13376)
107 + [corus] Add support for showcase.ca
108 + [corus] Add support for history.ca (#13359)
109
110
111 version 2017.06.12
112
113 Core
114 * [utils] Handle compat_HTMLParseError in extract_attributes (#13349)
115 + [compat] Introduce compat_HTMLParseError
116 * [utils] Improve unified_timestamp
117 * [extractor/generic] Ensure format id is unicode string
118 * [extractor/common] Return unicode string from _match_id
119 + [YoutubeDL] Sanitize more fields (#13313)
120
121 Extractors
122 + [xfileshare] Add support for rapidvideo.tv (#13348)
123 * [xfileshare] Modernize and pass Referer
124 + [rutv] Add support for testplayer.vgtrk.com (#13347)
125 + [newgrounds] Extract more metadata (#13232)
126 + [newgrounds:playlist] Add support for playlists (#10611)
127 * [newgrounds] Improve formats and uploader extraction (#13346)
128 * [msn] Fix formats extraction
129 * [turbo] Ensure format id is string
130 * [sexu] Ensure height is int
131 * [jove] Ensure comment count is int
132 * [golem] Ensure format id is string
133 * [gfycat] Ensure filesize is int
134 * [foxgay] Ensure height is int
135 * [flickr] Ensure format id is string
136 * [sohu] Fix numeric fields
137 * [safari] Improve authentication detection (#13319)
138 * [liveleak] Ensure height is int (#13313)
139 * [streamango] Make title optional (#13292)
140 * [rtlnl] Improve URL regular expression (#13295)
141 * [tvplayer] Fix extraction (#13291)
142
143
144 version 2017.06.05
145
146 Core
147 * [YoutubeDL] Don't emit ANSI escape codes on Windows (#13270)
148
149 Extractors
150 + [bandcamp:weekly] Add support for bandcamp weekly (#12758)
151 * [pornhub:playlist] Fix extraction (#13281)
152 - [godtv] Remove extractor (#13175)
153 * [safari] Fix typo (#13252)
154 * [youtube] Improve chapters extraction (#13247)
155 * [1tv] Lower preference for HTTP formats (#13246)
156 * [francetv] Relax URL regular expression
157 * [drbonanza] Fix extraction (#13231)
158 * [packtpub] Fix authentication (#13240)
159
160
161 version 2017.05.29
162
163 Extractors
164 * [youtube] Fix DASH MPD extraction for videos with non-encrypted format URLs
165   (#13211)
166 * [xhamster] Fix uploader and like/dislike count extraction (#13216))
167 + [xhamster] Extract categories (#11728)
168 + [abcnews] Add support for embed URLs (#12851)
169 * [gaskrank] Fix extraction (#12493)
170 * [medialaan] Fix videos with missing videoUrl (#12774)
171 * [dvtv] Fix playlist support
172 + [dvtv] Add support for DASH and HLS formats (#3063)
173 + [beam:vod] Add support for beam.pro/mixer.com VODs (#13032))
174 * [cbsinteractive] Relax URL regular expression (#13213)
175 * [adn] Fix formats extraction
176 + [youku] Extract more metadata (#10433)
177 * [cbsnews] Fix extraction (#13205)
178
179
180 version 2017.05.26
181
182 Core
183 + [utils] strip_jsonp() can recognize more patterns
184 * [postprocessor/ffmpeg] Fix metadata filename handling on Python 2 (#13182)
185
186 Extractors
187 + [youtube] DASH MPDs with cipher signatures are recognized now (#11381)
188 + [bbc] Add support for authentication
189 * [tudou] Merge into youku extractor (#12214)
190 * [youku:show] Fix extraction
191 * [youku] Fix extraction (#13191)
192 * [udemy] Fix extraction for outputs' format entries without URL (#13192)
193 * [vimeo] Fix formats' sorting (#13189)
194 * [cbsnews] Fix extraction for 60 Minutes videos (#12861)
195
196
197 version 2017.05.23
198
199 Core
200 + [downloader/external] Pass -loglevel to ffmpeg downloader (#13183)
201 + [adobepass] Add support for Bright House Networks (#13149)
202
203 Extractors
204 + [streamcz] Add support for subtitles (#13174)
205 * [youtube] Fix DASH manifest signature decryption (#8944, #13156)
206 * [toggle] Relax URL regular expression (#13172)
207 * [toypics] Fix extraction (#13077)
208 * [njpwworld] Fix extraction (#13162, #13169)
209 + [hitbox] Add support for smashcast.tv (#13154)
210 * [mitele] Update app key regular expression (#13158)
211
212
213 version 2017.05.18.1
214
215 Core
216 * [jsinterp] Fix typo and cleanup regular expressions (#13134)
217
218
219 version 2017.05.18
220
221 Core
222 + [jsinterp] Add support for quoted names and indexers (#13123, #13124, #13125,
223   #13126, #13128, #13129, #13130, #13131, #13132)
224 + [extractor/common] Add support for schemeless URLs in _extract_wowza_formats
225   (#13088, #13092)
226 + [utils] Recognize more audio codecs (#13081)
227
228 Extractors
229 + [vier] Extract more metadata (#12539)
230 * [vier] Improve extraction (#12801)
231     + Add support for authentication
232     * Bypass authentication when no credentials provided
233     * Improve extraction robustness
234 * [dailymail] Fix sources extraction (#13057)
235 * [dailymotion] Extend URL regular expression (#13079)
236
237
238 version 2017.05.14
239
240 Core
241 + [extractor/common] Respect Width and Height attributes in ISM manifests
242 + [postprocessor/metadatafromtitle] Add support regular expression syntax for
243   --metadata-from-title (#13065)
244
245 Extractors
246 + [mediaset] Add support for video.mediaset.it (#12708, #12964)
247 * [orf:radio] Fix extraction (#11643, #12926)
248 * [aljazeera] Extend URL regular expression (#13053)
249 * [imdb] Relax URL regular expression (#13056)
250 + [francetv] Add support for mobile.france.tv (#13068)
251 + [upskill] Add support for upskillcourses.com (#13043)
252 * [thescene] Fix extraction (#13061)
253 * [condenast] Improve embed support
254 * [liveleak] Fix extraction (#12053)
255 + [douyu] Support Douyu shows (#12228)
256 * [myspace] Improve URL regular expression (#13040)
257 * [adultswim] Use desktop platform in assets URL (#13041)
258
259
260 version 2017.05.09
261
262 Core
263 * [YoutubeDL] Force --restrict-filenames when no locale is set on all python
264   versions (#13027)
265
266 Extractors
267 * [francetv] Adapt to site redesign (#13034)
268 + [packtpub] Add support for authentication (#12622)
269 * [drtv] Lower preference for SignLanguage formats (#13013, #13016)
270 + [cspan] Add support for brightcove live embeds (#13028)
271 * [vrv] Extract DASH formats and subtitles
272 * [funimation] Fix authentication (#13021)
273 * [adultswim] Fix extraction (#8640, #10950, #11042, #12121)
274     + Add support for Adobe Pass authentication
275     + Add support for live streams
276     + Add support for show pages
277 * [turner] Extract thumbnail, is_live and strip description
278 + [nonktube] Add support for nonktube.com (#8647, #13024)
279 + [nuevo] Pass headers to _extract_nuevo
280 * [nbc] Improve extraction (#12364)
281
282
283 version 2017.05.07
284
285 Common
286 * [extractor/common] Fix typo in _extract_akamai_formats
287 + [postprocessor/ffmpeg] Embed chapters into media file with --add-metadata
288 + [extractor/common] Introduce chapters meta field
289
290 Extractors
291 * [youtube] Fix authentication (#12820, #12927, #12973, #12992, #12993, #12995,
292   #13003)
293 * [bilibili] Fix video downloading (#13001)
294 * [rmcdecouverte] Fix extraction (#12937)
295 * [theplatform] Extract chapters
296 * [bandcamp] Fix thumbnail extraction (#12980)
297 * [pornhub] Extend URL regular expression (#12996)
298 + [youtube] Extract chapters
299 + [nrk] Extract chapters
300 + [vice] Add support for ooyala embeds in article pages
301 + [vice] Support vice articles (#12968)
302 * [vice] Fix extraction for non en_us videos (#12967)
303 * [gdcvault] Fix extraction for some videos (#12733)
304 * [pbs] Improve multipart video support (#12981)
305 * [laola1tv] Fix extraction (#12880)
306 + [cda] Support birthday verification (#12789)
307 * [leeco] Fix extraction (#12974)
308 + [pbs] Extract chapters
309 * [amp] Imporove thumbnail and subtitles extraction
310 * [foxsports] Fix extraction (#12945)
311 - [coub] Remove comment count extraction (#12941)
312
313
314 version 2017.05.01
315
316 Core
317 + [extractor/common] Extract view count from JSON-LD
318 * [utils] Improve unified_timestamp
319 + [utils] Add video/mp2t to mimetype2ext
320 * [downloader/external] Properly handle live stream downloading cancellation
321   (#8932)
322 + [utils] Add support for unicode whitespace in clean_html on python 2 (#12906)
323
324 Extractors
325 * [infoq] Make audio format extraction non fatal (#12938)
326 * [brightcove] Allow whitespace around attribute names in embedded code
327 + [zaq1] Add support for zaq1.pl (#12693)
328 + [xvideos] Extract duration (#12828)
329 * [vevo] Fix extraction (#12879)
330 + [noovo] Add support for noovo.ca (#12792)
331 + [washingtonpost] Add support for embeds (#12699)
332 * [yandexmusic:playlist] Fix extraction for python 3 (#12888)
333 * [anvato] Improve extraction (#12913)
334     * Promote to regular shortcut based extractor
335     * Add mcp to access key mapping table
336     * Add support for embeds extraction
337     * Add support for anvato embeds in generic extractor
338 * [xtube] Fix extraction for older FLV videos (#12734)
339 * [tvplayer] Fix extraction (#12908)
340
341
342 version 2017.04.28
343
344 Core
345 + [adobepass] Use geo verification headers for all requests
346 - [downloader/fragment] Remove assert for resume_len when no fragments
347   downloaded
348 + [extractor/common] Add manifest_url for explicit group rendition formats
349 * [extractor/common] Fix manifest_url for m3u8 formats
350 - [extractor/common] Don't list master m3u8 playlists in format list (#12832)
351
352 Extractor
353 * [aenetworks] Fix extraction for shows with single season
354 + [go] Add support for Disney, DisneyJunior and DisneyXD show pages
355 * [youtube] Recognize new locale-based player URLs (#12885)
356 + [streamable] Add support for new embedded URL schema (#12844)
357 * [arte:+7] Relax URL regular expression (#12837)
358
359
360 version 2017.04.26
361
362 Core
363 * Introduce --keep-fragments for keeping fragments of fragmented download
364   on disk after download is finished
365 * [YoutubeDL] Fix output template for missing timestamp (#12796)
366 * [socks] Handle cases where credentials are required but missing
367 * [extractor/common] Improve HLS extraction (#12211)
368     * Extract m3u8 parsing to separate method
369     * Improve rendition groups extraction
370     * Build stream name according stream GROUP-ID
371     * Ignore reference to AUDIO group without URI when stream has no CODECS
372     * Use float for scaled tbr in _parse_m3u8_formats
373 * [utils] Add support for TTML styles in dfxp2srt
374 * [downloader/hls] No need to download keys for fragments that have been
375   already downloaded
376 * [downloader/fragment] Improve fragment downloading
377     * Resume immediately
378     * Don't concatenate fragments and decrypt them on every resume
379     * Optimize disk storage usage, don't store intermediate fragments on disk
380     * Store bookkeeping download state file
381 + [extractor/common] Add support for multiple getters in try_get
382 + [extractor/common] Add support for video of WebPage context in _json_ld
383   (#12778)
384 + [extractor/common] Relax JWPlayer regular expression and remove
385   duplicate URLs (#12768)
386
387 Extractors
388 * [iqiyi] Fix extraction of Yule videos
389 * [vidio] Improve extraction and sort formats
390 + [brightcove] Match only video elements with data-video-id attribute
391 * [iqiyi] Fix playlist detection (#12504)
392 - [azubu] Remove extractor (#12813)
393 * [porn91] Fix extraction (#12814)
394 * [vidzi] Fix extraction (#12793)
395 + [amp] Extract error message (#12795)
396 + [xfileshare] Add support for gorillavid.com and daclips.com (#12776)
397 * [instagram] Fix extraction (#12777)
398 + [generic] Support Brightcove videos in <iframe> (#12482)
399 + [brightcove] Support URLs with bcpid instead of playerID (#12482)
400 * [brightcove] Fix _extract_url (#12782)
401 + [odnoklassniki] Extract HLS formats
402
403
404 version 2017.04.17
405
406 Extractors
407 * [limelight] Improve extraction LimelightEmbeddedPlayerFlash media embeds and
408   add support for channel and channelList embeds
409 * [generic] Extract multiple Limelight embeds (#12761)
410 + [itv] Extract series metadata
411 * [itv] Fix RTMP formats downloading (#12759)
412 * [itv] Use native HLS downloader by default
413 + [go90] Extract subtitles (#12752)
414 + [go90] Extract series metadata (#12752)
415
416
417 version 2017.04.16
418
419 Core
420 * [YoutubeDL] Apply expand_path after output template substitution
421 + [YoutubeDL] Propagate overridden meta fields to extraction results of type
422   url (#11163)
423
424 Extractors
425 + [generic] Extract RSS entries as url_transparent (#11163)
426 + [streamango] Add support for streamango.com (#12643)
427 + [wsj:article] Add support for articles (#12558)
428 * [brightcove] Relax video tag embeds extraction and validate ambiguous embeds'
429   URLs (#9163, #12005, #12178, #12480)
430 + [udemy] Add support for react rendition (#12744)
431
432
433 version 2017.04.15
434
435 Extractors
436 * [youku] Fix fileid extraction (#12741, #12743)
437
438
439 version 2017.04.14
440
441 Core
442 + [downloader/hls] Add basic support for EXT-X-BYTERANGE tag (#10955)
443 + [adobepass] Improve Comcast and Verison login code (#10803)
444 + [adobepass] Add support for Verizon (#10803)
445
446 Extractors
447 + [aenetworks] Add support for specials (#12723)
448 + [hbo] Extract HLS formats
449 + [go90] Add support for go90.com (#10127)
450 + [tv2hu] Add support for tv2.hu (#10509)
451 + [generic] Exclude URLs with xml ext from valid video URLs (#10768, #11654)
452 * [youtube] Improve HLS formats extraction
453 * [afreecatv] Fix extraction for videos with different key layout (#12718)
454 - [youtube] Remove explicit preference for audio-only and video-only formats in
455   order not to break sorting when new formats appear
456 * [canalplus] Bypass geo restriction
457
458
459 version 2017.04.11
460
461 Extractors
462 * [afreecatv] Fix extraction (#12706)
463 + [generic] Add support for <object> YouTube embeds (#12637)
464 * [bbccouk] Treat bitrate as audio+video bitrate in media selector
465 + [bbccouk] Skip unrecognized formats in media selector (#12701)
466 + [bbccouk] Add support for https protocol in media selector (#12701)
467 * [curiositystream] Fix extraction (#12638)
468 * [adn] Update subtitle decryption key
469 * [chaturbate] Fix extraction (#12665, #12688, #12690)
470
471
472 version 2017.04.09
473
474 Extractors
475 + [medici] Add support for medici.tv (#3406)
476 + [rbmaradio] Add support for redbullradio.com URLs (#12687)
477 + [npo:live] Add support for default URL (#12555)
478 * [mixcloud:playlist] Fix title, description and view count extraction (#12582)
479 + [thesun] Add suport for thesun.co.uk (#11298, #12674)
480 + [ceskateleveize:porady] Add support for porady (#7411, #12645)
481 * [ceskateleveize] Improve extraction and remove URL replacement hacks
482 + [kaltura] Add support for iframe embeds (#12679)
483 * [airmozilla] Fix extraction (#12670)
484 * [wshh] Extract html5 entries and delegate to generic extractor (12676)
485 + [raiplay] Extract subtitles
486 + [xfileshare] Add support for vidlo.us (#12660)
487 + [xfileshare] Add support for vidbom.com (#12661)
488 + [aenetworks] Add more video URL regular expressions (#12657)
489 + [odnoklassniki] Fix format sorting for 1080p quality
490 + [rtl2] Add support for you.rtl2.de (#10257)
491 + [vshare] Add support for vshare.io (#12278)
492
493
494 version 2017.04.03
495
496 Core
497 + [extractor/common] Add censorship check for TransTelekom ISP
498 * [extractor/common] Move censorship checks to a separate method
499
500 Extractors
501 + [discoveryvr] Add support for discoveryvr.com (#12578)
502 + [tv5mondeplus] Add support for tv5mondeplus.com (#11386)
503 + [periscope] Add support for pscp.tv URLs (#12618, #12625)
504
505
506 version 2017.04.02
507
508 Core
509 * [YoutubeDL] Return early when extraction of url_transparent fails
510
511 Extractors
512 * [rai] Fix and improve extraction (#11790)
513 + [vrv] Add support for series pages
514 * [limelight] Improve extraction for audio only formats
515 * [funimation] Fix extraction (#10696, #11773)
516 + [xfileshare] Add support for vidabc.com (#12589)
517 + [xfileshare] Improve extraction and extract hls formats
518 + [crunchyroll] Pass geo verifcation proxy
519 + [cwtv] Extract ISM formats
520 + [tvplay] Bypass geo restriction
521 + [vrv] Add support for vrv.co
522 + [packtpub] Add support for packtpub.com (#12610)
523 + [generic] Pass base_url to _parse_jwplayer_data
524 + [adn] Add support for animedigitalnetwork.fr (#4866)
525 + [allocine] Extract more metadata
526 * [allocine] Fix extraction (#12592)
527 * [openload] Fix extraction
528
529
530 version 2017.03.26
531
532 Core
533 * Don't raise an error if JWPlayer config data is not a Javascript object
534   literal. _find_jwplayer_data now returns a dict rather than an str. (#12307)
535 * Expand environment variables for options representing paths (#12556)
536 + [utils] Introduce expand_path
537 * [downloader/hls] Delegate downloading to ffmpeg immediately for live streams
538
539 Extractors
540 * [afreecatv] Fix extraction (#12179)
541 + [atvat] Add support for atv.at (#5325)
542 + [fox] Add metadata extraction (#12391)
543 + [atresplayer] Extract DASH formats
544 + [atresplayer] Extract HD manifest (#12548)
545 * [atresplayer] Fix login error detection (#12548)
546 * [franceculture] Fix extraction (#12547)
547 * [youtube] Improve URL regular expression (#12538)
548 * [generic] Do not follow redirects to the same URL
549
550
551 version 2017.03.24
552
553 Extractors
554 - [9c9media] Remove mp4 URL extraction request
555 + [bellmedia] Add support for etalk.ca and space.ca (#12447)
556 * [channel9] Fix extraction (#11323)
557 * [cloudy] Fix extraction (#12525)
558 + [hbo] Add support for free episode URLs and new formats extraction (#12519)
559 * [condenast] Fix extraction and style (#12526)
560 * [viu] Relax URL regular expression (#12529)
561
562
563 version 2017.03.22
564
565 Extractors
566 - [pluralsight] Omit module title from video title (#12506)
567 * [pornhub] Decode obfuscated video URL (#12470, #12515)
568 * [senateisvp] Allow https URL scheme for embeds (#12512)
569
570
571 version 2017.03.20
572
573 Core
574 + [YoutubeDL] Allow multiple input URLs to be used with stdout (-) as
575   output template
576 + [adobepass] Detect and output error on authz token extraction (#12472)
577
578 Extractors
579 + [bostonglobe] Add extractor for bostonglobe.com (#12099)
580 + [toongoggles] Add support for toongoggles.com (#12171)
581 + [medialaan] Add support for Medialaan sites (#9974, #11912)
582 + [discoverynetworks] Add support for more domains and bypass geo restiction
583 * [openload] Fix extraction (#10408)
584
585
586 version 2017.03.16
587
588 Core
589 + [postprocessor/ffmpeg] Add support for flac
590 + [extractor/common] Extract SMIL formats from jwplayer
591
592 Extractors
593 + [generic] Add forgotten return for jwplayer formats
594 * [redbulltv] Improve extraction
595
596
597 version 2017.03.15
598
599 Core
600 * Fix missing subtitles if --add-metadata is used (#12423)
601
602 Extractors
603 * [facebook] Make title optional (#12443)
604 + [mitele] Add support for ooyala videos (#12430)
605 * [openload] Fix extraction (#12435, #12446)
606 * [streamable] Update API URL (#12433)
607 + [crunchyroll] Extract season name (#12428)
608 * [discoverygo] Bypass geo restriction
609 + [discoverygo:playlist] Add support for playlists (#12424)
610
611
612 version 2017.03.10
613
614 Extractors
615 * [generic] Make title optional for jwplayer embeds (#12410)
616 * [wdr:maus] Fix extraction (#12373)
617 * [prosiebensat1] Improve title extraction (#12318, #12327)
618 * [dplayit] Separate and rewrite extractor and bypass geo restriction (#12393)
619 * [miomio] Fix extraction (#12291, #12388, #12402)
620 * [telequebec] Fix description extraction (#12399)
621 * [openload] Fix extraction (#12357)
622 * [brightcove:legacy] Relax videoPlayer validation check (#12381)
623
624
625 version 2017.03.07
626
627 Core
628 * Metadata are now added after conversion (#5594)
629
630 Extractors
631 * [soundcloud] Update client id (#12376)
632 * [openload] Fix extraction (#10408, #12357)
633
634
635 version 2017.03.06
636
637 Core
638 + [utils] Process bytestrings in urljoin (#12369)
639 * [extractor/common] Improve height extraction and extract bitrate
640 * [extractor/common] Move jwplayer formats extraction in separate method
641 + [external:ffmpeg] Limit test download size to 10KiB (#12362)
642
643 Extractors
644 + [drtv] Add geo countries to GeoRestrictedError
645 + [drtv:live] Bypass geo restriction
646 + [tunepk] Add extractor (#12197, #12243)
647
648
649 version 2017.03.05
650
651 Extractors
652 + [twitch] Add basic support for two-factor authentication (#11974)
653 + [vier] Add support for vijf.be (#12304)
654 + [redbulltv] Add support for redbull.tv (#3919, #11948)
655 * [douyutv] Switch to the PC API to escape the 5-min limitation (#12316)
656 + [generic] Add support for rutube embeds
657 + [rutube] Relax URL regular expression
658 + [vrak] Add support for vrak.tv (#11452)
659 + [brightcove:new] Add ability to smuggle geo_countries into URL
660 + [brightcove:new] Raise GeoRestrictedError
661 * [go] Relax URL regular expression (#12341)
662 * [24video] Use original host for requests (#12339)
663 * [ruutu] Disable DASH formats (#12322)
664
665
666 version 2017.03.02
667
668 Core
669 + [adobepass] Add support for Charter Spectrum (#11465)
670 * [YoutubeDL] Don't sanitize identifiers in output template (#12317)
671
672 Extractors
673 * [facebook] Fix extraction (#12323, #12330)
674 * [youtube] Mark errors about rental videos as expected (#12324)
675 + [npo] Add support for audio
676 * [npo] Adapt to app.php API (#12311, #12320)
677
678
679 version 2017.02.28
680
681 Core
682 + [utils] Add bytes_to_long and long_to_bytes
683 + [utils] Add pkcs1pad
684 + [aes] Add aes_cbc_encrypt
685
686 Extractors
687 + [azmedien:showplaylist] Add support for show playlists (#12160)
688 + [youtube:playlist] Recognize another playlist pattern (#11928, #12286)
689 + [daisuki] Add support for daisuki.net (#2486, #3186, #4738, #6175, #7776,
690   #10060)
691 * [douyu] Fix extraction (#12301)
692
693
694 version 2017.02.27
695
696 Core
697 * [downloader/common] Limit displaying 2 digits after decimal point in sleep
698   interval message (#12183)
699 + [extractor/common] Add preference to _parse_html5_media_entries
700
701 Extractors
702 + [npo] Add support for zapp.nl
703 + [npo] Add support for hetklokhuis.nl (#12293)
704 - [scivee] Remove extractor (#9315)
705 + [cda] Decode download URL (#12255)
706 + [crunchyroll] Improve uploader extraction (#12267)
707 + [youtube] Raise GeoRestrictedError
708 + [dailymotion] Raise GeoRestrictedError
709 + [mdr] Recognize more URL patterns (#12169)
710 + [tvigle] Raise GeoRestrictedError
711 * [vevo] Fix extraction for videos with the new streams/streamsV3 format
712   (#11719)
713 + [freshlive] Add support for freshlive.tv (#12175)
714 + [xhamster] Capture and output videoClosed error (#12263)
715 + [etonline] Add support for etonline.com (#12236)
716 + [njpwworld] Add support for njpwworld.com (#11561)
717 * [amcnetworks] Relax URL regular expression (#12127)
718
719
720 version 2017.02.24.1
721
722 Extractors
723 * [noco] Modernize
724 * [noco] Switch login URL to https (#12246)
725 + [thescene] Extract more metadata
726 * [thescene] Fix extraction (#12235)
727 + [tubitv] Use geo bypass mechanism
728 * [openload] Fix extraction (#10408)
729 + [ivi] Raise GeoRestrictedError
730
731
732 version 2017.02.24
733
734 Core
735 * [options] Hide deprecated options from --help
736 * [options] Deprecate --autonumber-size
737 + [YoutubeDL] Add support for string formatting operations in output template
738   (#5185, #5748, #6841, #9929, #9966 #9978, #12189)
739
740 Extractors
741 + [lynda:course] Add webpage extraction fallback (#12238)
742 * [go] Sign all uplynk URLs and use geo bypass only for free videos
743   (#12087, #12210)
744 + [skylinewebcams] Add support for skylinewebcams.com (#12221)
745 + [instagram] Add support for multi video posts (#12226)
746 + [crunchyroll] Extract playlist entries ids
747 * [mgtv] Fix extraction
748 + [sohu] Raise GeoRestrictedError
749 + [leeco] Raise GeoRestrictedError and use geo bypass mechanism
750
751
752 version 2017.02.22
753
754 Extractors
755 * [crunchyroll] Fix descriptions with double quotes (#12124)
756 * [dailymotion] Make comment count optional (#12209)
757 + [vidzi] Add support for vidzi.cc (#12213)
758 + [24video] Add support for 24video.tube (#12217)
759 + [crackle] Use geo bypass mechanism
760 + [viewster] Use geo verification headers
761 + [tfo] Improve geo restriction detection and use geo bypass mechanism
762 + [telequebec] Use geo bypass mechanism
763 + [limelight] Extract PlaylistService errors and improve geo restriction
764   detection
765
766
767 version 2017.02.21
768
769 Core
770 * [extractor/common] Allow calling _initialize_geo_bypass from extractors
771   (#11970)
772 + [adobepass] Add support for Time Warner Cable (#12191)
773 + [travis] Run tests in parallel
774 + [downloader/ism] Honor HTTP headers when downloading fragments
775 + [downloader/dash] Honor HTTP headers when downloading fragments
776 + [utils] Add GeoUtils class for working with geo tools and GeoUtils.random_ipv4
777 + Add option --geo-bypass-country for explicit geo bypass on behalf of
778   specified country
779 + Add options to control geo bypass mechanism --geo-bypass and --no-geo-bypass
780 + Add experimental geo restriction bypass mechanism based on faking
781   X-Forwarded-For HTTP header
782 + [utils] Introduce GeoRestrictedError for geo restricted videos
783 + [utils] Introduce YoutubeDLError base class for all youtube-dl exceptions
784
785 Extractors
786 + [ninecninemedia] Use geo bypass mechanism
787 * [spankbang] Make uploader optional (#12193)
788 + [iprima] Improve geo restriction detection and disable geo bypass
789 * [iprima] Modernize
790 * [commonmistakes] Disable UnicodeBOM extractor test for python 3.2
791 + [prosiebensat1] Throw ExtractionError on unsupported page type (#12180)
792 * [nrk] Update _API_HOST and relax _VALID_URL
793 + [tv4] Bypass geo restriction and improve detection
794 * [tv4] Switch to hls3 protocol (#12177)
795 + [viki] Improve geo restriction detection
796 + [vgtv] Improve geo restriction detection
797 + [srgssr] Improve geo restriction detection
798 + [vbox7] Improve geo restriction detection and use geo bypass mechanism
799 + [svt] Improve geo restriction detection and use geo bypass mechanism
800 + [pbs] Improve geo restriction detection and use geo bypass mechanism
801 + [ondemandkorea] Improve geo restriction detection and use geo bypass mechanism
802 + [nrk] Improve geo restriction detection and use geo bypass mechanism
803 + [itv] Improve geo restriction detection and use geo bypass mechanism
804 + [go] Improve geo restriction detection and use geo bypass mechanism
805 + [dramafever] Improve geo restriction detection and use geo bypass mechanism
806 * [brightcove:legacy] Restrict videoPlayer value (#12040)
807 + [tvn24] Add support for tvn24.pl and tvn24bis.pl (#11679)
808 + [thisav] Add support for HTML5 media (#11771)
809 * [metacafe] Bypass family filter (#10371)
810 * [viceland] Improve info extraction
811
812
813 version 2017.02.17
814
815 Extractors
816 * [heise] Improve extraction (#9725)
817 * [ellentv] Improve (#11653)
818 * [openload] Fix extraction (#10408, #12002)
819 + [theplatform] Recognize URLs with whitespaces (#12044)
820 * [einthusan] Relax URL regular expression (#12141, #12159)
821 + [generic] Support complex JWPlayer embedded videos (#12030)
822 * [elpais] Improve extraction (#12139)
823
824
825 version 2017.02.16
826
827 Core
828 + [utils] Add support for quoted string literals in --match-filter (#8050,
829   #12142, #12144)
830
831 Extractors
832 * [ceskatelevize] Lower priority for audio description sources (#12119)
833 * [amcnetworks] Fix extraction (#12127)
834 * [pinkbike] Fix uploader extraction (#12054)
835 + [onetpl] Add support for businessinsider.com.pl and plejada.pl
836 + [onetpl] Add support for onet.pl (#10507)
837 + [onetmvp] Add shortcut extractor
838 + [vodpl] Add support for vod.pl (#12122)
839 + [pornhub] Extract video URL from tv platform site (#12007, #12129)
840 + [ceskatelevize] Extract DASH formats (#12119, #12133)
841
842
843 version 2017.02.14
844
845 Core
846 * TypeError is fixed with Python 2.7.13 on Windows (#11540, #12085)
847
848 Extractor
849 * [zdf] Fix extraction (#12117)
850 * [xtube] Fix extraction for both kinds of video id (#12088)
851 * [xtube] Improve title extraction (#12088)
852 + [lemonde] Fallback delegate extraction to generic extractor (#12115, #12116)
853 * [bellmedia] Allow video id longer than 6 characters (#12114)
854 + [limelight] Add support for referer protected videos
855 * [disney] Improve extraction (#4975, #11000, #11882, #11936)
856 * [hotstar] Improve extraction (#12096)
857 * [einthusan] Fix extraction (#11416)
858 + [aenetworks] Add support for lifetimemovieclub.com (#12097)
859 * [youtube] Fix parsing codecs (#12091)
860
861
862 version 2017.02.11
863
864 Core
865 + [utils] Introduce get_elements_by_class and get_elements_by_attribute
866   utility functions
867 + [extractor/common] Skip m3u8 manifests protected with Adobe Flash Access
868
869 Extractor
870 * [pluralsight:course] Fix extraction (#12075)
871 + [bbc] Extract m3u8 formats with 320k audio
872 * [facebook] Relax video id matching (#11017, #12055, #12056)
873 + [corus] Add support for Corus Entertainment sites (#12060, #9164)
874 + [pluralsight] Detect blocked account error message (#12070)
875 + [bloomberg] Add another video id pattern (#12062)
876 * [extractor/commonmistakes] Restrict URL regular expression (#12050)
877 + [tvplayer] Add support for tvplayer.com
878
879
880 version 2017.02.10
881
882 Extractors
883 * [xtube] Fix extraction (#12023)
884 * [pornhub] Fix extraction (#12007, #12018)
885 * [facebook] Improve JS data regular expression (#12042)
886 * [kaltura] Improve embed partner id extraction (#12041)
887 + [sprout] Add support for sproutonline.com
888 * [6play] Improve extraction
889 + [scrippsnetworks:watch] Add support for Scripps Networks sites (#10765)
890 + [go] Add support for Adobe Pass authentication (#11468, #10831)
891 * [6play] Fix extraction (#12011)
892 + [nbc] Add support for Adobe Pass authentication (#12006)
893
894
895 version 2017.02.07
896
897 Core
898 * [extractor/common] Fix audio only with audio group in m3u8 (#11995)
899 + [downloader/fragment] Respect --no-part
900 * [extractor/common] Speed-up HTML5 media entries extraction (#11979)
901
902 Extractors
903 * [pornhub] Fix extraction (#11997)
904 + [canalplus] Add support for cstar.fr (#11990)
905 + [extractor/generic] Improve RTMP support (#11993)
906 + [gaskrank] Add support for gaskrank.tv (#11685)
907 * [bandcamp] Fix extraction for incomplete albums (#11727)
908 * [iwara] Fix extraction (#11781)
909 * [googledrive] Fix extraction on Python 3.6
910 + [videopress] Add support for videopress.com
911 + [afreecatv] Extract RTMP formats
912
913
914 version 2017.02.04.1
915
916 Extractors
917 + [twitch:stream] Add support for player.twitch.tv (#11971)
918 * [radiocanada] Fix extraction for toutv rtmp formats
919
920
921 version 2017.02.04
922
923 Core
924 + Add --playlist-random to shuffle playlists (#11889, #11901)
925 * [utils] Improve comments processing in js_to_json (#11947)
926 * [utils] Handle single-line comments in js_to_json
927 * [downloader/external:ffmpeg] Minimize the use of aac_adtstoasc filter
928
929 Extractors
930 + [piksel] Add another app token pattern (#11969)
931 + [vk] Capture and output author blocked error message (#11965)
932 + [turner] Fix secure HLS formats downloading with ffmpeg (#11358, #11373,
933   #11800)
934 + [drtv] Add support for live and radio sections (#1827, #3427)
935 * [myspace] Fix extraction and extract HLS and HTTP formats
936 + [youtube] Add format info for itag 325 and 328
937 * [vine] Fix extraction (#11955)
938 - [sportbox] Remove extractor (#11954)
939 + [filmon] Add support for filmon.com (#11187)
940 + [infoq] Add audio only formats (#11565)
941 * [douyutv] Improve room id regular expression (#11931)
942 * [iprima] Fix extraction (#11920, #11896)
943 * [youtube] Fix ytsearch when cookies are provided (#11924)
944 * [go] Relax video id regular expression (#11937)
945 * [facebook] Fix title extraction (#11941)
946 + [youtube:playlist] Recognize TL playlists (#11945)
947 + [bilibili] Support new Bangumi URLs (#11845)
948 + [cbc:watch] Extract audio codec for audio only formats (#11893)
949 + [elpais] Fix extraction for some URLs (#11765)
950
951
952 version 2017.02.01
953
954 Extractors
955 + [facebook] Add another fallback extraction scenario (#11926)
956 * [prosiebensat1] Fix extraction of descriptions (#11810, #11929)
957 - [crunchyroll] Remove ScaledBorderAndShadow settings (#9028)
958 + [vimeo] Extract upload timestamp
959 + [vimeo] Extract license (#8726, #11880)
960 + [nrk:series] Add support for series (#11571, #11711)
961
962
963 version 2017.01.31
964
965 Core
966 + [compat] Add compat_etree_register_namespace
967
968 Extractors
969 * [youtube] Fix extraction for domainless player URLs (#11890, #11891, #11892,
970   #11894, #11895, #11897, #11900, #11903, #11904, #11906, #11907, #11909,
971   #11913, #11914, #11915, #11916, #11917, #11918, #11919)
972 + [vimeo] Extract both mixed and separated DASH formats
973 + [ruutu] Extract DASH formats
974 * [itv] Fix extraction for python 2.6
975
976
977 version 2017.01.29
978
979 Core
980 * [extractor/common] Fix initialization template (#11605, #11825)
981 + [extractor/common] Document fragment_base_url and fragment's path fields
982 * [extractor/common] Fix duration per DASH segment (#11868)
983 + Introduce --autonumber-start option for initial value of %(autonumber)s
984   template (#727, #2702, #9362, #10457, #10529, #11862)
985
986 Extractors
987 + [azmedien:playlist] Add support for topic and themen playlists (#11817)
988 * [npo] Fix subtitles extraction
989 + [itv] Extract subtitles
990 + [itv] Add support for itv.com (#9240)
991 + [mtv81] Add support for mtv81.com (#7619)
992 + [vlive] Add support for channels (#11826)
993 + [kaltura] Add fallback for fileExt
994 + [kaltura] Improve uploader_id extraction
995 + [konserthusetplay] Add support for rspoplay.se (#11828)
996
997
998 version 2017.01.28
999
1000 Core
1001 * [utils] Improve parse_duration
1002
1003 Extractors
1004 * [crunchyroll] Improve series and season metadata extraction (#11832)
1005 * [soundcloud] Improve formats extraction and extract audio bitrate
1006 + [soundcloud] Extract HLS formats
1007 * [soundcloud] Fix track URL extraction (#11852)
1008 + [twitch:vod] Expand URL regular expressions (#11846)
1009 * [aenetworks] Fix season episodes extraction (#11669)
1010 + [tva] Add support for videos.tva.ca (#11842)
1011 * [jamendo] Improve and extract more metadata (#11836)
1012 + [disney] Add support for Disney sites (#7409, #11801, #4975, #11000)
1013 * [vevo] Remove request to old API and catch API v2 errors
1014 + [cmt,mtv,southpark] Add support for episode URLs (#11837)
1015 + [youtube] Add fallback for duration extraction (#11841)
1016
1017
1018 version 2017.01.25
1019
1020 Extractors
1021 + [openload] Fallback video extension to mp4
1022 + [extractor/generic] Add support for Openload embeds (#11536, #11812)
1023 * [srgssr] Fix rts video extraction (#11831)
1024 + [afreecatv:global] Add support for afreeca.tv (#11807)
1025 + [crackle] Extract vtt subtitles
1026 + [crackle] Extract multiple resolutions for thumbnails
1027 + [crackle] Add support for mobile URLs
1028 + [konserthusetplay] Extract subtitles (#11823)
1029 + [konserthusetplay] Add support for HLS videos (#11823)
1030 * [vimeo:review] Fix config URL extraction (#11821)
1031
1032
1033 version 2017.01.24
1034
1035 Extractors
1036 * [pluralsight] Fix extraction (#11820)
1037 + [nextmedia] Add support for NextTV (壹電視)
1038 * [24video] Fix extraction (#11811)
1039 * [youtube:playlist] Fix nonexistent and private playlist detection (#11604)
1040 + [chirbit] Extract uploader (#11809)
1041
1042
1043 version 2017.01.22
1044
1045 Extractors
1046 + [pornflip] Add support for pornflip.com (#11556, #11795)
1047 * [chaturbate] Fix extraction (#11797, #11802)
1048 + [azmedien] Add support for AZ Medien sites (#11784, #11785)
1049 + [nextmedia] Support redirected URLs
1050 + [vimeo:channel] Extract videos' titles for playlist entries (#11796)
1051 + [youtube] Extract episode metadata (#9695, #11774)
1052 + [cspan] Support Ustream embedded videos (#11547)
1053 + [1tv] Add support for HLS videos (#11786)
1054 * [uol] Fix extraction (#11770)
1055 * [mtv] Relax triforce feed regular expression (#11766)
1056
1057
1058 version 2017.01.18
1059
1060 Extractors
1061 * [bilibili] Fix extraction (#11077)
1062 + [canalplus] Add fallback for video id (#11764)
1063 * [20min] Fix extraction (#11683, #11751)
1064 * [imdb] Extend URL regular expression (#11744)
1065 + [naver] Add support for tv.naver.com links (#11743)
1066
1067
1068 version 2017.01.16
1069
1070 Core
1071 * [options] Apply custom config to final composite configuration (#11741)
1072 * [YoutubeDL] Improve protocol auto determining (#11720)
1073
1074 Extractors
1075 * [xiami] Relax URL regular expressions
1076 * [xiami] Improve track metadata extraction (#11699)
1077 + [limelight] Check hand-make direct HTTP links
1078 + [limelight] Add support for direct HTTP links at video.llnw.net (#11737)
1079 + [brightcove] Recognize another player ID pattern (#11688)
1080 + [niconico] Support login via cookies (#7968)
1081 * [yourupload] Fix extraction (#11601)
1082 + [beam:live] Add support for beam.pro live streams (#10702, #11596)
1083 * [vevo] Improve geo restriction detection
1084 + [dramafever] Add support for URLs with language code (#11714)
1085 * [cbc] Improve playlist support (#11704)
1086
1087
1088 version 2017.01.14
1089
1090 Core
1091 + [common] Add ability to customize akamai manifest host
1092 + [utils] Add more date formats
1093
1094 Extractors
1095 - [mtv] Eliminate _transform_rtmp_url
1096 * [mtv] Generalize triforce mgid extraction
1097 + [cmt] Add support for full episodes and video clips (#11623)
1098 + [mitele] Extract DASH formats
1099 + [ooyala] Add support for videos with embedToken (#11684)
1100 * [mixcloud] Fix extraction (#11674)
1101 * [openload] Fix extraction (#10408)
1102 * [tv4] Improve extraction (#11698)
1103 * [freesound] Fix and improve extraction (#11602)
1104 + [nick] Add support for beta.nick.com (#11655)
1105 * [mtv,cc] Use HLS by default with native HLS downloader (#11641)
1106 * [mtv] Fix non-HLS extraction
1107
1108
1109 version 2017.01.10
1110
1111 Extractors
1112 * [youtube] Fix extraction (#11663, #11664)
1113 + [inc] Add support for inc.com (#11277, #11647)
1114 + [youtube] Add itag 212 (#11575)
1115 + [egghead:course] Add support for egghead.io courses
1116
1117
1118 version 2017.01.08
1119
1120 Core
1121 * Fix "invalid escape sequence" errors under Python 3.6 (#11581)
1122
1123 Extractors
1124 + [hitrecord] Add support for hitrecord.org (#10867, #11626)
1125 - [videott] Remove extractor
1126 * [swrmediathek] Improve extraction
1127 - [sharesix] Remove extractor
1128 - [aol:features] Remove extractor
1129 * [sendtonews] Improve info extraction
1130 * [3sat,phoenix] Fix extraction (#11619)
1131 * [comedycentral/mtv] Add support for HLS videos (#11600)
1132 * [discoverygo] Fix JSON data parsing (#11219, #11522)
1133
1134
1135 version 2017.01.05
1136
1137 Extractors
1138 + [zdf] Fix extraction (#11055, #11063)
1139 * [pornhub:playlist] Improve extraction (#11594)
1140 + [cctv] Add support for ncpa-classic.com (#11591)
1141 + [tunein] Add support for embeds (#11579)
1142
1143
1144 version 2017.01.02
1145
1146 Extractors
1147 * [cctv] Improve extraction (#879, #6753, #8541)
1148 + [nrktv:episodes] Add support for episodes (#11571)
1149 + [arkena] Add support for video.arkena.com (#11568)
1150
1151
1152 version 2016.12.31
1153
1154 Core
1155 + Introduce --config-location option for custom configuration files (#6745,
1156   #10648)
1157
1158 Extractors
1159 + [twitch] Add support for player.twitch.tv (#11535, #11537)
1160 + [videa] Add support for videa.hu (#8181, #11133)
1161 * [vk] Fix postlive videos extraction
1162 * [vk] Extract from playerParams (#11555)
1163 - [freevideo] Remove extractor (#11515)
1164 + [showroomlive] Add support for showroom-live.com (#11458)
1165 * [xhamster] Fix duration extraction (#11549)
1166 * [rtve:live] Fix extraction (#11529)
1167 * [brightcove:legacy] Improve embeds detection (#11523)
1168 + [twitch] Add support for rechat messages (#11524)
1169 * [acast] Fix audio and timestamp extraction (#11521)
1170
1171
1172 version 2016.12.22
1173
1174 Core
1175 * [extractor/common] Improve detection of video-only formats in m3u8
1176   manifests (#11507)
1177
1178 Extractors
1179 + [theplatform] Pass geo verification headers to SMIL request (#10146)
1180 + [viu] Pass geo verification headers to auth request
1181 * [rtl2] Extract more formats and metadata
1182 * [vbox7] Skip malformed JSON-LD (#11501)
1183 * [uplynk] Force downloading using native HLS downloader (#11496)
1184 + [laola1] Add support for another extraction scenario (#11460)
1185
1186
1187 version 2016.12.20
1188
1189 Core
1190 * [extractor/common] Improve fragment URL construction for DASH media
1191 * [extractor/common] Fix codec information extraction for mixed audio/video
1192   DASH media (#11490)
1193
1194 Extractors
1195 * [vbox7] Fix extraction (#11494)
1196 + [uktvplay] Add support for uktvplay.uktv.co.uk (#11027)
1197 + [piksel] Add support for player.piksel.com (#11246)
1198 + [vimeo] Add support for DASH formats
1199 * [vimeo] Fix extraction for HLS formats (#11490)
1200 * [kaltura] Fix wrong widget ID in some cases (#11480)
1201 + [nrktv:direkte] Add support for live streams (#11488)
1202 * [pbs] Fix extraction for geo restricted videos (#7095)
1203 * [brightcove:new] Skip widevine classic videos
1204 + [viu] Add support for viu.com (#10607, #11329)
1205
1206
1207 version 2016.12.18
1208
1209 Core
1210 + [extractor/common] Recognize DASH formats in html5 media entries
1211
1212 Extractors
1213 + [ccma] Add support for ccma.cat (#11359)
1214 * [laola1tv] Improve extraction
1215 + [laola1tv] Add support embed URLs (#11460)
1216 * [nbc] Fix extraction for MSNBC videos (#11466)
1217 * [twitch] Adapt to new videos pages URL schema (#11469)
1218 + [meipai] Add support for meipai.com (#10718)
1219 * [jwplatform] Improve subtitles and duration extraction
1220 + [ondemandkorea] Add support for ondemandkorea.com (#10772)
1221 + [vvvvid] Add support for vvvvid.it (#5915)
1222
1223
1224 version 2016.12.15
1225
1226 Core
1227 + [utils] Add convenience urljoin
1228
1229 Extractors
1230 + [openload] Recognize oload.tv URLs (#10408)
1231 + [facebook] Recognize .onion URLs (#11443)
1232 * [vlive] Fix extraction (#11375, #11383)
1233 + [canvas] Extract DASH formats
1234 + [melonvod] Add support for vod.melon.com (#11419)
1235
1236
1237 version 2016.12.12
1238
1239 Core
1240 + [utils] Add common user agents map
1241 + [common] Recognize HLS manifests that contain video only formats (#11394)
1242
1243 Extractors
1244 + [dplay] Use Safari user agent for HLS (#11418)
1245 + [facebook] Detect login required error message
1246 * [facebook] Improve video selection (#11390)
1247 + [canalplus] Add another video id pattern (#11399)
1248 * [mixcloud] Relax URL regular expression (#11406)
1249 * [ctvnews] Relax URL regular expression (#11394)
1250 + [rte] Capture and output error message (#7746, #10498)
1251 + [prosiebensat1] Add support for DASH formats
1252 * [srgssr] Improve extraction for geo restricted videos (#11089)
1253 * [rts] Improve extraction for geo restricted videos (#4989)
1254
1255
1256 version 2016.12.09
1257
1258 Core
1259 * [socks] Fix error reporting (#11355)
1260
1261 Extractors
1262 * [openload] Fix extraction (#10408)
1263 * [pandoratv] Fix extraction (#11023)
1264 + [telebruxelles] Add support for emission URLs
1265 * [telebruxelles] Extract all formats
1266 + [bloomberg] Add another video id regular expression (#11371)
1267 * [fusion] Update ooyala id regular expression (#11364)
1268 + [1tv] Add support for playlists (#11335)
1269 * [1tv] Improve extraction (#11335)
1270 + [aenetworks] Extract more formats (#11321)
1271 + [thisoldhouse] Recognize /tv-episode/ URLs (#11271)
1272
1273
1274 version 2016.12.01
1275
1276 Extractors
1277 * [soundcloud] Update client id (#11327)
1278 * [ruutu] Detect DRM protected videos
1279 + [liveleak] Add support for youtube embeds (#10688)
1280 * [spike] Fix full episodes support (#11312)
1281 * [comedycentral] Fix full episodes support
1282 * [normalboots] Rewrite in terms of JWPlatform (#11184)
1283 * [teamfourstar] Rewrite in terms of JWPlatform (#11184)
1284 - [screenwavemedia] Remove extractor (#11184)
1285
1286
1287 version 2016.11.27
1288
1289 Extractors
1290 + [webcaster] Add support for webcaster.pro
1291 + [azubu] Add support for azubu.uol.com.br (#11305)
1292 * [viki] Prefer hls formats
1293 * [viki] Fix rtmp formats extraction (#11255)
1294 * [puls4] Relax URL regular expression (#11267)
1295 * [vevo] Improve artist extraction (#10911)
1296 * [mitele] Relax URL regular expression and extract more metadata (#11244)
1297 + [cbslocal] Recognize New York site (#11285)
1298 + [youtube:playlist] Pass disable_polymer in URL query (#11193)
1299
1300
1301 version 2016.11.22
1302
1303 Extractors
1304 * [hellporno] Fix video extension extraction (#11247)
1305 + [hellporno] Add support for hellporno.net (#11247)
1306 + [amcnetworks] Recognize more BBC America URLs (#11263)
1307 * [funnyordie] Improve extraction (#11208)
1308 * [extractor/generic] Improve limelight embeds support
1309 - [crunchyroll] Remove ScaledBorderAndShadow from ASS subtitles (#8207, #9028)
1310 * [bandcamp] Fix free downloads extraction and extract all formats (#11067)
1311 * [twitter:card] Relax URL regular expression (#11225)
1312 + [tvanouvelles] Add support for tvanouvelles.ca (#10616)
1313
1314
1315 version 2016.11.18
1316
1317 Extractors
1318 * [youtube:live] Relax URL regular expression (#11164)
1319 * [openload] Fix extraction (#10408, #11122)
1320 * [vlive] Prefer locale over language for subtitles id (#11203)
1321
1322
1323 version 2016.11.14.1
1324
1325 Core
1326 + [downoader/fragment,f4m,hls] Respect HTTP headers from info dict
1327 * [extractor/common] Fix media templates with Bandwidth substitution pattern in
1328   MPD manifests (#11175)
1329 * [extractor/common] Improve thumbnail extraction from JSON-LD
1330
1331 Extractors
1332 + [nrk] Workaround geo restriction
1333 + [nrk] Improve error detection and messages
1334 + [afreecatv] Add support for vod.afreecatv.com (#11174)
1335 * [cda] Fix and improve extraction (#10929, #10936)
1336 * [plays] Fix extraction (#11165)
1337 * [eagleplatform] Fix extraction (#11160)
1338 + [audioboom] Recognize /posts/ URLs (#11149)
1339
1340
1341 version 2016.11.08.1
1342
1343 Extractors
1344 * [espn:article] Fix support for espn.com articles
1345 * [franceculture] Fix extraction (#11140)
1346
1347
1348 version 2016.11.08
1349
1350 Extractors
1351 * [tmz:article] Fix extraction (#11052)
1352 * [espn] Fix extraction (#11041)
1353 * [mitele] Fix extraction after website redesign (#10824)
1354 - [ard] Remove age restriction check (#11129)
1355 * [generic] Improve support for pornhub.com embeds (#11100)
1356 + [generic] Add support for redtube.com embeds (#11099)
1357 + [generic] Add support for drtuber.com embeds (#11098)
1358 + [redtube] Add support for embed URLs
1359 + [drtuber] Add support for embed URLs
1360 + [yahoo] Improve content id extraction (#11088)
1361 * [toutv] Relax URL regular expression (#11121)
1362
1363
1364 version 2016.11.04
1365
1366 Core
1367 * [extractor/common] Tolerate malformed RESOLUTION attribute in m3u8
1368   manifests (#11113)
1369 * [downloader/ism] Fix AVC Decoder Configuration Record
1370
1371 Extractors
1372 + [fox9] Add support for fox9.com (#11110)
1373 + [anvato] Extract more metadata and improve formats extraction
1374 * [vodlocker] Improve removed videos detection (#11106)
1375 + [vzaar] Add support for vzaar.com (#11093)
1376 + [vice] Add support for uplynk preplay videos (#11101)
1377 * [tubitv] Fix extraction (#11061)
1378 + [shahid] Add support for authentication (#11091)
1379 + [radiocanada] Add subtitles support (#11096)
1380 + [generic] Add support for ISM manifests
1381
1382
1383 version 2016.11.02
1384
1385 Core
1386 + Add basic support for Smooth Streaming protocol (#8118, #10969)
1387 * Improve MPD manifest base URL extraction (#10909, #11079)
1388 * Fix --match-filter for int-like strings (#11082)
1389
1390 Extractors
1391 + [mva] Add support for ISM formats
1392 + [msn] Add support for ISM formats
1393 + [onet] Add support for ISM formats
1394 + [tvp] Add support for ISM formats
1395 + [nicknight] Add support for nicknight sites (#10769)
1396
1397
1398 version 2016.10.30
1399
1400 Extractors
1401 * [facebook] Improve 1080P video detection (#11073)
1402 * [imgur] Recognize /r/ URLs (#11071)
1403 * [beeg] Fix extraction (#11069)
1404 * [openload] Fix extraction (#10408)
1405 * [gvsearch] Modernize and fix search request (#11051)
1406 * [adultswim] Fix extraction (#10979)
1407 + [nobelprize] Add support for nobelprize.org (#9999)
1408 * [hornbunny] Fix extraction (#10981)
1409 * [tvp] Improve video id extraction (#10585)
1410
1411
1412 version 2016.10.26
1413
1414 Extractors
1415 + [rentv] Add support for ren.tv (#10620)
1416 + [ard] Detect unavailable videos (#11018)
1417 * [vk] Fix extraction (#11022)
1418
1419
1420 version 2016.10.25
1421
1422 Core
1423 * Running youtube-dl in the background is fixed (#10996, #10706, #955)
1424
1425 Extractors
1426 + [jamendo] Add support for jamendo.com (#10132, #10736)
1427 + [pandatv] Add support for panda.tv (#10736)
1428 + [dotsub] Support Vimeo embed (#10964)
1429 * [litv] Fix extraction
1430 + [vimeo] Delegate ondemand redirects to ondemand extractor (#10994)
1431 * [vivo] Fix extraction (#11003)
1432 + [twitch:stream] Add support for rebroadcasts (#10995)
1433 * [pluralsight] Fix subtitles conversion (#10990)
1434
1435
1436 version 2016.10.21.1
1437
1438 Extractors
1439 + [pluralsight] Process all clip URLs (#10984)
1440
1441
1442 version 2016.10.21
1443
1444 Core
1445 - Disable thumbnails embedding in mkv
1446 + Add support for Comcast multiple-system operator (#10819)
1447
1448 Extractors
1449 * [pluralsight] Adapt to new API (#10972)
1450 * [openload] Fix extraction (#10408, #10971)
1451 + [natgeo] Extract m3u8 formats (#10959)
1452
1453
1454 version 2016.10.19
1455
1456 Core
1457 + [utils] Expose PACKED_CODES_RE
1458 + [extractor/common] Extract non smil wowza mpd manifests
1459 + [extractor/common] Detect f4m audio-only formats
1460
1461 Extractors
1462 * [vidzi] Fix extraction (#10908, #10952)
1463 * [urplay] Fix subtitles extraction
1464 + [urplay] Add support for urskola.se (#10915)
1465 + [orf] Add subtitles support (#10939)
1466 * [youtube] Fix --no-playlist behavior for youtu.be/id URLs (#10896)
1467 * [nrk] Relax URL regular expression (#10928)
1468 + [nytimes] Add support for podcasts (#10926)
1469 * [pluralsight] Relax URL regular expression (#10941)
1470
1471
1472 version 2016.10.16
1473
1474 Core
1475 * [postprocessor/ffmpeg] Return correct filepath and ext in updated information
1476   in FFmpegExtractAudioPP (#10879)
1477
1478 Extractors
1479 + [ruutu] Add support for supla.fi (#10849)
1480 + [theoperaplatform] Add support for theoperaplatform.eu (#10914)
1481 * [lynda] Fix height for prioritized streams
1482 + [lynda] Add fallback extraction scenario
1483 * [lynda] Switch to https (#10916)
1484 + [huajiao] New extractor (#10917)
1485 * [cmt] Fix mgid extraction (#10813)
1486 + [safari:course] Add support for techbus.safaribooksonline.com
1487 * [orf:tvthek] Fix extraction and modernize (#10898)
1488 * [chirbit] Fix extraction of user profile pages
1489 * [carambatv] Fix extraction
1490 * [canalplus] Fix extraction for some videos
1491 * [cbsinteractive] Fix extraction for cnet.com
1492 * [parliamentliveuk] Lower case URLs are now recognized (#10912)
1493
1494
1495 version 2016.10.12
1496
1497 Core
1498 + Support HTML media elements without child nodes
1499 * [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)
1500
1501 Extractors
1502 * [dailymotion] Fix extraction (#10901)
1503 * [vimeo:review] Fix extraction (#10900)
1504 * [nhl] Correctly handle invalid formats (#10713)
1505 * [footyroom] Fix extraction (#10810)
1506 * [abc.net.au:iview] Fix for standalone (non series) videos (#10895)
1507 + [hbo] Add support for episode pages (#10892)
1508 * [allocine] Fix extraction (#10860)
1509 + [nextmedia] Recognize action news on AppleDaily
1510 * [lego] Improve info extraction and bypass geo restriction (#10872)
1511
1512
1513 version 2016.10.07
1514
1515 Extractors
1516 + [iprima] Detect geo restriction
1517 * [facebook] Fix video extraction (#10846)
1518 + [commonprotocols] Support direct MMS links (#10838)
1519 + [generic] Add support for multiple vimeo embeds (#10862)
1520 + [nzz] Add support for nzz.ch (#4407)
1521 + [npo] Detect geo restriction
1522 + [npo] Add support for 2doc.nl (#10842)
1523 + [lego] Add support for lego.com (#10369)
1524 + [tonline] Add support for t-online.de (#10376)
1525 * [techtalks] Relax URL regular expression (#10840)
1526 * [youtube:live] Extend URL regular expression (#10839)
1527 + [theweatherchannel] Add support for weather.com (#7188)
1528 + [thisoldhouse] Add support for thisoldhouse.com (#10837)
1529 + [nhl] Add support for wch2016.com (#10833)
1530 * [pornoxo] Use JWPlatform to improve metadata extraction
1531
1532
1533 version 2016.10.02
1534
1535 Core
1536 * Fix possibly lost extended attributes during post-processing
1537 + Support pyxattr as well as python-xattr for --xattrs and
1538   --xattr-set-filesize (#9054)
1539
1540 Extractors
1541 + [jwplatform] Support DASH streams in JWPlayer
1542 + [jwplatform] Support old-style JWPlayer playlists
1543 + [byutv:event] Add extractor
1544 * [periscope:user] Fix extraction (#10820)
1545 * [dctp] Fix extraction (#10734)
1546 + [instagram] Extract video dimensions (#10790)
1547 + [tvland] Extend URL regular expression (#10812)
1548 + [vgtv] Add support for tv.aftonbladet.se (#10800)
1549 - [aftonbladet] Remove extractor
1550 * [vk] Fix timestamp and view count extraction (#10760)
1551 + [vk] Add support for running and finished live streams (#10799)
1552 + [leeco] Recognize more Le Sports URLs (#10794)
1553 + [instagram] Extract comments (#10788)
1554 + [ketnet] Extract mzsource formats (#10770)
1555 * [limelight:media] Improve HTTP formats extraction
1556
1557
1558 version 2016.09.27
1559
1560 Core
1561 + Add hdcore query parameter to akamai f4m formats
1562 + Delegate HLS live streams downloading to ffmpeg
1563 + Improved support for HTML5 subtitles
1564
1565 Extractors
1566 + [vk] Add support for dailymotion embeds (#10661)
1567 * [promptfile] Fix extraction (#10634)
1568 * [kaltura] Speed up embed regular expressions (#10764)
1569 + [npo] Add support for anderetijden.nl (#10754)
1570 + [prosiebensat1] Add support for advopedia sites
1571 * [mwave] Relax URL regular expression (#10735, #10748)
1572 * [prosiebensat1] Fix playlist support (#10745)
1573 + [prosiebensat1] Add support for sat1gold sites (#10745)
1574 + [cbsnews:livevideo] Fix extraction and extract m3u8 formats
1575 + [brightcove:new] Add support for live streams
1576 * [soundcloud] Generalize playlist entries extraction (#10733)
1577 + [mtv] Add support for new URL schema (#8169, #9808)
1578 * [einthusan] Fix extraction (#10714)
1579 + [twitter] Support Periscope embeds (#10737)
1580 + [openload] Support subtitles (#10625)
1581
1582
1583 version 2016.09.24
1584
1585 Core
1586 + Add support for watchTVeverywhere.com authentication provider based MSOs for
1587   Adobe Pass authentication (#10709)
1588
1589 Extractors
1590 + [soundcloud:playlist] Provide video id for early playlist entries (#10733)
1591 + [prosiebensat1] Add support for kabeleinsdoku (#10732)
1592 * [cbs] Extract info from thunder videoPlayerService (#10728)
1593 * [openload] Fix extraction (#10408)
1594 + [ustream] Support the new HLS streams (#10698)
1595 + [ooyala] Extract all HLS formats
1596 + [cartoonnetwork] Add support for Adobe Pass authentication
1597 + [soundcloud] Extract license metadata
1598 + [fox] Add support for Adobe Pass authentication (#8584)
1599 + [tbs] Add support for Adobe Pass authentication (#10642, #10222)
1600 + [trutv] Add support for Adobe Pass authentication (#10519)
1601 + [turner] Add support for Adobe Pass authentication
1602
1603
1604 version 2016.09.19
1605
1606 Extractors
1607 + [crunchyroll] Check if already authenticated (#10700)
1608 - [twitch:stream] Remove fallback to profile extraction when stream is offline
1609 * [thisav] Improve title extraction (#10682)
1610 * [vyborymos] Improve station info extraction
1611
1612
1613 version 2016.09.18
1614
1615 Core
1616 + Introduce manifest_url and fragments fields in formats dictionary for
1617   fragmented media
1618 + Provide manifest_url field for DASH segments, HLS and HDS
1619 + Provide fragments field for DASH segments
1620 * Rework DASH segments downloader to use fragments field
1621 + Add helper method for Wowza Streaming Engine formats extraction
1622
1623 Extractors
1624 + [vyborymos] Add extractor for vybory.mos.ru (#10692)
1625 + [xfileshare] Add title regular expression for streamin.to (#10646)
1626 + [globo:article] Add support for multiple videos (#10653)
1627 + [thisav] Recognize HTML5 videos (#10447)
1628 * [jwplatform] Improve JWPlayer detection
1629 + [mangomolo] Add support for Mangomolo embeds
1630 + [toutv] Add support for authentication (#10669)
1631 * [franceinter] Fix upload date extraction
1632 * [tv4] Fix HLS and HDS formats extraction (#10659)
1633
1634
1635 version 2016.09.15
1636
1637 Core
1638 * Improve _hidden_inputs
1639 + Introduce improved explicit Adobe Pass support
1640 + Add --ap-mso to provide multiple-system operator identifier
1641 + Add --ap-username to provide MSO account username
1642 + Add --ap-password to provide MSO account password
1643 + Add --ap-list-mso to list all supported MSOs
1644 + Add support for Rogers Cable multiple-system operator (#10606)
1645
1646 Extractors
1647 * [crunchyroll] Fix authentication (#10655)
1648 * [twitch] Fix API calls (#10654, #10660)
1649 + [bellmedia] Add support for more Bell Media Television sites
1650 * [franceinter] Fix extraction (#10538, #2105)
1651 * [kuwo] Improve error detection (#10650)
1652 + [go] Add support for free full episodes (#10439)
1653 * [bilibili] Fix extraction for specific videos (#10647)
1654 * [nhk] Fix extraction (#10633)
1655 * [kaltura] Improve audio detection
1656 * [kaltura] Skip chun format
1657 + [vimeo:ondemand] Pass Referer along with embed URL (#10624)
1658 + [nbc] Add support for NBC Olympics (#10361)
1659
1660
1661 version 2016.09.11.1
1662
1663 Extractors
1664 + [tube8] Extract categories and tags (#10579)
1665 + [pornhub] Extract categories and tags (#10499)
1666 * [openload] Temporary fix (#10408)
1667 + [foxnews] Add support Fox News articles (#10598)
1668 * [viafree] Improve video id extraction (#10615)
1669 * [iwara] Fix extraction after relaunch (#10462, #3215)
1670 + [tfo] Add extractor for tfo.org
1671 * [lrt] Fix audio extraction (#10566)
1672 * [9now] Fix extraction (#10561)
1673 + [canalplus] Add support for c8.fr (#10577)
1674 * [newgrounds] Fix uploader extraction (#10584)
1675 + [polskieradio:category] Add support for category lists (#10576)
1676 + [ketnet] Add extractor for ketnet.be (#10343)
1677 + [canvas] Add support for een.be (#10605)
1678 + [telequebec] Add extractor for telequebec.tv (#1999)
1679 * [parliamentliveuk] Fix extraction (#9137)
1680
1681
1682 version 2016.09.08
1683
1684 Extractors
1685 + [jwplatform] Extract height from format label
1686 + [yahoo] Extract Brightcove Legacy Studio embeds (#9345)
1687 * [videomore] Fix extraction (#10592)
1688 * [foxgay] Fix extraction (#10480)
1689 + [rmcdecouverte] Add extractor for rmcdecouverte.bfmtv.com (#9709)
1690 * [gamestar] Fix metadata extraction (#10479)
1691 * [puls4] Fix extraction (#10583)
1692 + [cctv] Add extractor for CCTV and CNTV (#8153)
1693 + [lci] Add extractor for lci.fr (#10573)
1694 + [wat] Extract DASH formats
1695 + [viafree] Improve video id detection (#10569)
1696 + [trutv] Add extractor for trutv.com (#10519)
1697 + [nick] Add support for nickelodeon.nl (#10559)
1698 + [abcotvs:clips] Add support for clips.abcotvs.com
1699 + [abcotvs] Add support for ABC Owned Television Stations sites (#9551)
1700 + [miaopai] Add extractor for miaopai.com (#10556)
1701 * [gamestar] Fix metadata extraction (#10479)
1702 + [bilibili] Add support for episodes (#10190)
1703 + [tvnoe] Add extractor for tvnoe.cz (#10524)
1704
1705
1706 version 2016.09.04.1
1707
1708 Core
1709 * In DASH downloader if the first segment fails, abort the whole download
1710   process to prevent throttling (#10497)
1711 + Add support for --skip-unavailable-fragments and --fragment retries in
1712   hlsnative downloader (#10165, #10448).
1713 + Add support for --skip-unavailable-fragments in DASH downloader
1714 + Introduce --skip-unavailable-fragments option for fragment based downloaders
1715   that allows to skip fragments unavailable due to a HTTP error
1716 * Fix extraction of video/audio entries with src attribute in
1717   _parse_html5_media_entries (#10540)
1718
1719 Extractors
1720 * [theplatform] Relax URL regular expression (#10546)
1721 * [youtube:playlist] Extend URL regular expression
1722 * [rottentomatoes] Delegate extraction to internetvideoarchive extractor
1723 * [internetvideoarchive] Extract all formats
1724 * [pornvoisines] Fix extraction (#10469)
1725 * [rottentomatoes] Fix extraction (#10467)
1726 * [espn] Extend URL regular expression (#10549)
1727 * [vimple] Extend URL regular expression (#10547)
1728 * [youtube:watchlater] Fix extraction (#10544)
1729 * [youjizz] Fix extraction (#10437)
1730 + [foxnews] Add support for FoxNews Insider (#10445)
1731 + [fc2] Recognize Flash player URLs (#10512)
1732
1733
1734 version 2016.09.03
1735
1736 Core
1737 * Restore usage of NAME attribute from EXT-X-MEDIA tag for formats codes in
1738   _extract_m3u8_formats (#10522)
1739 * Handle semicolon in mimetype2ext
1740
1741 Extractors
1742 + [youtube] Add support for rental videos' previews (#10532)
1743 * [youtube:playlist] Fallback to video extraction for video/playlist URLs when
1744   no playlist is actually served (#10537)
1745 + [drtv] Add support for dr.dk/nyheder (#10536)
1746 + [facebook:plugins:video] Add extractor (#10530)
1747 + [go] Add extractor for *.go.com sites
1748 * [adobepass] Check for authz_token expiration (#10527)
1749 * [nytimes] improve extraction
1750 * [thestar] Fix extraction (#10465)
1751 * [glide] Fix extraction (#10478)
1752 - [exfm] Remove extractor (#10482)
1753 * [youporn] Fix categories and tags extraction (#10521)
1754 + [curiositystream] Add extractor for app.curiositystream.com
1755 - [thvideo] Remove extractor (#10464)
1756 * [movingimage] Fix for the new site name (#10466)
1757 + [cbs] Add support for once formats (#10515)
1758 * [limelight] Skip ism snd duplicate manifests
1759 + [porncom] Extract categories and tags (#10510)
1760 + [facebook] Extract timestamp (#10508)
1761 + [yahoo] Extract more formats
1762
1763
1764 version 2016.08.31
1765
1766 Extractors
1767 * [soundcloud] Fix URL regular expression to avoid clashes with sets (#10505)
1768 * [bandcamp:album] Fix title extraction (#10455)
1769 * [pyvideo] Fix extraction (#10468)
1770 + [ctv] Add support for tsn.ca, bnn.ca and thecomedynetwork.ca (#10016)
1771 * [9c9media] Extract more metadata
1772 * [9c9media] Fix multiple stacks extraction (#10016)
1773 * [adultswim] Improve video info extraction (#10492)
1774 * [vodplatform] Improve embed regular expression
1775 - [played] Remove extractor (#10470)
1776 + [tbs] Add extractor for tbs.com and tntdrama.com (#10222)
1777 + [cartoonnetwork] Add extractor for cartoonnetwork.com (#10110)
1778 * [adultswim] Rework in terms of turner extractor
1779 * [cnn] Rework in terms of turner extractor
1780 * [nba] Rework in terms of turner extractor
1781 + [turner] Add base extractor for Turner Broadcasting System based sites
1782 * [bilibili] Fix extraction (#10375)
1783 * [openload] Fix extraction (#10408)
1784
1785
1786 version 2016.08.28
1787
1788 Core
1789 + Add warning message that ffmpeg doesn't support SOCKS
1790 * Improve thumbnail sorting
1791 + Extract formats from #EXT-X-MEDIA tags in _extract_m3u8_formats
1792 * Fill IV with leading zeros for IVs shorter than 16 octets in hlsnative
1793 + Add ac-3 to the list of audio codecs in parse_codecs
1794
1795 Extractors
1796 * [periscope:user] Fix extraction (#10453)
1797 * [douyutv] Fix extraction (#10153, #10318, #10444)
1798 + [nhk:vod] Add extractor for www3.nhk.or.jp on demand (#4437, #10424)
1799 - [trutube] Remove extractor (#10438)
1800 + [usanetwork] Add extractor for usanetwork.com
1801 * [crackle] Fix extraction (#10333)
1802 * [spankbang] Fix description and uploader extraction (#10339)
1803 * [discoverygo] Detect cable provider restricted videos (#10425)
1804 + [cbc] Add support for watch.cbc.ca
1805 * [kickstarter] Silent the warning for og:description (#10415)
1806 * [mtvservices:embedded] Fix extraction for the new 'edge' player (#10363)
1807
1808
1809 version 2016.08.24.1
1810
1811 Extractors
1812 + [pluralsight] Add support for subtitles (#9681)
1813
1814
1815 version 2016.08.24
1816
1817 Extractors
1818 * [youtube] Fix authentication (#10392)
1819 * [openload] Fix extraction (#10408)
1820 + [bravotv] Add support for Adobe Pass (#10407)
1821 * [bravotv] Fix clip info extraction (#10407)
1822 * [eagleplatform] Improve embedded videos detection (#10409)
1823 * [awaan] Fix extraction
1824 * [mtvservices:embedded] Update config URL
1825 + [abc:iview] Add extractor (#6148)
1826
1827
1828 version 2016.08.22
1829
1830 Core
1831 * Improve formats and subtitles extension auto calculation
1832 + Recognize full unit names in parse_filesize
1833 + Add support for m3u8 manifests in HTML5 multimedia tags
1834 * Fix octal/hexadecimal number detection in js_to_json
1835
1836 Extractors
1837 + [ivi] Add support for 720p and 1080p
1838 + [charlierose] Add new extractor (#10382)
1839 * [1tv] Fix extraction (#9249)
1840 * [twitch] Renew authentication
1841 * [kaltura] Improve subtitles extension calculation
1842 + [zingmp3] Add support for video clips
1843 * [zingmp3] Fix extraction (#10041)
1844 * [kaltura] Improve subtitles extraction (#10279)
1845 * [cultureunplugged] Fix extraction (#10330)
1846 + [cnn] Add support for money.cnn.com (#2797)
1847 * [cbsnews] Fix extraction (#10362)
1848 * [cbs] Fix extraction (#10393)
1849 + [litv] Support 'promo' URLs (#10385)
1850 * [snotr] Fix extraction (#10338)
1851 * [n-tv.de] Fix extraction (#10331)
1852 * [globo:article] Relax URL and video id regular expressions (#10379)
1853
1854
1855 version 2016.08.19
1856
1857 Core
1858 - Remove output template description from --help
1859 * Recognize lowercase units in parse_filesize
1860
1861 Extractors
1862 + [porncom] Add extractor for porn.com (#2251, #10251)
1863 + [generic] Add support for DBTV embeds
1864 * [vk:wallpost] Fix audio extraction for new site layout
1865 * [vk] Fix authentication
1866 + [hgtvcom:show] Add extractor for hgtv.com shows (#10365)
1867 + [discoverygo] Add support for another GO network sites
1868
1869
1870 version 2016.08.17
1871
1872 Core
1873 + Add _get_netrc_login_info
1874
1875 Extractors
1876 * [mofosex] Extract all formats (#10335)
1877 + [generic] Add support for vbox7 embeds
1878 + [vbox7] Add support for embed URLs
1879 + [viafree] Add extractor (#10358)
1880 + [mtg] Add support for viafree URLs (#10358)
1881 * [theplatform] Extract all subtitles per language
1882 + [xvideos] Fix HLS extraction (#10356)
1883 + [amcnetworks] Add extractor
1884 + [bbc:playlist] Add support for pagination (#10349)
1885 + [fxnetworks] Add extractor (#9462)
1886 * [cbslocal] Fix extraction for SendtoNews-based videos
1887 * [sendtonews] Fix extraction
1888 * [jwplatform] Extract video id from JWPlayer data
1889 - [zippcast] Remove extractor (#10332)
1890 + [viceland] Add extractor (#8799)
1891 + [adobepass] Add base extractor for Adobe Pass Authentication
1892 * [life:embed] Improve extraction
1893 * [vgtv] Detect geo restricted videos (#10348)
1894 + [uplynk] Add extractor
1895 * [xiami] Fix extraction (#10342)
1896
1897
1898 version 2016.08.13
1899
1900 Core
1901 * Show progress for curl external downloader
1902 * Forward more options to curl external downloader
1903
1904 Extractors
1905 * [pbs] Fix description extraction
1906 * [franceculture] Fix extraction (#10324)
1907 * [pornotube] Fix extraction (#10322)
1908 * [4tube] Fix metadata extraction (#10321)
1909 * [imgur] Fix width and height extraction (#10325)
1910 * [expotv] Improve extraction
1911 + [vbox7] Fix extraction (#10309)
1912 - [tapely] Remove extractor (#10323)
1913 * [muenchentv] Fix extraction (#10313)
1914 + [24video] Add support for .me and .xxx TLDs
1915 * [24video] Fix comment count extraction
1916 * [sunporno] Add support for embed URLs
1917 * [sunporno] Fix metadata extraction (#10316)
1918 + [hgtv] Add extractor for hgtv.ca (#3999)
1919 - [pbs] Remove request to unavailable API
1920 + [pbs] Add support for high quality HTTP formats
1921 + [crunchyroll] Add support for HLS formats (#10301)
1922
1923
1924 version 2016.08.12
1925
1926 Core
1927 * Subtitles are now written as is. Newline conversions are disabled. (#10268)
1928 + Recognize more formats in unified_timestamp
1929
1930 Extractors
1931 - [goldenmoustache] Remove extractor (#10298)
1932 * [drtuber] Improve title extraction
1933 * [drtuber] Make dislike count optional (#10297)
1934 * [chirbit] Fix extraction (#10296)
1935 * [francetvinfo] Relax URL regular expression
1936 * [rtlnl] Relax URL regular expression (#10282)
1937 * [formula1] Relax URL regular expression (#10283)
1938 * [wat] Improve extraction (#10281)
1939 * [ctsnews] Fix extraction
1940
1941
1942 version 2016.08.10
1943
1944 Core
1945 * Make --metadata-from-title non fatal when title does not match the pattern
1946 * Introduce options for randomized sleep before each download
1947   --min-sleep-interval and --max-sleep-interval (#9930)
1948 * Respect default in _search_json_ld
1949
1950 Extractors
1951 + [uol] Add extractor for uol.com.br (#4263)
1952 * [rbmaradio] Fix extraction and extract all formats (#10242)
1953 + [sonyliv] Add extractor for sonyliv.com (#10258)
1954 * [aparat] Fix extraction
1955 * [cwtv] Extract HTTP formats
1956 + [rozhlas] Add extractor for prehravac.rozhlas.cz (#10253)
1957 * [kuwo:singer] Fix extraction
1958
1959
1960 version 2016.08.07
1961
1962 Core
1963 + Add support for TV Parental Guidelines ratings in parse_age_limit
1964 + Add decode_png (#9706)
1965 + Add support for partOfTVSeries in JSON-LD
1966 * Lower master M3U8 manifest preference for better format sorting
1967
1968 Extractors
1969 + [discoverygo] Add extractor (#10245)
1970 * [flipagram] Make JSON-LD extraction non fatal
1971 * [generic] Make JSON-LD extraction non fatal
1972 + [bbc] Add support for morph embeds (#10239)
1973 * [tnaflixnetworkbase] Improve title extraction
1974 * [tnaflix] Fix metadata extraction (#10249)
1975 * [fox] Fix theplatform release URL query
1976 * [openload] Fix extraction (#9706)
1977 * [bbc] Skip duplicate manifest URLs
1978 * [bbc] Improve format code
1979 + [bbc] Add support for DASH and F4M
1980 * [bbc] Improve format sorting and listing
1981 * [bbc] Improve playlist extraction
1982 + [pokemon] Add extractor (#10093)
1983 + [condenast] Add fallback scenario for video info extraction
1984
1985
1986 version 2016.08.06
1987
1988 Core
1989 * Add support for JSON-LD root list entries (#10203)
1990 * Improve unified_timestamp
1991 * Lower preference of RTSP formats in generic sorting
1992 + Add support for multiple properties in _og_search_property
1993 * Improve password hiding from verbose output
1994
1995 Extractors
1996 + [adultswim] Add support for trailers (#10235)
1997 * [archiveorg] Improve extraction (#10219)
1998 + [jwplatform] Add support for playlists
1999 + [jwplatform] Add support for relative URLs
2000 * [jwplatform] Improve audio detection
2001 + [tvplay] Capture and output native error message
2002 + [tvplay] Extract series metadata
2003 + [tvplay] Add support for subtitles (#10194)
2004 * [tvp] Improve extraction (#7799)
2005 * [cbslocal] Fix timestamp parsing (#10213)
2006 + [naver] Add support for subtitles (#8096)
2007 * [naver] Improve extraction
2008 * [condenast] Improve extraction
2009 * [engadget] Relax URL regular expression
2010 * [5min] Fix extraction
2011 + [nationalgeographic] Add support for Episode Guide
2012 + [kaltura] Add support for subtitles
2013 * [kaltura] Optimize network requests
2014 + [vodplatform] Add extractor for vod-platform.net
2015 - [gamekings] Remove extractor
2016 * [limelight] Extract HTTP formats
2017 * [ntvru] Fix extraction
2018 + [comedycentral] Re-add :tds and :thedailyshow shortnames
2019
2020
2021 version 2016.08.01
2022
2023 Fixed/improved extractors
2024 - [yandexmusic:track] Adapt to changes in track location JSON (#10193)
2025 - [bloomberg] Support another form of player (#10187)
2026 - [limelight] Skip DRM protected videos
2027 - [safari] Relax regular expressions for URL matching (#10202)
2028 - [cwtv] Add support for cwtvpr.com (#10196)
2029
2030
2031 version 2016.07.30
2032
2033 Fixed/improved extractors
2034 - [twitch:clips] Sort formats
2035 - [tv2] Use m3u8_native
2036 - [tv2:article] Fix video detection (#10188)
2037 - rtve (#10076)
2038 - [dailymotion:playlist] Optimize download archive processing (#10180)
2039
2040
2041 version 2016.07.28
2042
2043 Fixed/improved extractors
2044 - shared (#10170)
2045 - soundcloud (#10179)
2046 - twitch (#9767)
2047
2048
2049 version 2016.07.26.2
2050
2051 Fixed/improved extractors
2052 - smotri
2053 - camdemy
2054 - mtv
2055 - comedycentral
2056 - cmt
2057 - cbc
2058 - mgtv
2059 - orf
2060
2061
2062 version 2016.07.24
2063
2064 New extractors
2065 - arkena (#8682)
2066 - lcp (#8682)
2067
2068 Fixed/improved extractors
2069 - facebook (#10151)
2070 - dailymail
2071 - telegraaf
2072 - dcn
2073 - onet
2074 - tvp
2075
2076 Miscellaneous
2077 - Support $Time$ in DASH manifests
2078
2079
2080 version 2016.07.22
2081
2082 New extractors
2083 - odatv (#9285)
2084
2085 Fixed/improved extractors
2086 - bbc
2087 - youjizz (#10131)
2088 - youtube (#10140)
2089 - pornhub (#10138)
2090 - eporner (#10139)
2091
2092
2093 version 2016.07.17
2094
2095 New extractors
2096 - nintendo (#9986)
2097 - streamable (#9122)
2098
2099 Fixed/improved extractors
2100 - ard (#10095)
2101 - mtv
2102 - comedycentral (#10101)
2103 - viki (#10098)
2104 - spike (#10106)
2105
2106 Miscellaneous
2107 - Improved twitter player detection (#10090)
2108
2109
2110 version 2016.07.16
2111
2112 New extractors
2113 - ninenow (#5181)
2114
2115 Fixed/improved extractors
2116 - rtve (#10076)
2117 - brightcove
2118 - 3qsdn
2119 - syfy (#9087, #3820, #2388)
2120 - youtube (#10083)
2121
2122 Miscellaneous
2123 - Fix subtitle embedding for video-only and audio-only files (#10081)
2124
2125
2126 version 2016.07.13
2127
2128 New extractors
2129 - rudo
2130
2131 Fixed/improved extractors
2132 - biobiochiletv
2133 - tvplay
2134 - dbtv
2135 - brightcove
2136 - tmz
2137 - youtube (#10059)
2138 - shahid (#10062)
2139 - vk
2140 - ellentv (#10067)
2141
2142
2143 version 2016.07.11
2144
2145 New Extractors
2146 - roosterteeth (#9864)
2147
2148 Fixed/improved extractors
2149 - miomio (#9605)
2150 - vuclip
2151 - youtube
2152 - vidzi (#10058)
2153
2154
2155 version 2016.07.09.2
2156
2157 Fixed/improved extractors
2158 - vimeo (#1638)
2159 - facebook (#10048)
2160 - lynda (#10047)
2161 - animeondemand
2162
2163 Fixed/improved features
2164 - Embedding subtitles no longer throws an error with problematic inputs (#9063)
2165
2166
2167 version 2016.07.09.1
2168
2169 Fixed/improved extractors
2170 - youtube
2171 - ard
2172 - srmediatek (#9373)
2173
2174
2175 version 2016.07.09
2176
2177 New extractors
2178 - Flipagram (#9898)
2179
2180 Fixed/improved extractors
2181 - telecinco
2182 - toutv
2183 - radiocanada
2184 - tweakers (#9516)
2185 - lynda
2186 - nick (#7542)
2187 - polskieradio (#10028)
2188 - le
2189 - facebook (#9851)
2190 - mgtv
2191 - animeondemand (#10031)
2192
2193 Fixed/improved features
2194 - `--postprocessor-args` and `--downloader-args` now accepts non-ASCII inputs
2195   on non-Windows systems
2196
2197
2198 version 2016.07.07
2199
2200 New extractors
2201 - kamcord (#10001)
2202
2203 Fixed/improved extractors
2204 - spiegel (#10018)
2205 - metacafe (#8539, #3253)
2206 - onet (#9950)
2207 - francetv (#9955)
2208 - brightcove (#9965)
2209 - daum (#9972)
2210
2211
2212 version 2016.07.06
2213
2214 Fixed/improved extractors
2215 - youtube (#10007, #10009)
2216 - xuite
2217 - stitcher
2218 - spiegel
2219 - slideshare
2220 - sandia
2221 - rtvnh
2222 - prosiebensat1
2223 - onionstudios
2224
2225
2226 version 2016.07.05
2227
2228 Fixed/improved extractors
2229 - brightcove
2230 - yahoo (#9995)
2231 - pornhub (#9997)
2232 - iqiyi
2233 - kaltura (#5557)
2234 - la7
2235 - Changed features
2236 - Rename --cn-verfication-proxy to --geo-verification-proxy
2237 Miscellaneous
2238 - Add script for displaying downloads statistics
2239
2240
2241 version 2016.07.03.1
2242
2243 Fixed/improved extractors
2244 - theplatform
2245 - aenetworks
2246 - nationalgeographic
2247 - hrti (#9482)
2248 - facebook (#5701)
2249 - buzzfeed (#5701)
2250 - rai (#8617, #9157, #9232, #8552, #8551)
2251 - nationalgeographic (#9991)
2252 - iqiyi
2253
2254
2255 version 2016.07.03
2256
2257 New extractors
2258 - hrti (#9482)
2259
2260 Fixed/improved extractors
2261 - vk (#9981)
2262 - facebook (#9938)
2263 - xtube (#9953, #9961)
2264
2265
2266 version 2016.07.02
2267
2268 New extractors
2269 - fusion (#9958)
2270
2271 Fixed/improved extractors
2272 - twitch (#9975)
2273 - vine (#9970)
2274 - periscope (#9967)
2275 - pornhub (#8696)
2276
2277
2278 version 2016.07.01
2279
2280 New extractors
2281 - 9c9media
2282 - ctvnews (#2156)
2283 - ctv (#4077)
2284
2285 Fixed/Improved extractors
2286 - rds
2287 - meta (#8789)
2288 - pornhub (#9964)
2289 - sixplay (#2183)
2290
2291 New features
2292 - Accept quoted strings across multiple lines (#9940)