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