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