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