]> jfr.im git - yt-dlp.git/blame - ChangeLog
[ChangeLog] Actualize
[yt-dlp.git] / ChangeLog
CommitLineData
607d2045
S
1version <unreleased>
2
3Extractors
4* [tele5] Bypass geo restriction
5+ [jwplatform] Add support for bypass geo restriction
6* [tele5] Prefer jwplatform over nexx (#25533)
7* [twitch:stream] Expect 400 and 410 HTTP errors from API
8* [twitch:stream] Fix extraction (#25528)
9* [twitch] Fix thumbnails extraction (#25531)
10+ [twitch] Pass v5 Accept HTTP header (#25531)
11* [brightcove] Fix subtitles extraction (#25540)
12+ [malltv] Add support for sk.mall.tv (#25445)
13* [periscope] Fix untitled broadcasts (#25482)
14* [jwplatform] Improve embeds extraction (#25467)
15
16
228c1d68 17version 2020.05.29
efd72b05
S
18
19Core
20* [postprocessor/ffmpeg] Embed series metadata with --add-metadata
21* [utils] Fix file permissions in write_json_file (#12471, #25122)
22
23Extractors
24* [ard:beta] Extend URL regular expression (#25405)
25+ [youtube] Add support for more invidious instances (#25417)
26* [giantbomb] Extend URL regular expression (#25222)
27* [ard] Improve URL regular expression (#25134, #25198)
28* [redtube] Improve formats extraction and extract m3u8 formats (#25311,
29 #25321)
30* [indavideo] Switch to HTTPS for API request (#25191)
31* [redtube] Improve title extraction (#25208)
32* [vimeo] Improve format extraction and sorting (#25285)
33* [soundcloud] Reduce API playlist page limit (#25274)
34+ [youtube] Add support for yewtu.be (#25226)
35* [mailru] Fix extraction (#24530, #25239)
36* [bellator] Fix mgid extraction (#25195)
37
38
b002bc43 39version 2020.05.08
b74896da
S
40
41Core
42* [downloader/http] Request last data block of exact remaining size
43* [downloader/http] Finish downloading once received data length matches
44 expected
45* [extractor/common] Use compat_cookiejar_Cookie for _set_cookie to always
46 ensure cookie name and value are bytestrings on python 2 (#23256, #24776)
47+ [compat] Introduce compat_cookiejar_Cookie
48* [utils] Improve cookie files support
49 + Add support for UTF-8 in cookie files
50 * Skip malformed cookie file entries instead of crashing (invalid entry
51 length, invalid expires at)
52
53Extractors
54* [youtube] Improve signature cipher extraction (#25187, #25188)
55* [iprima] Improve extraction (#25138)
56* [uol] Fix extraction (#22007)
57+ [orf] Add support for more radio stations (#24938, #24968)
58* [dailymotion] Fix typo
59- [puhutv] Remove no longer available HTTP formats (#25124)
60
61
00a41ca4 62version 2020.05.03
66f32ca0
S
63
64Core
65+ [extractor/common] Extract multiple JSON-LD entries
66* [options] Clarify doc on --exec command (#19087, #24883)
67* [extractor/common] Skip malformed ISM manifest XMLs while extracting
68 ISM formats (#24667)
69
70Extractors
71* [crunchyroll] Fix and improve extraction (#25096, #25060)
72* [youtube] Improve player id extraction
73* [youtube] Use redirected video id if any (#25063)
74* [yahoo] Fix GYAO Player extraction and relax URL regular expression
75 (#24178, #24778)
76* [tvplay] Fix Viafree extraction (#15189, #24473, #24789)
77* [tenplay] Relax URL regular expression (#25001)
78+ [prosiebensat1] Extract series metadata
79* [prosiebensat1] Improve extraction and remove 7tv.de support (#24948)
80- [prosiebensat1] Remove 7tv.de support (#24948)
81* [youtube] Fix DRM videos detection (#24736)
82* [thisoldhouse] Fix video id extraction (#24548, #24549)
83+ [soundcloud] Extract AAC format (#19173, #24708)
84* [youtube] Skip broken multifeed videos (#24711)
85* [nova:embed] Fix extraction (#24700)
86* [motherless] Fix extraction (#24699)
87* [twitch:clips] Extend URL regular expression (#24290, #24642)
88* [tv4] Fix ISM formats extraction (#24667)
89* [tele5] Fix extraction (#24553)
90+ [mofosex] Add support for generic embeds (#24633)
91+ [youporn] Add support for generic embeds
92+ [spankwire] Add support for generic embeds (#24633)
93* [spankwire] Fix extraction (#18924, #20648)
94
95
049c0486 96version 2020.03.24
b439634f 97
30b5121a
S
98Core
99- [utils] Revert support for cookie files with spaces used instead of tabs
100
b439634f
S
101Extractors
102* [teachable] Update upskillcourses and gns3 domains
103* [generic] Look for teachable embeds before wistia
104+ [teachable] Extract chapter metadata (#24421)
105+ [bilibili] Add support for player.bilibili.com (#24402)
106+ [bilibili] Add support for new URL schema with BV ids (#24439, #24442)
107* [limelight] Remove disabled API requests (#24255)
108* [soundcloud] Fix download URL extraction (#24394)
109+ [cbc:watch] Add support for authentication (#19160)
110* [hellporno] Fix extraction (#24399)
111* [xtube] Fix formats extraction (#24348)
112* [ndr] Fix extraction (#24326)
113* [nhk] Update m3u8 URL and use native HLS downloader (#24329)
114- [nhk] Remove obsolete rtmp formats (#24329)
115* [nhk] Relax URL regular expression (#24329)
30b5121a 116- [vimeo] Revert fix showcase password protected video extraction (#24224)
b439634f
S
117
118
68fa1515 119version 2020.03.08
434f5730
S
120
121Core
30b5121a 122+ [utils] Add support for cookie files with spaces used instead of tabs
434f5730
S
123
124Extractors
125+ [pornhub] Add support for pornhubpremium.com (#24288)
126- [youtube] Remove outdated code and unnecessary requests
127* [youtube] Improve extraction in 429 HTTP error conditions (#24283)
128* [nhk] Update API version (#24270)
129
130
34525a38 131version 2020.03.06
2db9ac22
S
132
133Extractors
134* [youtube] Fix age-gated videos support without login (#24248)
135* [vimeo] Fix showcase password protected video extraction (#24224)
136* [pornhub] Improve title extraction (#24184)
137* [peertube] Improve extraction (#23657)
138+ [servus] Add support for new URL schema (#23475, #23583, #24142)
139* [vimeo] Fix subtitles URLs (#24209)
140
141
669625a3 142version 2020.03.01
170f5b7c
S
143
144Core
145* [YoutubeDL] Force redirect URL to unicode on python 2
146- [options] Remove duplicate short option -v for --version (#24162)
147
148Extractors
149* [xhamster] Fix extraction (#24205)
150* [franceculture] Fix extraction (#24204)
151+ [telecinco] Add support for article opening videos
152* [telecinco] Fix extraction (#24195)
153* [xtube] Fix metadata extraction (#21073, #22455)
154* [youjizz] Fix extraction (#24181)
155- Remove no longer needed compat_str around geturl
156* [pornhd] Fix extraction (#24128)
157+ [teachable] Add support for multiple videos per lecture (#24101)
158+ [wistia] Add support for multiple generic embeds (#8347, 11385)
159* [imdb] Fix extraction (#23443)
160* [tv2dk:bornholm:play] Fix extraction (#24076)
161
162
117ba9e9 163version 2020.02.16
0d718db6
S
164
165Core
166* [YoutubeDL] Fix playlist entry indexing with --playlist-items (#10591,
167 #10622)
168* [update] Fix updating via symlinks (#23991)
169+ [compat] Introduce compat_realpath (#23991)
170
171Extractors
172+ [npr] Add support for streams (#24042)
173+ [24video] Add support for porn.24video.net (#23779, #23784)
174- [jpopsuki] Remove extractor (#23858)
175* [nova] Improve extraction (#23690)
176* [nova:embed] Improve (#23690)
177* [nova:embed] Fix extraction (#23672)
178+ [abc:iview] Add support for 720p (#22907, #22921)
179* [nytimes] Improve format sorting (#24010)
180+ [toggle] Add support for mewatch.sg (#23895, #23930)
181* [thisoldhouse] Fix extraction (#23951)
182+ [popcorntimes] Add support for popcorntimes.tv (#23949)
183* [sportdeutschland] Update to new API
184* [twitch:stream] Lowercase channel id for stream request (#23917)
185* [tv5mondeplus] Fix extraction (#23907, #23911)
186* [tva] Relax URL regular expression (#23903)
187* [vimeo] Fix album extraction (#23864)
188* [viewlift] Improve extraction
189 * Fix extraction (#23851)
190 + Add support for authentication
191 + Add support for more domains
192* [svt] Fix series extraction (#22297)
193* [svt] Fix article extraction (#22897, #22919)
194* [soundcloud] Imporve private playlist/set tracks extraction (#3707)
195
196
76dbe4df 197version 2020.01.24
bffdedfa
S
198
199Extractors
200* [youtube] Fix sigfunc name extraction (#23819)
201* [stretchinternet] Fix extraction (#4319)
202* [voicerepublic] Fix extraction
203* [azmedien] Fix extraction (#23783)
204* [businessinsider] Fix jwplatform id extraction (#22929, #22954)
205+ [24video] Add support for 24video.vip (#23753)
206* [ivi:compilation] Fix entries extraction (#23770)
207* [ard] Improve extraction (#23761)
208 * Simplify extraction
209 + Extract age limit and series
210 * Bypass geo-restriction
211+ [nbc] Add support for nbc multi network URLs (#23049)
212* [americastestkitchen] Fix extraction
213* [zype] Improve extraction
214 + Extract subtitles (#21258)
215 + Support URLs with alternative keys/tokens (#21258)
216 + Extract more metadata
217* [orf:tvthek] Improve geo restricted videos detection (#23741)
218* [soundcloud] Restore previews extraction (#23739)
219
220
e8cf0dbd 221version 2020.01.15
d7c55f22
S
222
223Extractors
224* [yourporn] Fix extraction (#21645, #22255, #23459)
225+ [canvas] Add support for new API endpoint (#17680, #18629)
226* [ndr:base:embed] Improve thumbnails extraction (#23731)
227+ [vodplatform] Add support for embed.kwikmotion.com domain
228+ [twitter] Add support for promo_video_website cards (#23711)
229* [orf:radio] Clean description and improve extraction
230* [orf:fm4] Fix extraction (#23599)
231* [safari] Fix kaltura session extraction (#23679, #23670)
232* [lego] Fix extraction and extract subtitle (#23687)
233* [cloudflarestream] Improve extraction
234 + Add support for bytehighway.net domain
235 + Add support for signed URLs
236 + Extract thumbnail
237* [naver] Improve extraction
238 * Improve geo-restriction handling
239 + Extract automatic captions
240 + Extract uploader metadata
241 + Extract VLive HLS formats
242 * Improve metadata extraction
243- [pandatv] Remove extractor (#23630)
244* [dctp] Fix format extraction (#23656)
245+ [scrippsnetworks] Add support for www.discovery.com videos
246* [discovery] Fix anonymous token extraction (#23650)
247* [nrktv:seriebase] Fix extraction (#23625, #23537)
248* [wistia] Improve format extraction and extract subtitles (#22590)
249* [vice] Improve extraction (#23631)
250* [redtube] Detect private videos (#23518)
251
252
ca069f68 253version 2020.01.01
d6bf9cbd
S
254
255Extractors
256* [brightcove] Invalidate policy key cache on failing requests
257* [pornhub] Improve locked videos detection (#22449, #22780)
258+ [pornhub] Add support for m3u8 formats
259* [pornhub] Fix extraction (#22749, #23082)
260* [brightcove] Update policy key on failing requests
261* [spankbang] Improve removed video detection (#23423)
262* [spankbang] Fix extraction (#23307, #23423, #23444)
263* [soundcloud] Automatically update client id on failing requests
264* [prosiebensat1] Improve geo restriction handling (#23571)
265* [brightcove] Cache brightcove player policy keys
266* [teachable] Fail with error message if no video URL found
267* [teachable] Improve locked lessons detection (#23528)
268+ [scrippsnetworks] Add support for Scripps Networks sites (#19857, #22981)
269* [mitele] Fix extraction (#21354, #23456)
270* [soundcloud] Update client id (#23516)
271* [mailru] Relax URL regular expressions (#23509)
272
273
80e43af5 274version 2019.12.25
2dbc0967
S
275
276Core
277* [utils] Improve str_to_int
278+ [downloader/hls] Add ability to override AES decryption key URL (#17521)
279
280Extractors
b1a92520 281* [mediaset] Fix parse formats (#23508)
2dbc0967
S
282+ [tv2dk:bornholm:play] Add support for play.tv2bornholm.dk (#23291)
283+ [slideslive] Add support for url and vimeo service names (#23414)
284* [slideslive] Fix extraction (#23413)
285* [twitch:clips] Fix extraction (#23375)
286+ [soundcloud] Add support for token protected embeds (#18954)
287* [vk] Improve extraction
288 * Fix User Videos extraction (#23356)
289 * Extract all videos for lists with more than 1000 videos (#23356)
290 + Add support for video albums (#14327, #14492)
291- [kontrtube] Remove extractor
292- [videopremium] Remove extractor
293- [musicplayon] Remove extractor (#9225)
294+ [ufctv] Add support for ufcfightpass.imgdge.com and
295 ufcfightpass.imggaming.com (#23343)
296+ [twitch] Extract m3u8 formats frame rate (#23333)
297+ [imggaming] Add support for playlists and extract subtitles
298+ [ufcarabia] Add support for UFC Arabia (#23312)
299* [ufctv] Fix extraction
300* [yahoo] Fix gyao brightcove player id (#23303)
301* [vzaar] Override AES decryption key URL (#17521)
302+ [vzaar] Add support for AES HLS manifests (#17521, #23299)
303* [nrl] Fix extraction
304* [teachingchannel] Fix extraction
305* [nintendo] Fix extraction and partially add support for Nintendo Direct
306 videos (#4592)
307+ [ooyala] Add better fallback values for domain and streams variables
308+ [youtube] Add support youtubekids.com (#23272)
309* [tv2] Detect DRM protection
310+ [tv2] Add support for katsomo.fi and mtv.fi (#10543)
311* [tv2] Fix tv2.no article extraction
312* [msn] Improve extraction
313 + Add support for YouTube and NBCSports embeds
314 + Add support for articles with multiple videos
315 * Improve AOL embed support
316 * Improve format extraction
317* [abcotvs] Relax URL regular expression and improve metadata extraction
318 (#18014)
319* [channel9] Reduce response size
320* [adobetv] Improve extaction
321 * Use OnDemandPagedList for list extractors
322 * Reduce show extraction requests
323 * Extract original video format and subtitles
324 + Add support for adobe tv embeds
325
326
b568561e 327version 2019.11.28
e3f00f13
S
328
329Core
330+ [utils] Add generic caesar cipher and rot47
331* [utils] Handle rd-suffixed day parts in unified_strdate (#23199)
332
333Extractors
334* [vimeo] Improve extraction
335 * Fix review extraction
336 * Fix ondemand extraction
337 * Make password protected player case as an expected error (#22896)
338 * Simplify channel based extractors code
339- [openload] Remove extractor (#11999)
340- [verystream] Remove extractor
341- [streamango] Remove extractor (#15406)
342* [dailymotion] Improve extraction
343 * Extract http formats included in m3u8 manifest
344 * Fix user extraction (#3553, #21415)
345 + Add suport for User Authentication (#11491)
346 * Fix password protected videos extraction (#23176)
347 * Respect age limit option and family filter cookie value (#18437)
348 * Handle video url playlist query param
349 * Report allowed countries for geo-restricted videos
350* [corus] Improve extraction
351 + Add support for Series Plus, W Network, YTV, ABC Spark, disneychannel.com
352 and disneylachaine.ca (#20861)
353 + Add support for self hosted videos (#22075)
354 * Detect DRM protection (#14910, #9164)
355* [vivo] Fix extraction (#22328, #22279)
356+ [bitchute] Extract upload date (#22990, #23193)
357* [soundcloud] Update client id (#23214)
358
359
0de9fd24 360version 2019.11.22
fb8dfc5a
S
361
362Core
363+ [extractor/common] Clean jwplayer description HTML tags
364+ [extractor/common] Add data, headers and query to all major extract formats
365 methods
366
367Extractors
368* [chaturbate] Fix extraction (#23010, #23012)
369+ [ntvru] Add support for non relative file URLs (#23140)
370* [vk] Fix wall audio thumbnails extraction (#23135)
371* [ivi] Fix format extraction (#21991)
372- [comcarcoff] Remove extractor
373+ [drtv] Add support for new URL schema (#23059)
374+ [nexx] Add support for Multi Player JS Setup (#23052)
375+ [teamcoco] Add support for new videos (#23054)
376* [soundcloud] Check if the soundtrack has downloads left (#23045)
377* [facebook] Fix posts video data extraction (#22473)
378- [addanime] Remove extractor
379- [minhateca] Remove extractor
380- [daisuki] Remove extractor
381* [seeker] Fix extraction
382- [revision3] Remove extractors
383* [twitch] Fix video comments URL (#18593, #15828)
384* [twitter] Improve extraction
385 + Add support for generic embeds (#22168)
386 * Always extract http formats for native videos (#14934)
387 + Add support for Twitter Broadcasts (#21369)
388 + Extract more metadata
389 * Improve VMap format extraction
390 * Unify extraction code for both twitter statuses and cards
391+ [twitch] Add support for Clip embed URLs
392* [lnkgo] Fix extraction (#16834)
393* [mixcloud] Improve extraction
394 * Improve metadata extraction (#11721)
395 * Fix playlist extraction (#22378)
396 * Fix user mixes extraction (#15197, #17865)
397+ [kinja] Add support for Kinja embeds (#5756, #11282, #22237, #22384)
398* [onionstudios] Fix extraction
399+ [hotstar] Pass Referer header to format requests (#22836)
400* [dplay] Minimize response size
401+ [patreon] Extract uploader_id and filesize
402* [patreon] Minimize response size
403* [roosterteeth] Fix login request (#16094, #22689)
404
405
ea07412e 406version 2019.11.05
1a4e4b0b
S
407
408Extractors
409+ [scte] Add support for learning.scte.org (#22975)
410+ [msn] Add support for Vidible and AOL embeds (#22195, #22227)
411* [myspass] Fix video URL extraction and improve metadata extraction (#22448)
412* [jamendo] Improve extraction
413 * Fix album extraction (#18564)
414 * Improve metadata extraction (#18565, #21379)
415* [mediaset] Relax URL guid matching (#18352)
416+ [mediaset] Extract unprotected M3U and MPD manifests (#17204)
417* [telegraaf] Fix extraction
418+ [bellmedia] Add support for marilyn.ca videos (#22193)
419* [stv] Fix extraction (#22928)
420- [iconosquare] Remove extractor
421- [keek] Remove extractor
422- [gameone] Remove extractor (#21778)
423- [flipagram] Remove extractor
424- [bambuser] Remove extractor
425* [wistia] Reduce embed extraction false positives
426+ [wistia] Add support for inline embeds (#22931)
427- [go90] Remove extractor
428* [kakao] Remove raw request
429+ [kakao] Extract format total bitrate
430* [daum] Fix VOD and Clip extracton (#15015)
431* [kakao] Improve extraction
432 + Add support for embed URLs
433 + Add support for Kakao Legacy vid based embed URLs
434 * Only extract fields used for extraction
435 * Strip description and extract tags
436* [mixcloud] Fix cloudcast data extraction (#22821)
437* [yahoo] Improve extraction
438 + Add support for live streams (#3597, #3779, #22178)
439 * Bypass cookie consent page for european domains (#16948, #22576)
440 + Add generic support for embeds (#20332)
441* [tv2] Fix and improve extraction (#22787)
442+ [tv2dk] Add support for TV2 DK sites
443* [onet] Improve extraction …
444 + Add support for onet100.vod.pl
445 + Extract m3u8 formats
446 * Correct audio only format info
447* [fox9] Fix extraction
448
449
c4bd9cb7 450version 2019.10.29
0d7392e6 451
cae0bbc5
S
452Core
453* [utils] Actualize major IPv4 address blocks per country
454
0d7392e6
S
455Extractors
456+ [go] Add support for abc.com and freeform.com (#22823, #22864)
457+ [mtv] Add support for mtvjapan.com
458* [mtv] Fix extraction for mtv.de (#22113)
459* [videodetective] Fix extraction
460* [internetvideoarchive] Fix extraction
461* [nbcnews] Fix extraction (#12569, #12576, #21703, #21923)
462- [hark] Remove extractor
463- [tutv] Remove extractor
464- [learnr] Remove extractor
465- [macgamestore] Remove extractor
466* [la7] Update Kaltura service URL (#22358)
467* [thesun] Fix extraction (#16966)
468- [makertv] Remove extractor
469+ [tenplay] Add support for 10play.com.au (#21446)
470* [soundcloud] Improve extraction
471 * Improve format extraction (#22123)
472 + Extract uploader_id and uploader_url (#21916)
473 + Extract all known thumbnails (#19071, #20659)
474 * Fix extration for private playlists (#20976)
475 + Add support for playlist embeds (#20976)
476 * Skip preview formats (#22806)
477* [dplay] Improve extraction
478 + Add support for dplay.fi, dplay.jp and es.dplay.com (#16969)
479 * Fix it.dplay.com extraction (#22826)
480 + Extract creator, tags and thumbnails
481 * Handle playback API call errors
482+ [discoverynetworks] Add support for dplay.co.uk
483* [vk] Improve extraction
484 + Add support for Odnoklassniki embeds
485 + Extract more videos from user lists (#4470)
486 + Fix wall post audio extraction (#18332)
487 * Improve error detection (#22568)
488+ [odnoklassniki] Add support for embeds
489* [puhutv] Improve extraction
490 * Fix subtitles extraction
491 * Transform HLS URLs to HTTP URLs
492 * Improve metadata extraction
493* [ceskatelevize] Skip DRM media
494+ [facebook] Extract subtitles (#22777)
495* [globo] Handle alternative hash signing method
496
497
820215f0 498version 2019.10.22
b4818e3c
S
499
500Core
501* [utils] Improve subtitles_filename (#22753)
502
503Extractors
504* [facebook] Bypass download rate limits (#21018)
505+ [contv] Add support for contv.com
506- [viewster] Remove extractor
507* [xfileshare] Improve extractor (#17032, #17906, #18237, #18239)
508 * Update the list of domains
509 + Add support for aa-encoded video data
510 * Improve jwplayer format extraction
511 + Add support for Clappr sources
512* [mangomolo] Fix video format extraction and add support for player URLs
513* [audioboom] Improve metadata extraction
514* [twitch] Update VOD URL matching (#22395, #22727)
515- [mit] Remove support for video.mit.edu (#22403)
516- [servingsys] Remove extractor (#22639)
517* [dumpert] Fix extraction (#22428, #22564)
518* [atresplayer] Fix extraction (#16277, #16716)
519
520
7815d6b7 521version 2019.10.16
173190f5
S
522
523Core
524* [extractor/common] Make _is_valid_url more relaxed
525
526Extractors
527* [vimeo] Improve album videos id extraction (#22599)
528+ [globo] Extract subtitles (#22713)
529* [bokecc] Improve player params extraction (#22638)
530* [nexx] Handle result list (#22666)
531* [vimeo] Fix VHX embed extraction
532* [nbc] Switch to graphql API (#18581, #22693, #22701)
533- [vessel] Remove extractor
534- [promptfile] Remove extractor (#6239)
535* [kaltura] Fix service URL extraction (#22658)
536* [kaltura] Fix embed info strip (#22658)
537* [globo] Fix format extraction (#20319)
538* [redtube] Improve metadata extraction (#22492, #22615)
539* [pornhub:uservideos:upload] Fix extraction (#22619)
540+ [telequebec:squat] Add support for squat.telequebec.tv (#18503)
541- [wimp] Remove extractor (#22088, #22091)
542+ [gfycat] Extend URL regular expression (#22225)
543+ [chaturbate] Extend URL regular expression (#22309)
544* [peertube] Update instances (#22414)
545+ [telequebec] Add support for coucou.telequebec.tv (#22482)
546+ [xvideos] Extend URL regular expression (#22471)
547- [youtube] Remove support for invidious.enkirton.net (#22543)
548+ [openload] Add support for oload.monster (#22592)
549* [nrktv:seriebase] Fix extraction (#22596)
550+ [youtube] Add support for yt.lelux.fi (#22597)
551* [orf:tvthek] Make manifest requests non fatal (#22578)
552* [teachable] Skip login when already logged in (#22572)
553* [viewlift] Improve extraction (#22545)
554* [nonktube] Fix extraction (#22544)
555
556
f4b865c6 557version 2019.09.28
412f44f4
S
558
559Core
560* [YoutubeDL] Honour all --get-* options with --flat-playlist (#22493)
561
562Extractors
563* [vk] Fix extraction (#22522)
564* [heise] Fix kaltura embeds extraction (#22514)
565* [ted] Check for resources validity and extract subtitled downloads (#22513)
566+ [youtube] Add support for
567 owxfohz4kjyv25fvlqilyxast7inivgiktls3th44jhk3ej3i7ya.b32.i2p (#22292)
568+ [nhk] Add support for clips
569* [nhk] Fix video extraction (#22249, #22353)
570* [byutv] Fix extraction (#22070)
571+ [openload] Add support for oload.online (#22304)
572+ [youtube] Add support for invidious.drycat.fr (#22451)
573* [jwplatfom] Do not match video URLs (#20596, #22148)
574* [youtube:playlist] Unescape playlist uploader (#22483)
575+ [bilibili] Add support audio albums and songs (#21094)
576+ [instagram] Add support for tv URLs
577+ [mixcloud] Allow uppercase letters in format URLs (#19280)
578* [brightcove] Delegate all supported legacy URLs to new extractor (#11523,
579 #12842, #13912, #15669, #16303)
580* [hotstar] Use native HLS downloader by default
581+ [hotstar] Extract more formats (#22323)
582* [9now] Fix extraction (#22361)
583* [zdf] Bypass geo restriction
584+ [tv4] Extract series metadata
585* [tv4] Fix extraction (#22443)
586
587
e1f692f0 588version 2019.09.12.1
2f851a7d
S
589
590Extractors
591* [youtube] Remove quality and tbr for itag 43 (#22372)
592
593
303d3e14 594version 2019.09.12
035c7a59
S
595
596Extractors
597* [youtube] Quick extraction tempfix (#22367, #22163)
598
599
f620d0d8 600version 2019.09.01
79dd8884
S
601
602Core
603+ [extractor/generic] Add support for squarespace embeds (#21294, #21802,
604 #21859)
605+ [downloader/external] Respect mtime option for aria2c (#22242)
606
607Extractors
608+ [xhamster:user] Add support for user pages (#16330, #18454)
609+ [xhamster] Add support for more domains
610+ [verystream] Add support for woof.tube (#22217)
611+ [dailymotion] Add support for lequipe.fr (#21328, #22152)
612+ [openload] Add support for oload.vip (#22205)
613+ [bbccouk] Extend URL regular expression (#19200)
614+ [youtube] Add support for invidious.nixnet.xyz and yt.elukerio.org (#22223)
615* [safari] Fix authentication (#22161, #22184)
616* [usanetwork] Fix extraction (#22105)
617+ [einthusan] Add support for einthusan.ca (#22171)
618* [youtube] Improve unavailable message extraction (#22117)
619+ [piksel] Extract subtitles (#20506)
620
621
def849e0 622version 2019.08.13
69611a16
S
623
624Core
625* [downloader/fragment] Fix ETA calculation of resumed download (#21992)
626* [YoutubeDL] Check annotations availability (#18582)
627
628Extractors
629* [youtube:playlist] Improve flat extraction (#21927)
630* [youtube] Fix annotations extraction (#22045)
631+ [discovery] Extract series meta field (#21808)
632* [youtube] Improve error detection (#16445)
633* [vimeo] Fix album extraction (#1933, #15704, #15855, #18967, #21986)
634+ [roosterteeth] Add support for watch URLs
635* [discovery] Limit video data by show slug (#21980)
636
637
4f2d7358 638version 2019.08.02
2e9522b0
S
639
640Extractors
641+ [tvigle] Add support for HLS and DASH formats (#21967)
642* [tvigle] Fix extraction (#21967)
643+ [yandexvideo] Add support for DASH formats (#21971)
644* [discovery] Use API call for video data extraction (#21808)
645+ [mgtv] Extract format_note (#21881)
646* [tvn24] Fix metadata extraction (#21833, #21834)
647* [dlive] Relax URL regular expression (#21909)
648+ [openload] Add support for oload.best (#21913)
649* [youtube] Improve metadata extraction for age gate content (#21943)
650
651
85c2c4b4 652version 2019.07.30
8614a03f
S
653
654Extractors
655* [youtube] Fix and improve title and description extraction (#21934)
656
657
90634acf 658version 2019.07.27
eaba9dd6
S
659
660Extractors
661+ [yahoo:japannews] Add support for yahoo.co.jp (#21698, #21265)
662+ [discovery] Add support go.discovery.com URLs
663* [youtube:playlist] Relax video regular expression (#21844)
664* [generic] Restrict --default-search schemeless URLs detection pattern
665 (#21842)
666* [vrv] Fix CMS signing query extraction (#21809)
667
668
2f1991ff 669version 2019.07.16
8b4a0ebf
S
670
671Extractors
672+ [asiancrush] Add support for yuyutv.com, midnightpulp.com and cocoro.tv
673 (#21281, #21290)
674* [kaltura] Check source format URL (#21290)
675* [ctsnews] Fix YouTube embeds extraction (#21678)
676+ [einthusan] Add support for einthusan.com (#21748, #21775)
677+ [youtube] Add support for invidious.mastodon.host (#21777)
678+ [gfycat] Extend URL regular expression (#21779, #21780)
679* [youtube] Restrict is_live extraction (#21782)
680
681
ce80cace 682version 2019.07.14
364a2cb6
S
683
684Extractors
685* [porn91] Fix extraction (#21312)
686+ [yandexmusic] Extract track number and disk number (#21421)
687+ [yandexmusic] Add support for multi disk albums (#21420, #21421)
688* [lynda] Handle missing subtitles (#20490, #20513)
689+ [youtube] Add more invidious instances to URL regular expression (#21694)
690* [twitter] Improve uploader id extraction (#21705)
691* [spankbang] Fix and improve metadata extraction
692* [spankbang] Fix extraction (#21763, #21764)
693+ [dlive] Add support for dlive.tv (#18080)
694+ [livejournal] Add support for livejournal.com (#21526)
695* [roosterteeth] Fix free episode extraction (#16094)
696* [dbtv] Fix extraction
697* [bellator] Fix extraction
698- [rudo] Remove extractor (#18430, #18474)
699* [facebook] Fallback to twitter:image meta for thumbnail extraction (#21224)
700* [bleacherreport] Fix Bleacher Report CMS extraction
701* [espn] Fix fivethirtyeight.com extraction
702* [5tv] Relax video URL regular expression and support https URLs
703* [youtube] Fix is_live extraction (#21734)
704* [youtube] Fix authentication (#11270)
705
706
0d1f4af3 707version 2019.07.12
7612406b
S
708
709Core
710+ [adobepass] Add support for AT&T U-verse (mso ATT) (#13938, #21016)
711
712Extractors
713+ [mgtv] Pass Referer HTTP header for format URLs (#21726)
714+ [beeg] Add support for api/v6 v2 URLs without t argument (#21701)
715* [voxmedia:volume] Improvevox embed extraction (#16846)
716* [funnyordie] Move extraction to VoxMedia extractor (#16846)
717* [gameinformer] Fix extraction (#8895, #15363, #17206)
718* [funk] Fix extraction (#17915)
719* [packtpub] Relax lesson URL regular expression (#21695)
720* [packtpub] Fix extraction (#21268)
721* [philharmoniedeparis] Relax URL regular expression (#21672)
722* [peertube] Detect embed URLs in generic extraction (#21666)
723* [mixer:vod] Relax URL regular expression (#21657, #21658)
724+ [lecturio] Add support id based URLs (#21630)
725+ [go] Add site info for disneynow (#21613)
726* [ted] Restrict info regular expression (#21631)
727* [twitch:vod] Actualize m3u8 URL (#21538, #21607)
728* [vzaar] Fix videos with empty title (#21606)
729* [tvland] Fix extraction (#21384)
730* [arte] Clean extractor (#15583, #21614)
731
732
1335bf10 733version 2019.07.02
c8343f0a
S
734
735Core
736+ [utils] Introduce random_user_agent and use as default User-Agent (#21546)
737
738Extractors
739+ [vevo] Add support for embed.vevo.com URLs (#21565)
740+ [openload] Add support for oload.biz (#21574)
741* [xiami] Update API base URL (#21575)
742* [yourporn] Fix extraction (#21585)
743+ [acast] Add support for URLs with episode id (#21444)
744+ [dailymotion] Add support for DM.player embeds
745* [soundcloud] Update client id
746
747
8c8cae91 748version 2019.06.27
232331c0
S
749
750Extractors
751+ [go] Add support for disneynow.com (#21528)
752* [mixer:vod] Relax URL regular expression (#21531, #21536)
753* [drtv] Relax URL regular expression
754* [fusion] Fix extraction (#17775, #21269)
755- [nfb] Remove extractor (#21518)
756+ [beeg] Add support for api/v6 v2 URLs (#21511)
757+ [brightcove:new] Add support for playlists (#21331)
758+ [openload] Add support for oload.life (#21495)
759* [vimeo:channel,group] Make title extraction non fatal
760* [vimeo:likes] Implement extrator in terms of channel extractor (#21493)
761+ [pornhub] Add support for more paged video sources
762+ [pornhub] Add support for downloading single pages and search pages (#15570)
763* [pornhub] Rework extractors (#11922, #16078, #17454, #17936)
764+ [youtube] Add another signature function pattern
765* [tf1] Fix extraction (#21365, #21372)
766* [crunchyroll] Move Accept-Language workaround to video extractor since
767 it causes playlists not to list any videos
768* [crunchyroll:playlist] Fix and relax title extraction (#21291, #21443)
769
770
9842d29d 771version 2019.06.21
bc6438c0
S
772
773Core
774* [utils] Restrict parse_codecs and add theora as known vcodec (#21381)
775
776Extractors
777* [youtube] Update signature function patterns (#21469, #21476)
778* [youtube] Make --write-annotations non fatal (#21452)
779+ [sixplay] Add support for rtlmost.hu (#21405)
780* [youtube] Hardcode codec metadata for av01 video only formats (#21381)
781* [toutv] Update client key (#21370)
782+ [biqle] Add support for new embed domain
783* [cbs] Improve DRM protected videos detection (#21339)
784
785
3b2fd095 786version 2019.06.08
e35fc5eb
S
787
788Core
789* [downloader/common] Improve rate limit (#21301)
790* [utils] Improve strip_or_none
791* [extractor/common] Strip src attribute for HTML5 entries code (#18485,
792 #21169)
793
794Extractors
795* [ted] Fix playlist extraction (#20844, #21032)
796* [vlive:playlist] Fix video extraction when no playlist is found (#20590)
797+ [vlive] Add CH+ support (#16887, #21209)
798+ [openload] Add support for oload.website (#21329)
799+ [tvnow] Extract HD formats (#21201)
800+ [redbulltv] Add support for rrn:content URLs (#21297)
801* [youtube] Fix average rating extraction (#21304)
802+ [bitchute] Extract HTML5 formats (#21306)
803* [cbsnews] Fix extraction (#9659, #15397)
804* [vvvvid] Relax URL regular expression (#21299)
805+ [prosiebensat1] Add support for new API (#21272)
806+ [vrv] Extract adaptive_hls formats (#21243)
807* [viki] Switch to HTTPS (#21001)
808* [LiveLeak] Check if the original videos exist (#21206, #21208)
809* [rtp] Fix extraction (#15099)
810* [youtube] Improve DRM protected videos detection (#1774)
811+ [srgssrplay] Add support for popupvideoplayer URLs (#21155)
812+ [24video] Add support for porno.24video.net (#21194)
813+ [24video] Add support for 24video.site (#21193)
814- [pornflip] Remove extractor
815- [criterion] Remove extractor (#21195)
816* [pornhub] Use HTTPS (#21061)
817* [bitchute] Fix uploader extraction (#21076)
818* [streamcloud] Reduce waiting time to 6 seconds (#21092)
819- [novamov] Remove extractors (#21077)
820+ [openload] Add support for oload.press (#21135)
821* [vivo] Fix extraction (#18906, #19217)
822
823
6ab30ff5 824version 2019.05.20
42c97134
S
825
826Core
827+ [extractor/common] Move workaround for applying first Set-Cookie header
828 into a separate _apply_first_set_cookie_header method
829
830Extractors
831* [safari] Fix authentication (#21090)
832* [vk] Use _apply_first_set_cookie_header
833* [vrt] Fix extraction (#20527)
834+ [canvas] Add support for vrtnieuws and sporza site ids and extract
835 AES HLS formats
836+ [vrv] Extract captions (#19238)
837* [tele5] Improve video id extraction
838* [tele5] Relax URL regular expression (#21020, #21063)
839* [svtplay] Update API URL (#21075)
840+ [yahoo:gyao] Add X-User-Agent header to dam proxy requests (#21071)
841
842
8ae32e18 843version 2019.05.11
07a2cef7
S
844
845Core
846* [utils] Transliterate "þ" as "th" (#20897)
847
848Extractors
849+ [cloudflarestream] Add support for videodelivery.net (#21049)
850+ [byutv] Add support for DVR videos (#20574, #20676)
851+ [gfycat] Add support for URLs with tags (#20696, #20731)
852+ [openload] Add support for verystream.com (#20701, #20967)
853* [youtube] Use sp field value for signature field name (#18841, #18927,
854 #21028)
855+ [yahoo:gyao] Extend URL regular expression (#21008)
856* [youtube] Fix channel id extraction (#20982, #21003)
857+ [sky] Add support for news.sky.com (#13055)
858+ [youtube:entrylistbase] Retry on 5xx HTTP errors (#20965)
859+ [francetvinfo] Extend video id extraction (#20619, #20740)
860* [4tube] Update token hosts (#20918)
861* [hotstar] Move to API v2 (#20931)
862* [fox] Fix API error handling under python 2 (#20925)
863+ [redbulltv] Extend URL regular expression (#20922)
864
865
091200c3 866version 2019.04.30
67bfbe49
S
867
868Extractors
869* [openload] Use real Chrome versions (#20902)
870- [youtube] Remove info el for get_video_info request
871* [youtube] Improve extraction robustness
872- [dramafever] Remove extractor (#20868)
873* [adn] Fix subtitle extraction (#12724)
874+ [ccc] Extract creator (#20355)
875+ [ccc:playlist] Add support for media.ccc.de playlists (#14601, #20355)
876+ [sverigesradio] Add support for sverigesradio.se (#18635)
877+ [cinemax] Add support for cinemax.com
878* [sixplay] Try extracting non-DRM protected manifests (#20849)
879+ [youtube] Extract Youtube Music Auto-generated metadata (#20599, #20742)
880- [wrzuta] Remove extractor (#20684, #20801)
881* [twitch] Prefer source format (#20850)
882+ [twitcasting] Add support for private videos (#20843)
883* [reddit] Validate thumbnail URL (#20030)
884* [yandexmusic] Fix track URL extraction (#20820)
885
886
3e7ec533 887version 2019.04.24
98933c14
S
888
889Extractors
890* [youtube] Fix extraction (#20758, #20759, #20761, #20762, #20764, #20766,
891 #20767, #20769, #20771, #20768, #20770)
892* [toutv] Fix extraction and extract series info (#20757)
893+ [vrv] Add support for movie listings (#19229)
894+ [youtube] Print error when no data is available (#20737)
895+ [soundcloud] Add support for new rendition and improve extraction (#20699)
896+ [ooyala] Add support for geo verification proxy
897+ [nrl] Add support for nrl.com (#15991)
898+ [vimeo] Extract live archive source format (#19144)
899+ [vimeo] Add support for live streams and improve info extraction (#19144)
900+ [ntvcojp] Add support for cu.ntv.co.jp
901+ [nhk] Extract RTMPT format
902+ [nhk] Add support for audio URLs
903+ [udemy] Add another course id extraction pattern (#20491)
904+ [openload] Add support for oload.services (#20691)
905+ [openload] Add support for openloed.co (#20691, #20693)
906* [bravotv] Fix extraction (#19213)
907
908
cd6c75b0 909version 2019.04.17
98469352
S
910
911Extractors
2dbc0967 912* [openload] Randomize User-Agent (#20688)
98469352
S
913+ [openload] Add support for oladblock domains (#20471)
914* [adn] Fix subtitle extraction (#12724)
915+ [aol] Add support for localized websites
916+ [yahoo] Add support GYAO episode URLs
917+ [yahoo] Add support for streaming.yahoo.co.jp (#5811, #7098)
918+ [yahoo] Add support for gyao.yahoo.co.jp
919* [aenetworks] Fix history topic extraction and extract more formats
920+ [cbs] Extract smpte and vtt subtitles
921+ [streamango] Add support for streamcherry.com (#20592)
922+ [yourporn] Add support for sxyprn.com (#20646)
923* [mgtv] Fix extraction (#20650)
924* [linkedin:learning] Use urljoin for form action URL (#20431)
925+ [gdc] Add support for kaltura embeds (#20575)
926* [dispeak] Improve mp4 bitrate extraction
927* [kaltura] Sanitize embed URLs
928* [jwplatfom] Do not match manifest URLs (#20596)
929* [aol] Restrict URL regular expression and improve format extraction
930+ [tiktok] Add support for new URL schema (#20573)
931+ [stv:player] Add support for player.stv.tv (#20586)
932
933
a46d9e5b 934version 2019.04.07
aa533811
S
935
936Core
937+ [downloader/external] Pass rtmp_conn to ffmpeg
938
939Extractors
940+ [ruutu] Add support for audio podcasts (#20473, #20545)
941+ [xvideos] Extract all thumbnails (#20432)
942+ [platzi] Add support for platzi.com (#20562)
943* [dvtv] Fix extraction (#18514, #19174)
944+ [vrv] Add basic support for individual movie links (#19229)
945+ [bfi:player] Add support for player.bfi.org.uk (#19235)
946* [hbo] Fix extraction and extract subtitles (#14629, #13709)
947* [youtube] Extract srv[1-3] subtitle formats (#20566)
948* [adultswim] Fix extraction (#18025)
949* [teamcoco] Fix extraction and add suport for subdomains (#17099, #20339)
950* [adn] Fix subtitle compatibility with ffmpeg
951* [adn] Fix extraction and add support for positioning styles (#20549)
952* [vk] Use unique video id (#17848)
953* [newstube] Fix extraction
954* [rtl2] Actualize extraction
955+ [adobeconnect] Add support for adobeconnect.com (#20283)
956+ [gaia] Add support for authentication (#14605)
957+ [mediasite] Add support for dashed ids and named catalogs (#20531)
958
959
38287d25 960version 2019.04.01
25d92431
S
961
962Core
963* [utils] Improve int_or_none and float_or_none (#20403)
964* Check for valid --min-sleep-interval when --max-sleep-interval is specified
965 (#20435)
966
967Extractors
968+ [weibo] Extend URL regular expression (#20496)
969+ [xhamster] Add support for xhamster.one (#20508)
970+ [mediasite] Add support for catalogs (#20507)
971+ [teamtreehouse] Add support for teamtreehouse.com (#9836)
972+ [ina] Add support for audio URLs
973* [ina] Improve extraction
974* [cwtv] Fix episode number extraction (#20461)
975* [npo] Improve DRM detection
976+ [pornhub] Add support for DASH formats (#20403)
977* [svtplay] Update API endpoint (#20430)
978
979
0a8e251b 980version 2019.03.18
2ed2ebdb
S
981
982Core
983* [extractor/common] Improve HTML5 entries extraction
984+ [utils] Introduce parse_bitrate
985* [update] Hide update URLs behind redirect
986* [extractor/common] Fix url meta field for unfragmented DASH formats (#20346)
987
988Extractors
989+ [yandexvideo] Add extractor
990* [openload] Improve embed detection
991+ [corus] Add support for bigbrothercanada.ca (#20357)
992+ [orf:radio] Extract series (#20012)
993+ [cbc:watch] Add support for gem.cbc.ca (#20251, #20359)
994- [anysex] Remove extractor (#19279)
995+ [ciscolive] Add support for new URL schema (#20320, #20351)
996+ [youtube] Add support for invidiou.sh (#20309)
997- [anitube] Remove extractor (#20334)
998- [ruleporn] Remove extractor (#15344, #20324)
999* [npr] Fix extraction (#10793, #13440)
1000* [biqle] Fix extraction (#11471, #15313)
1001* [viddler] Modernize
1002* [moevideo] Fix extraction
1003* [primesharetv] Remove extractor
1004* [hypem] Modernize and extract more metadata (#15320)
1005* [veoh] Fix extraction
1006* [escapist] Modernize
1007- [videomega] Remove extractor (#10108)
1008+ [beeg] Add support for beeg.porn (#20306)
1009* [vimeo:review] Improve config url extraction and extract original format
1010 (#20305)
1011* [fox] Detect geo restriction and authentication errors (#20208)
1012
1013
10734553 1014version 2019.03.09
bba35695
S
1015
1016Core
1017* [extractor/common] Use compat_etree_Element
1018+ [compat] Introduce compat_etree_Element
1019* [extractor/common] Fallback url to base URL for DASH formats
1020* [extractor/common] Do not fail on invalid data while parsing F4M manifest
1021 in non fatal mode
1022* [extractor/common] Return MPD manifest as format's url meta field (#20242)
1023* [utils] Strip #HttpOnly_ prefix from cookies files (#20219)
1024
1025Extractors
1026* [francetv:site] Relax video id regular expression (#20268)
1027* [toutv] Detect invalid login error
1028* [toutv] Fix authentication (#20261)
1029+ [urplay] Extract timestamp (#20235)
1030+ [openload] Add support for oload.space (#20246)
1031* [facebook] Improve uploader extraction (#20250)
1032* [bbc] Use compat_etree_Element
1033* [crunchyroll] Use compat_etree_Element
1034* [npo] Improve ISM extraction
1035* [rai] Improve extraction (#20253)
1036* [paramountnetwork] Fix mgid extraction (#20241)
1037* [libsyn] Improve extraction (#20229)
1038+ [youtube] Add more invidious instances to URL regular expression (#20228)
1039* [spankbang] Fix extraction (#20023)
1040* [espn] Extend URL regular expression (#20013)
1041* [sixplay] Handle videos with empty assets (#20016)
1042+ [vimeo] Add support for Vimeo Pro portfolio protected videos (#20070)
1043
1044
04c33bdf 1045version 2019.03.01
333f617b
S
1046
1047Core
1048+ [downloader/external] Add support for rate limit and retries for wget
1049* [downloader/external] Fix infinite retries for curl (#19303)
1050
1051Extractors
1052* [npo] Fix extraction (#20084)
1053* [francetv:site] Extend video id regex (#20029, #20071)
1054+ [periscope] Extract width and height (#20015)
1055* [servus] Fix extraction (#19297)
1056* [bbccouk] Make subtitles non fatal (#19651)
1057* [metacafe] Fix family filter bypass (#19287)
1058
1059
77a842c8 1060version 2019.02.18
c76fc5b2
S
1061
1062Extractors
1063* [tvp:website] Fix and improve extraction
1064+ [tvp] Detect unavailable videos
1065* [tvp] Fix description extraction and make thumbnail optional
1066+ [linuxacademy] Add support for linuxacademy.com (#12207)
1067* [bilibili] Update keys (#19233)
1068* [udemy] Extend URL regular expressions (#14330, #15883)
1069* [udemy] Update User-Agent and detect captcha (#14713, #15839, #18126)
1070* [noovo] Fix extraction (#19230)
1071* [rai] Relax URL regular expression (#19232)
1072+ [vshare] Pass Referer to download request (#19205, #19221)
1073+ [openload] Add support for oload.live (#19222)
1074* [imgur] Use video id as title fallback (#18590)
1075+ [twitch] Add new source format detection approach (#19193)
1076* [tvplayhome] Fix video id extraction (#19190)
1077* [tvplayhome] Fix episode metadata extraction (#19190)
1078* [rutube:embed] Fix extraction (#19163)
1079+ [rutube:embed] Add support private videos (#19163)
1080+ [soundcloud] Extract more metadata
1081+ [trunews] Add support for trunews.com (#19153)
1082+ [linkedin:learning] Extract chapter_number and chapter_id (#19162)
1083
1084
04eacf54 1085version 2019.02.08
f1f5b472
S
1086
1087Core
1088* [utils] Improve JSON-LD regular expression (#18058)
1089* [YoutubeDL] Fallback to ie_key of matching extractor while making
1090 download archive id when no explicit ie_key is provided (#19022)
1091
1092Extractors
1093+ [malltv] Add support for mall.tv (#18058, #17856)
1094+ [spankbang:playlist] Add support for playlists (#19145)
1095* [spankbang] Extend URL regular expression
1096* [trutv] Fix extraction (#17336)
1097* [toutv] Fix authentication (#16398, #18700)
1098* [pornhub] Fix tags and categories extraction (#13720, #19135)
1099* [pornhd] Fix formats extraction
1100+ [pornhd] Extract like count (#19123, #19125)
1101* [radiocanada] Switch to the new media requests (#19115)
1102+ [teachable] Add support for courses.workitdaily.com (#18871)
1103- [vporn] Remove extractor (#16276)
1104+ [soundcloud:pagedplaylist] Add ie and title to entries (#19022, #19086)
1105+ [drtuber] Extract duration (#19078)
1106* [soundcloud] Fix paged playlists extraction, add support for albums and update client id
1107* [soundcloud] Update client id
1108* [drtv] Improve preference (#19079)
1109+ [openload] Add support for openload.pw and oload.pw (#18930)
1110+ [openload] Add support for oload.info (#19073)
1111* [crackle] Authorize media detail request (#16931)
1112
1113
7b0f9df2 1114version 2019.01.30.1
c2a0fe2e
S
1115
1116Core
1117* [postprocessor/ffmpeg] Fix avconv processing broken in #19025 (#19067)
1118
1119
1063b4c7 1120version 2019.01.30
ca01e5f9
S
1121
1122Core
1123* [postprocessor/ffmpeg] Do not copy Apple TV chapter tracks while embedding
1124 subtitles (#19024, #19042)
1125* [postprocessor/ffmpeg] Disable "Last message repeated" messages (#19025)
1126
1127Extractors
1128* [yourporn] Fix extraction and extract duration (#18815, #18852, #19061)
1129* [drtv] Improve extraction (#19039)
1130 + Add support for EncryptedUri videos
1131 + Extract more metadata
1132 * Fix subtitles extraction
1133+ [fox] Add support for locked videos using cookies (#19060)
1134* [fox] Fix extraction for free videos (#19060)
1135+ [zattoo] Add support for tv.salt.ch (#19059)
1136
1137
e71be6ee 1138version 2019.01.27
bf8ebc9c
S
1139
1140Core
1141+ [extractor/common] Extract season in _json_ld
1142* [postprocessor/ffmpeg] Fallback to ffmpeg/avconv for audio codec detection
1143 (#681)
1144
1145Extractors
1146* [vice] Fix extraction for locked videos (#16248)
1147+ [wakanim] Detect DRM protected videos
1148+ [wakanim] Add support for wakanim.tv (#14374)
1149* [usatoday] Fix extraction for videos with custom brightcove partner id
1150 (#18990)
1151* [drtv] Fix extraction (#18989)
1152* [nhk] Extend URL regular expression (#18968)
1153* [go] Fix Adobe Pass requests for Disney Now (#18901)
1154+ [openload] Add support for oload.club (#18969)
1155
1156
a1e17123 1157version 2019.01.24
7d311586
S
1158
1159Core
1160* [YoutubeDL] Fix negation for string operators in format selection (#18961)
1161
1162
435e3824 1163version 2019.01.23
0670bdd8
S
1164
1165Core
1166* [utils] Fix urljoin for paths with non-http(s) schemes
1167* [extractor/common] Improve jwplayer relative URL handling (#18892)
1168+ [YoutubeDL] Add negation support for string comparisons in format selection
1169 expressions (#18600, #18805)
1170* [extractor/common] Improve HLS video-only format detection (#18923)
1171
1172Extractors
1173* [crunchyroll] Extend URL regular expression (#18955)
1174* [pornhub] Bypass scrape detection (#4822, #5930, #7074, #10175, #12722,
1175 #17197, #18338 #18842, #18899)
1176+ [vrv] Add support for authentication (#14307)
1177* [videomore:season] Fix extraction
1178* [videomore] Improve extraction (#18908)
1179+ [tnaflix] Pass Referer in metadata request (#18925)
1180* [radiocanada] Relax DRM check (#18608, #18609)
1181* [vimeo] Fix video password verification for videos protected by
1182 Referer HTTP header
1183+ [hketv] Add support for hkedcity.net (#18696)
1184+ [streamango] Add support for fruithosts.net (#18710)
1185+ [instagram] Add support for tags (#18757)
1186+ [odnoklassniki] Detect paid videos (#18876)
1187* [ted] Correct acodec for HTTP formats (#18923)
1188* [cartoonnetwork] Fix extraction (#15664, #17224)
1189* [vimeo] Fix extraction for password protected player URLs (#18889)
1190
1191
29639b36 1192version 2019.01.17
f53cecd7
S
1193
1194Extractors
1195* [youtube] Extend JS player signature function name regular expressions
1196 (#18890, #18891, #18893)
1197
1198
bfc8eeea 1199version 2019.01.16
b0d73a74
S
1200
1201Core
1202+ [test/helper] Add support for maxcount and count collection len checkers
1203* [downloader/hls] Fix uplynk ad skipping (#18824)
1204* [postprocessor/ffmpeg] Improve ffmpeg version parsing (#18813)
1205
1206Extractors
1207* [youtube] Skip unsupported adaptive stream type (#18804)
1208+ [youtube] Extract DASH formats from player response (#18804)
1209* [funimation] Fix extraction (#14089)
1210* [skylinewebcams] Fix extraction (#18853)
1211+ [curiositystream] Add support for non app URLs
1212+ [bitchute] Check formats (#18833)
1213* [wistia] Extend URL regular expression (#18823)
1214+ [playplustv] Add support for playplus.com (#18789)
1215
1216
b64f6e69 1217version 2019.01.10
a4491dd5
S
1218
1219Core
1220* [extractor/common] Use episode name as title in _json_ld
1221+ [extractor/common] Add support for movies in _json_ld
1222* [postprocessor/ffmpeg] Embed subtitles with non-standard language codes
1223 (#18765)
1224+ [utils] Add language codes replaced in 1989 revision of ISO 639
1225 to ISO639Utils (#18765)
1226
1227Extractors
1228* [youtube] Extract live HLS URL from player response (#18799)
1229+ [outsidetv] Add support for outsidetv.com (#18774)
1230* [jwplatform] Use JW Platform Delivery API V2 and add support for more URLs
1231+ [fox] Add support National Geographic (#17985, #15333, #14698)
1232+ [playplustv] Add support for playplus.tv (#18789)
1233* [globo] Set GLBID cookie manually (#17346)
1234+ [gaia] Add support for gaia.com (#14605)
1235* [youporn] Fix title and description extraction (#18748)
1236+ [hungama] Add support for hungama.com (#17402, #18771)
1237* [dtube] Fix extraction (#18741)
1238* [tvnow] Fix and rework extractors and prepare for a switch to the new API
1239 (#17245, #18499)
1240* [carambatv:page] Fix extraction (#18739)
1241
1242
d7c3af7a 1243version 2019.01.02
aeb72b3a
S
1244
1245Extractors
1246* [discovery] Use geo verification headers (#17838)
1247+ [packtpub] Add support for subscription.packtpub.com (#18718)
1248* [yourporn] Fix extraction (#18583)
1249+ [acast:channel] Add support for play.acast.com (#18587)
1250+ [extractors] Add missing age limits (#18621)
1251+ [rmcdecouverte] Add support for live stream
1252* [rmcdecouverte] Bypass geo restriction
1253* [rmcdecouverte] Update URL regular expression (#18595, 18697)
1254* [manyvids] Fix extraction (#18604, #18614)
1255* [bitchute] Fix extraction (#18567)
1256
1257
9d9daed4 1258version 2018.12.31
32ac3d49
S
1259
1260Extractors
1261+ [bbc] Add support for another embed pattern (#18643)
1262+ [npo:live] Add support for npostart.nl (#18644)
1263* [beeg] Fix extraction (#18610, #18626)
1264* [youtube] Unescape HTML for series (#18641)
1265+ [youtube] Extract more format metadata
1266* [youtube] Detect DRM protected videos (#1774)
1267* [youtube] Relax HTML5 player regular expressions (#18465, #18466)
1268* [youtube] Extend HTML5 player regular expression (#17516)
1269+ [liveleak] Add support for another embed type and restore original
1270 format extraction
1271+ [crackle] Extract ISM and HTTP formats
1272+ [twitter] Pass Referer with card request (#18579)
1273* [mediasite] Extend URL regular expression (#18558)
1274+ [lecturio] Add support for lecturio.de (#18562)
1275+ [discovery] Add support for Scripps Networks watch domains (#17947)
1276
1277
4cee62ad 1278version 2018.12.17
cbb3e4b1
S
1279
1280Extractors
1281* [ard:beta] Improve geo restricted videos extraction
1282* [ard:beta] Fix subtitles extraction
1283* [ard:beta] Improve extraction robustness
1284* [ard:beta] Relax URL regular expression (#18441)
1285* [acast] Add support for embed.acast.com and play.acast.com (#18483)
1286* [iprima] Relax URL regular expression (#18515, #18540)
1287* [vrv] Fix initial state extraction (#18553)
1288* [youtube] Fix mark watched (#18546)
1289+ [safari] Add support for learning.oreilly.com (#18510)
1290* [youtube] Fix multifeed extraction (#18531)
1291* [lecturio] Improve subtitles extraction (#18488)
1292* [uol] Fix format URL extraction (#18480)
1293+ [ard:mediathek] Add support for classic.ardmediathek.de (#18473)
1294
1295
cefe42c4 1296version 2018.12.09
24cc6425
S
1297
1298Core
1299* [YoutubeDL] Keep session cookies in cookie file between runs
1300* [YoutubeDL] Recognize session cookies with expired set to 0 (#12929)
1301
1302Extractors
1303+ [teachable] Add support for teachable platform sites (#5451, #18150, #18272)
1304+ [aenetworks] Add support for historyvault.com (#18460)
1305* [imgur] Improve gallery and album detection and extraction (#9133, #16577,
1306 #17223, #18404)
1307* [iprima] Relax URL regular expression (#18453)
1308* [hotstar] Fix video data extraction (#18386)
1309* [ard:mediathek] Fix title and description extraction (#18349, #18371)
1310* [xvideos] Switch to HTTPS (#18422, #18427)
1311+ [lecturio] Add support for lecturio.com (#18405)
1312+ [nrktv:series] Add support for extra materials
1313* [nrktv:season,series] Fix extraction (#17159, #17258)
1314* [nrktv] Relax URL regular expression (#18304, #18387)
1315* [yourporn] Fix extraction (#18424, #18425)
1316* [tbs] Fix info extraction (#18403)
1317+ [gamespot] Add support for review URLs
1318
1319
ab896fa8 1320version 2018.12.03
1fa59a92
S
1321
1322Core
1323* [utils] Fix random_birthday to generate existing dates only (#18284)
1324
1325Extractors
1326+ [tiktok] Add support for tiktok.com (#18108, #18135)
1327* [pornhub] Use actual URL host for requests (#18359)
1328* [lynda] Fix authentication (#18158, #18217)
1329* [gfycat] Update API endpoint (#18333, #18343)
1330+ [hotstar] Add support for alternative app state layout (#18320)
1331* [azmedien] Fix extraction (#18334, #18336)
1332+ [vimeo] Add support for VHX (Vimeo OTT) (#14835)
1333* [joj] Fix extraction (#18280, #18281)
1334+ [wistia] Add support for fast.wistia.com (#18287)
1335
1336
d861a9d5 1337version 2018.11.23
66173211
S
1338
1339Core
1340+ [setup.py] Add more relevant classifiers
1341
1342Extractors
1343* [mixcloud] Fallback to hardcoded decryption key (#18016)
1344* [nbc:news] Fix article extraction (#16194)
1345* [foxsports] Fix extraction (#17543)
1346* [loc] Relax regular expression and improve formats extraction
1347+ [ciscolive] Add support for ciscolive.cisco.com (#17984)
1348* [nzz] Relax kaltura regex (#18228)
1349* [sixplay] Fix formats extraction
1350* [bitchute] Improve title extraction
1351* [kaltura] Limit requested MediaEntry fields
1352+ [americastestkitchen] Add support for zype embeds (#18225)
1353+ [pornhub] Add pornhub.net alias
1354* [nova:embed] Fix extraction (#18222)
1355
1356
5bb04792 1357version 2018.11.18
02df855e
S
1358
1359Extractors
1360+ [wwe] Extract subtitles
1361+ [wwe] Add support for playlistst (#14781)
1362+ [wwe] Add support for wwe.com (#14781, #17450)
1363* [vk] Detect geo restriction (#17767)
1364* [openload] Use original host during extraction (#18211)
1365* [atvat] Fix extraction (#18041)
1366+ [rte] Add support for new API endpoint (#18206)
1367* [tnaflixnetwork:embed] Fix extraction (#18205)
1368* [picarto] Use API and add token support (#16518)
1369+ [zype] Add support for player.zype.com (#18143)
1370* [vivo] Fix extraction (#18139)
1371* [ruutu] Update API endpoint (#18138)
1372
1373
532782ad 1374version 2018.11.07
f81d44aa
S
1375
1376Extractors
1377+ [youtube] Add another JS signature function name regex (#18091, #18093,
1378 #18094)
1379* [facebook] Fix tahoe request (#17171)
1380* [cliphunter] Fix extraction (#18083)
1381+ [youtube:playlist] Add support for invidio.us (#18077)
1382* [zattoo] Arrange API hosts for derived extractors (#18035)
1383+ [youtube] Add fallback metadata extraction from videoDetails (#18052)
1384
1385
38c32dbf 1386version 2018.11.03
a0854109
S
1387
1388Core
1389* [extractor/common] Ensure response handle is not prematurely closed before
1390 it can be read if it matches expected_status (#17195, #17846, #17447)
1391
1392Extractors
1393* [laola1tv:embed] Set correct stream access URL scheme (#16341)
1394+ [ehftv] Add support for ehftv.com (#15408)
1395* [azmedien] Adopt to major site redesign (#17745, #17746)
1396+ [twitcasting] Add support for twitcasting.tv (#17981)
1397* [orf:tvthek] Fix extraction (#17737, #17956, #18024)
1398+ [openload] Add support for oload.fun (#18045)
1399* [njpwworld] Fix authentication (#17427)
1400+ [linkedin:learning] Add support for linkedin.com/learning (#13545)
1401* [theplatform] Improve error detection (#13222)
1402* [cnbc] Simplify extraction (#14280, #17110)
1403+ [cbnc] Add support for new URL schema (#14193)
1404* [aparat] Improve extraction and extract more metadata (#17445, #18008)
1405* [aparat] Fix extraction
1406
1407
9ff558f6 1408version 2018.10.29
c2fe21ef
S
1409
1410Core
1411+ [extractor/common] Add validation for JSON-LD URLs
1412
1413Extractors
1414+ [sportbox] Add support for matchtv.ru
1415* [sportbox] Fix extraction (#17978)
1416* [screencast] Fix extraction (#14590, #14617, #17990)
1417+ [openload] Add support for oload.icu
1418+ [ivi] Add support for ivi.tv
1419* [crunchyroll] Improve extraction failsafeness (#17991)
1420* [dailymail] Fix formats extraction (#17976)
1421* [viewster] Reduce format requests
1422* [cwtv] Handle API errors (#17905)
1423+ [rutube] Use geo verification headers (#17897)
1424+ [brightcove:legacy] Add fallbacks to brightcove:new (#13912)
1425- [tv3] Remove extractor (#10461, #15339)
1426* [ted] Fix extraction for HTTP and RTMP formats (#5941, #17572, #17894)
1427+ [openload] Add support for oload.cc (#17823)
1428+ [patreon] Extract post_file URL (#17792)
1429* [patreon] Fix extraction (#14502, #10471)
1430
1431
d96f976b 1432version 2018.10.05
2e7ed29e
S
1433
1434Extractors
1435* [pluralsight] Improve authentication (#17762)
1436* [dailymotion] Fix extraction (#17699)
1437* [crunchyroll] Switch to HTTPS for RpcApi (#17749)
1438+ [philharmoniedeparis] Add support for pad.philharmoniedeparis.fr (#17705)
1439* [philharmoniedeparis] Fix extraction (#17705)
1440+ [jamendo] Add support for licensing.jamendo.com (#17724)
1441+ [openload] Add support for oload.cloud (#17710)
1442* [pluralsight] Fix subtitles extraction (#17726, #17728)
1443+ [vimeo] Add another config regular expression (#17690)
1444* [spike] Fix Paramount Network extraction (#17677)
1445* [hotstar] Fix extraction (#14694, #14931, #17637)
1446
1447
4c89a675 1448version 2018.09.26
3d349974
S
1449
1450Extractors
1451* [pluralsight] Fix subtitles extraction (#17671)
1452* [mediaset] Improve embed support (#17668)
1453+ [youtube] Add support for invidio.us (#17613)
1454+ [zattoo] Add support for more zattoo platform sites
1455* [zattoo] Fix extraction (#17175, #17542)
1456
1457
3a9c9284 1458version 2018.09.18
d9b1cec1
S
1459
1460Core
1461+ [extractor/common] Introduce channel meta fields
1462
1463Extractors
1464* [adobepass] Don't pollute default headers dict
1465* [udemy] Don't pollute default headers dict
1466* [twitch] Don't pollute default headers dict
1467* [youtube] Don't pollute default query dict (#17593)
1468* [crunchyroll] Prefer hardsubless formats and formats in locale language
1469* [vrv] Make format ids deterministic
1470* [vimeo] Fix ondemand playlist extraction (#14591)
1471+ [pornhub] Extract upload date (#17574)
1472+ [porntube] Extract channel meta fields
1473+ [vimeo] Extract channel meta fields
1474+ [youtube] Extract channel meta fields (#9676, #12939)
1475* [porntube] Fix extraction (#17541)
1476* [asiancrush] Fix extraction (#15630)
2dbc0967 1477+ [twitch:clips] Extend URL regular expression (#17559)
d9b1cec1
S
1478+ [vzaar] Add support for HLS
1479* [tube8] Fix metadata extraction (#17520)
1480* [eporner] Extract JSON-LD (#17519)
1481
1482
8476b4fd 1483version 2018.09.10
14f577e3
S
1484
1485Core
1486+ [utils] Properly recognize AV1 codec (#17506)
1487
1488Extractors
1489+ [iprima] Add support for prima.iprima.cz (#17514)
1490+ [tele5] Add support for tele5.de (#7805, #7922, #17331, #17414)
1491* [nbc] Fix extraction of percent encoded URLs (#17374)
1492
1493
ad98d2eb 1494version 2018.09.08
a41a5060
S
1495
1496Extractors
1497* [youtube] Fix extraction (#17457, #17464)
1498+ [pornhub:uservideos] Add support for new URLs (#17388)
1499* [iprima] Confirm adult check (#17437)
1500* [slideslive] Make check for video service name case-insensitive (#17429)
1501* [radiojavan] Fix extraction (#17151)
1502* [generic] Skip unsuccessful jwplayer extraction (#16735)
1503
1504
27d8e089 1505version 2018.09.01
7bbc1b18
S
1506
1507Core
1508* [utils] Skip remote IP addresses non matching to source address' IP version
1509 when creating a connection (#13422, #17362)
1510
1511Extractors
1512+ [ard] Add support for one.ard.de (#17397)
1513* [niconico] Fix extraction on python3 (#17393, #17407)
1514* [ard] Extract f4m formats
1515* [crunchyroll] Parse vilos media data (#17343)
1516+ [ard] Add support for Beta ARD Mediathek
1517+ [bandcamp] Extract more metadata (#13197)
1518* [internazionale] Fix extraction of non-available-abroad videos (#17386)
1519
1520
eebbce56 1521version 2018.08.28
56213aff
S
1522
1523Extractors
1524+ [youtube:playlist] Add support for music album playlists (OLAK5uy_ prefix)
1525 (#17361)
1526* [bitchute] Fix extraction by pass custom User-Agent (#17360)
1527* [webofstories:playlist] Fix extraction (#16914)
1528+ [tvplayhome] Add support for new tvplay URLs (#17344)
1529+ [generic] Allow relative src for videojs embeds (#17324)
1530+ [xfileshare] Add support for vidto.se (#17317)
1531+ [vidzi] Add support for vidzi.nu (#17316)
1532+ [nova:embed] Add support for media.cms.nova.cz (#17282)
1533
1534
4c86163b 1535version 2018.08.22
b6622739
S
1536
1537Core
1538* [utils] Use pure browser header for User-Agent (#17236)
1539
1540Extractors
1541+ [kinopoisk] Add support for kinopoisk.ru (#17283)
1542+ [yourporn] Add support for yourporn.sexy (#17298)
1543+ [go] Add support for disneynow.go.com (#16299, #17264)
1544+ [6play] Add support for play.rtl.hr (#17249)
1545* [anvato] Fallback to generic API key for access-key-to-API-key lookup
1546 (#16788, #17254)
1547* [lci] Fix extraction (#17274)
1548* [bbccouk] Extend id URL regular expression (#17270)
1549* [cwtv] Fix extraction (#17256)
1550* [nova] Fix extraction (#17241)
1551+ [generic] Add support for expressen embeds
1552* [raywenderlich] Adapt to site redesign (#17225)
1553+ [redbulltv] Add support redbull.com tv URLs (#17218)
1554+ [bitchute] Add support for bitchute.com (#14052)
1555+ [clyp] Add support for token protected media (#17184)
1556* [imdb] Fix extension extraction (#17167)
1557
1558
81cc22ba 1559version 2018.08.04
20f96f64
S
1560
1561Extractors
1562* [funk:channel] Improve byChannelAlias extraction (#17142)
1563* [twitch] Fix authentication (#17024, #17126)
1564* [twitch:vod] Improve URL regular expression (#17135)
1565* [watchbox] Fix extraction (#17107)
1566* [pbs] Fix extraction (#17109)
1567* [theplatform] Relax URL regular expression (#16181, #17097)
1568+ [viqeo] Add support for viqeo.tv (#17066)
1569
1570
54848284 1571version 2018.07.29
4eecef84
S
1572
1573Extractors
1574* [crunchyroll:playlist] Restrict URL regular expression (#17069, #17076)
1575+ [pornhub] Add support for subtitles (#16924, #17088)
1576* [ceskatelevize] Use https for API call (#16997, #16999)
1577* [dailymotion:playlist] Fix extraction (#16894)
1578* [ted] Improve extraction
1579* [ted] Fix extraction for videos without nativeDownloads (#16756, #17085)
1580* [telecinco] Fix extraction (#17080)
1581* [mitele] Reduce number of requests
1582* [rai] Return non HTTP relinker URL intact (#17055)
1583* [vk] Fix extraction for inline only videos (#16923)
1584* [streamcloud] Fix extraction (#17054)
1585* [facebook] Fix tahoe player extraction with authentication (#16655)
1586+ [puhutv] Add support for puhutv.com (#12712, #16010, #16269)
1587
1588
8e66ffc3 1589version 2018.07.21
6f27998e
S
1590
1591Core
1592+ [utils] Introduce url_or_none
1593* [utils] Allow JSONP without function name (#17028)
1594+ [extractor/common] Extract DASH and MSS formats from SMIL manifests
1595
1596Extractors
1597+ [bbc] Add support for BBC Radio Play pages (#17022)
1598* [iwara] Fix download URLs (#17026)
1599* [vrtnu] Relax title extraction and extract JSON-LD (#17018)
1600+ [viu] Pass Referer and Origin headers and area id (#16992)
1601+ [vimeo] Add another config regular expression (#17013)
1602+ [facebook] Extract view count (#16942)
1603* [dailymotion] Improve description extraction (#16984)
1604* [slutload] Fix and improve extraction (#17001)
1605* [mediaset] Fix extraction (#16977)
1606+ [theplatform] Add support for theplatform TLD customization (#16977)
1607* [imgur] Relax URL regular expression (#16987)
1608* [pornhub] Improve extraction and extract all formats (#12166, #15891, #16262,
1609 #16959)
1610
1611
40a051fa 1612version 2018.07.10
7e8e948c
S
1613
1614Core
1615* [utils] Share JSON-LD regular expression
1616* [downloader/dash] Improve error handling (#16927)
1617
1618Extractors
1619+ [nrktv] Add support for new season and serie URL schema
1620+ [nrktv] Add support for new episode URL schema (#16909)
1621+ [frontendmasters] Add support for frontendmasters.com (#3661, #16328)
1622* [funk] Fix extraction (#16918)
1623* [watchbox] Fix extraction (#16904)
1624* [dplayit] Sort formats
1625* [dplayit] Fix extraction (#16901)
1626* [youtube] Improve login error handling (#13822)
1627
1628
689af496 1629version 2018.07.04
d5de0f21
S
1630
1631Core
1632* [extractor/common] Properly escape % in MPD templates (#16867)
1633* [extractor/common] Use source URL as Referer for HTML5 entries (16849)
1634* Prefer ffmpeg over avconv by default (#8622)
1635
1636Extractors
1637* [pluralsight] Switch to graphql (#16889, #16895, #16896, #16899)
1638* [lynda] Simplify login and improve error capturing (#16891)
1639+ [go90] Add support for embed URLs (#16873)
1640* [go90] Detect geo restriction error and pass geo verification headers
1641 (#16874)
1642* [vlive] Fix live streams extraction (#16871)
1643* [npo] Fix typo (#16872)
1644+ [mediaset] Add support for new videos and extract all formats (#16568)
1645* [dctptv] Restore extraction based on REST API (#16850)
1646* [svt] Improve extraction and add support for pages (#16802)
1647* [porncom] Fix extraction (#16808)
1648
1649
1f6cc580 1650version 2018.06.25
c306f076
S
1651
1652Extractors
1653* [joj] Relax URL regular expression (#16771)
1654* [brightcove] Workaround sonyliv DRM protected videos (#16807)
1655* [motherless] Fix extraction (#16786)
1656* [itv] Make SOAP request non fatal and extract metadata from webpage (#16780)
1657- [foxnews:insider] Remove extractor (#15810)
1658+ [foxnews] Add support for iframe embeds (#15810, #16711)
1659
1660
c9b983ff 1661version 2018.06.19
e7305088
S
1662
1663Core
1664+ [extractor/common] Introduce expected_status in _download_* methods
1665 for convenient accept of HTTP requests failed with non 2xx status codes
1666+ [compat] Introduce compat_integer_types
1667
1668Extractors
1669* [peertube] Improve generic support (#16733)
1670+ [6play] Use geo verification headers
1671* [rtbf] Fix extraction for python 3.2
1672* [vgtv] Improve HLS formats extraction
1673+ [vgtv] Add support for www.aftonbladet.se/tv URLs
1674* [bbccouk] Use expected_status
1675* [markiza] Expect 500 HTTP status code
1676* [tvnow] Try all clear manifest URLs (#15361)
1677
1678
858cf4dc 1679version 2018.06.18
9e761fe6
S
1680
1681Core
1682* [downloader/rtmp] Fix downloading in verbose mode (#16736)
1683
1684Extractors
1685+ [markiza] Add support for markiza.sk (#16750)
1686* [wat] Try all supported adaptive URLs
1687+ [6play] Add support for rtlplay.be and extract hd usp formats
1688+ [rtbf] Add support for audio and live streams (#9638, #11923)
1689+ [rtbf] Extract HLS, DASH and all HTTP formats
1690+ [rtbf] Extract subtitles
1691+ [rtbf] Fixup specific HTTP URLs (#16101)
1692+ [expressen] Add support for expressen.se
1693* [vidzi] Fix extraction (#16678)
1694* [pbs] Improve extraction (#16623, #16684)
1695* [bilibili] Restrict cid regular expression (#16638, #16734)
1696
1697
c797db4a 1698version 2018.06.14
03eef0f0
S
1699
1700Core
1701* [downloader/http] Fix retry on error when streaming to stdout (#16699)
1702
1703Extractors
1704+ [discoverynetworks] Add support for disco-api videos (#16724)
1705+ [dailymotion] Add support for password protected videos (#9789)
1706+ [abc:iview] Add support for livestreams (#12354)
1707* [abc:iview] Fix extraction (#16704)
1708+ [crackle] Add support for sonycrackle.com (#16698)
1709+ [tvnet] Add support for tvnet.gov.vn (#15462)
1710* [nrk] Update API hosts and try all previously known ones (#16690)
1711* [wimp] Fix Youtube embeds extraction
1712
1713
e8c6afc1 1714version 2018.06.11
cc37cc3f
S
1715
1716Extractors
1717* [npo] Extend URL regular expression and add support for npostart.nl (#16682)
1718+ [inc] Add support for another embed schema (#16666)
1719* [tv4] Fix format extraction (#16650)
1720+ [nexx] Add support for free cdn (#16538)
1721+ [pbs] Add another cove id pattern (#15373)
1722+ [rbmaradio] Add support for 192k format (#16631)
1723
1724
94418c8e 1725version 2018.06.04
c6c478f4
S
1726
1727Extractors
1728+ [camtube] Add support for camtube.co
1729+ [twitter:card] Extract guest token (#16609)
1730+ [chaturbate] Use geo verification headers
1731+ [bbc] Add support for bbcthree (#16612)
1732* [youtube] Move metadata extraction after video availability check
1733+ [youtube] Extract track and artist
1734+ [safari] Add support for new URL schema (#16614)
1735* [adn] Fix extraction
1736
1737
19e42ead 1738version 2018.06.02
73c938e4
S
1739
1740Core
1741* [utils] Improve determine_ext
1742
1743Extractors
1744+ [facebook] Add support for tahoe player videos (#15441, #16554)
1745* [cbc] Improve extraction (#16583, #16593)
1746* [openload] Improve ext extraction (#16595)
1747+ [twitter:card] Add support for another endpoint (#16586)
1748+ [openload] Add support for oload.win and oload.download (#16592)
1749* [audimedia] Fix extraction (#15309)
1750+ [francetv] Add support for sport.francetvinfo.fr (#15645)
1751* [mlb] Improve extraction (#16587)
1752- [nhl] Remove old extractors
1753* [rbmaradio] Check formats availability (#16585)
1754
1755
e4257105 1756version 2018.05.30
bc3143ac
S
1757
1758Core
1759* [downloader/rtmp] Generalize download messages and report time elapsed
1760 on finish
1761* [downloader/rtmp] Gracefully handle live streams interrupted by user
1762
1763Extractors
1764* [teamcoco] Fix extraction for full episodes (#16573)
1765* [spiegel] Fix info extraction (#16538)
1766+ [apa] Add support for apa.at (#15041, #15672)
1767+ [bellmedia] Add support for bnnbloomberg.ca (#16560)
1768+ [9c9media] Extract MPD formats and subtitles
1769* [cammodels] Use geo verification headers
1770+ [ufctv] Add support for authentication (#16542)
1771+ [cammodels] Add support for cammodels.com (#14499)
1772* [utils] Fix style id extraction for namespaced id attribute in dfxp2srt
1773 (#16551)
1774* [soundcloud] Detect format extension (#16549)
1775* [cbc] Fix playlist title extraction (#16502)
1776+ [tumblr] Detect and report sensitive media (#13829)
1777+ [tumblr] Add support for authentication (#15133)
1778
1779
0934c9d4 1780version 2018.05.26
38e4e8ab
S
1781
1782Core
1783* [utils] Improve parse_age_limit
1784
1785Extractors
1786* [audiomack] Stringify video id (#15310)
1787* [izlesene] Fix extraction (#16233, #16271, #16407)
1788+ [indavideo] Add support for generic embeds (#11989)
1789* [indavideo] Fix extraction (#11221)
1790* [indavideo] Sign download URLs (#16174)
1791+ [peertube] Add support for PeerTube based sites (#16301, #16329)
1792* [imgur] Fix extraction (#16537)
1793+ [hidive] Add support for authentication (#16534)
1794+ [nbc] Add support for stream.nbcsports.com (#13911)
1795+ [viewlift] Add support for hoichoi.tv (#16536)
1796* [go90] Extract age limit and detect DRM protection(#10127)
1797* [viewlift] fix extraction for snagfilms.com (#15766)
1798* [globo] Improve extraction (#4189)
1799 * Add support for authentication
1800 * Simplify URL signing
1801 * Extract DASH and MSS formats
1802* [leeco] Fix extraction (#16464)
1803* [teamcoco] Add fallback for format extraction (#16484)
1804* [teamcoco] Improve URL regular expression (#16484)
1805* [imdb] Improve extraction (#4085, #14557)
1806
1807
7550ea50 1808version 2018.05.18
58197205
S
1809
1810Extractors
1811* [vimeo:likes] Relax URL regular expression and fix single page likes
1812 extraction (#16475)
1813* [pluralsight] Fix clip id extraction (#16460)
1814+ [mychannels] Add support for mychannels.com (#15334)
1815- [moniker] Remove extractor (#15336)
1816* [pbs] Fix embed data extraction (#16474)
1817+ [mtv] Add support for paramountnetwork.com and bellator.com (#15418)
1818* [youtube] Fix hd720 format position
1819* [dailymotion] Remove fragment part from m3u8 URLs (#8915)
1820* [3sat] Improve extraction (#15350)
1821 * Extract all formats
1822 * Extract more format metadata
1823 * Improve format sorting
1824 * Use hls native downloader
1825 * Detect and bypass geo-restriction
1826+ [dtube] Add support for d.tube (#15201)
1827* [options] Fix typo (#16450)
1828* [youtube] Improve format filesize extraction (#16453)
1829* [youtube] Make uploader extraction non fatal (#16444)
1830* [youtube] Fix extraction for embed restricted live streams (#16433)
1831* [nbc] Improve info extraction (#16440)
1832* [twitch:clips] Fix extraction (#16429)
1833* [redditr] Relax URL regular expression (#16426, #16427)
1834* [mixcloud] Bypass throttling for HTTP formats (#12579, #16424)
1835+ [nick] Add support for nickjr.de (#13230)
1836* [teamcoco] Fix extraction (#16374)
1837
1838
9e18bb4c 1839version 2018.05.09
44277998
S
1840
1841Core
1842* [YoutubeDL] Ensure ext exists for automatic captions
1843* Introduce --geo-bypass-ip-block
1844
1845Extractors
1846+ [udemy] Extract asset captions
1847+ [udemy] Extract stream URLs (#16372)
1848+ [businessinsider] Add support for businessinsider.com (#16387, #16388, #16389)
1849+ [cloudflarestream] Add support for cloudflarestream.com (#16375)
1850* [watchbox] Fix extraction (#16356)
1851* [discovery] Extract Affiliate/Anonymous Auth Token from cookies (#14954)
1852+ [itv:btcc] Add support for itv.com/btcc (#16139)
1853* [tunein] Use live title for live streams (#16347)
1854* [itv] Improve extraction (#16253)
1855
1856
cc429413 1857version 2018.05.01
cc5772c4
S
1858
1859Core
1860* [downloader/fragment] Restart download if .ytdl file is corrupt (#16312)
1861+ [extractor/common] Extract interaction statistic
1862+ [utils] Add merge_dicts
1863+ [extractor/common] Add _download_json_handle
1864
1865Extractors
1866* [kaltura] Improve iframe embeds detection (#16337)
1867+ [udemy] Extract outputs renditions (#16289, #16291, #16320, #16321, #16334,
1868 #16335)
1869+ [zattoo] Add support for zattoo.com and mobiltv.quickline.com (#14668, #14676)
1870* [yandexmusic] Convert release_year to int
1871* [udemy] Override _download_webpage_handle instead of _download_webpage
1872* [xiami] Override _download_webpage_handle instead of _download_webpage
1873* [yandexmusic] Override _download_webpage_handle instead of _download_webpage
1874* [youtube] Correctly disable polymer on all requests (#16323, #16326)
1875* [generic] Prefer enclosures over links in RSS feeds (#16189)
1876+ [redditr] Add support for old.reddit.com URLs (#16274)
1877* [nrktv] Update API host (#16324)
1878+ [imdb] Extract all formats (#16249)
1879+ [vimeo] Extract JSON-LD (#16295)
1880* [funk:channel] Improve extraction (#16285)
1881
1882
b5802d69 1883version 2018.04.25
e028d4f5
S
1884
1885Core
1886* [utils] Fix match_str for boolean meta fields
1887+ [Makefile] Add support for pandoc 2 and disable smart extension (#16251)
1888* [YoutubeDL] Fix typo in media extension compatibility checker (#16215)
1889
1890Extractors
1891+ [openload] Recognize IPv6 stream URLs (#16136, #16137, #16205, #16246,
1892 #16250)
1893+ [twitch] Extract is_live according to status (#16259)
1894* [pornflip] Relax URL regular expression (#16258)
1895- [etonline] Remove extractor (#16256)
1896* [breakcom] Fix extraction (#16254)
1897+ [youtube] Add ability to authenticate with cookies
1898* [youtube:feed] Implement lazy playlist extraction (#10184)
1899+ [svt] Add support for TV channel live streams (#15279, #15809)
1900* [ccma] Fix video extraction (#15931)
1901* [rentv] Fix extraction (#15227)
1902+ [nick] Add support for nickjr.nl (#16230)
1903* [extremetube] Fix metadata extraction
1904+ [keezmovies] Add support for generic embeds (#16134, #16154)
1905* [nexx] Extract new azure URLs (#16223)
1906* [cbssports] Fix extraction (#16217)
1907* [kaltura] Improve embeds detection (#16201)
1908* [instagram:user] Fix extraction (#16119)
1909* [cbs] Skip DRM asset types (#16104)
1910
1911
3c92fd1c 1912version 2018.04.16
0e6ccb39
S
1913
1914Extractors
1915* [smotri:broadcast] Fix extraction (#16180)
1916+ [picarto] Add support for picarto.tv (#6205, #12514, #15276, #15551)
1917* [vine:user] Fix extraction (#15514, #16190)
1918* [pornhub] Relax URL regular expression (#16165)
1919* [cbc:watch] Re-acquire device token when expired (#16160)
1920+ [fxnetworks] Add support for https theplatform URLs (#16125, #16157)
1921+ [instagram:user] Add request signing (#16119)
1922+ [twitch] Add support for mobile URLs (#16146)
1923
1924
f7f9757e 1925version 2018.04.09
880ed89d
S
1926
1927Core
1928* [YoutubeDL] Do not save/restore console title while simulate (#16103)
1929* [extractor/common] Relax JSON-LD context check (#16006)
1930
1931Extractors
1932+ [generic] Add support for tube8 embeds
1933+ [generic] Add support for share-videos.se embeds (#16089, #16115)
1934* [odnoklassniki] Extend URL regular expression (#16081)
1935* [steam] Bypass mature content check (#16113)
1936+ [acast] Extract more metadata
1937* [acast] Fix extraction (#16118)
1938* [instagram:user] Fix extraction (#16119)
1939* [drtuber] Fix title extraction (#16107, #16108)
1940* [liveleak] Extend URL regular expression (#16117)
1941+ [openload] Add support for oload.xyz
1942* [openload] Relax stream URL regular expression
1943* [openload] Fix extraction (#16099)
1944+ [svtplay:series] Add support for season URLs
1945+ [svtplay:series] Add support for series (#11130, #16059)
1946
1947
e8dfecb3 1948version 2018.04.03
10f9caec
S
1949
1950Extractors
1951+ [tvnow] Add support for shows (#15837)
1952* [dramafever] Fix authentication (#16067)
1953* [afreecatv] Use partial view only when necessary (#14450)
1954+ [afreecatv] Add support for authentication (#14450)
1955+ [nationalgeographic] Add support for new URL schema (#16001, #16054)
1956* [xvideos] Fix thumbnail extraction (#15978, #15979)
1957* [medialaan] Fix vod id (#16038)
1958+ [openload] Add support for oload.site (#16039)
1959* [naver] Fix extraction (#16029)
1960* [dramafever] Partially switch to API v5 (#16026)
1961* [abc:iview] Unescape title and series meta fields (#15994)
1962* [videa] Extend URL regular expression (#16003)
1963
1964
bbd9d8c1 1965version 2018.03.26.1
29d95945
S
1966
1967Core
1968+ [downloader/external] Add elapsed time to progress hook (#10876)
1969* [downloader/external,fragment] Fix download finalization when writing file
1970 to stdout (#10809, #10876, #15799)
1971
1972Extractors
1973* [vrv] Fix extraction on python2 (#15928)
1974* [afreecatv] Update referrer (#15947)
1975+ [24video] Add support for 24video.sexy (#15973)
1976* [crackle] Bypass geo restriction
1977* [crackle] Fix extraction (#15969)
1978+ [lenta] Add support for lenta.ru (#15953)
1979+ [instagram:user] Add pagination (#15934)
1980* [youku] Update ccode (#15939)
1981* [libsyn] Adapt to new page structure
1982
1983
a66d1d07 1984version 2018.03.20
c651de39
S
1985
1986Core
1987* [extractor/common] Improve thumbnail extraction for HTML5 entries
1988* Generalize XML manifest processing code and improve XSPF parsing
1989+ [extractor/common] Add _download_xml_handle
1990+ [extractor/common] Add support for relative URIs in _parse_xspf (#15794)
1991
1992Extractors
1993+ [7plus] Extract series metadata (#15862, #15906)
1994* [9now] Bypass geo restriction (#15920)
1995* [cbs] Skip unavailable assets (#13490, #13506, #15776)
1996+ [canalc2] Add support for HTML5 videos (#15916, #15919)
1997+ [ceskatelevize] Add support for iframe embeds (#15918)
1998+ [prosiebensat1] Add support for galileo.tv (#15894)
1999+ [generic] Add support for xfileshare embeds (#15879)
2000* [bilibili] Switch to v2 playurl API
2001* [bilibili] Fix and improve extraction (#15048, #15430, #15622, #15863)
2002* [heise] Improve extraction (#15496, #15784, #15026)
2003* [instagram] Fix user videos extraction (#15858)
2004
2005
46c6742d 2006version 2018.03.14
08250b69
CHY
2007
2008Extractors
c95dfb05 2009* [soundcloud] Update client id (#15866)
e6e68069 2010+ [tennistv] Add support for tennistv.com
c95dfb05
S
2011+ [line] Add support for tv.line.me (#9427)
2012* [xnxx] Fix extraction (#15817)
2013* [njpwworld] Fix authentication (#15815)
2014
08250b69 2015
3a0ceb32 2016version 2018.03.10
7dee4171
S
2017
2018Core
2019* [downloader/hls] Skip uplynk ad fragments (#15748)
2020
2021Extractors
2022* [pornhub] Don't override session cookies (#15697)
2023+ [raywenderlich] Add support for videos.raywenderlich.com (#15251)
2024* [funk] Fix extraction and rework extractors (#15792)
2025* [nexx] Restore reverse engineered approach
2026+ [heise] Add support for kaltura embeds (#14961, #15728)
2027+ [tvnow] Extract series metadata (#15774)
2028* [ruutu] Continue formats extraction on NOT-USED URLs (#15775)
2029* [vrtnu] Use redirect URL for building video JSON URL (#15767, #15769)
2030* [vimeo] Modernize login code and improve error messaging
2031* [archiveorg] Fix extraction (#15770, #15772)
2032+ [hidive] Add support for hidive.com (#15494)
2033* [afreecatv] Detect deleted videos
2034* [afreecatv] Fix extraction (#15755)
2035* [vice] Fix extraction and rework extractors (#11101, #13019, #13622, #13778)
2036+ [vidzi] Add support for vidzi.si (#15751)
2037* [npo] Fix typo
2038
2039
05a7ffb1 2040version 2018.03.03
28f21c95
S
2041
2042Core
2043+ [utils] Add parse_resolution
2044Revert respect --prefer-insecure while updating
2045
2046Extractors
2047+ [yapfiles] Add support for yapfiles.ru (#15726, #11085)
2048* [spankbang] Fix formats extraction (#15727)
2049* [adn] Fix extraction (#15716)
2050+ [toggle] Extract DASH and ISM formats (#15721)
2051+ [nickelodeon] Add support for nickelodeon.com.tr (#15706)
2052* [npo] Validate and filter format URLs (#15709)
2053
2054
6ab35f5e 2055version 2018.02.26
32ae3184
S
2056
2057Extractors
2058* [udemy] Use custom User-Agent (#15571)
2059
2060
eaa31726 2061version 2018.02.25
797c9284
S
2062
2063Core
2064* [postprocessor/embedthumbnail] Skip embedding when there aren't any
2065 thumbnails (#12573)
2066* [extractor/common] Improve jwplayer subtitles extraction (#15695)
2067
2068Extractors
2069+ [vidlii] Add support for vidlii.com (#14472, #14512, #14779)
2070+ [streamango] Capture and output error messages
2071* [streamango] Fix extraction (#14160, #14256)
2072+ [telequebec] Add support for emissions (#14649, #14655)
2073+ [telequebec:live] Add support for live streams (#15688)
2074+ [mailru:music] Add support for mail.ru/music (#15618)
2075* [aenetworks] Switch to akamai HLS formats (#15612)
2076* [ytsearch] Fix flat title extraction (#11260, #15681)
2077
2078
3d977fe4 2079version 2018.02.22
f0758387
S
2080
2081Core
2082+ [utils] Fixup some common URL typos in sanitize_url (#15649)
2083* Respect --prefer-insecure while updating (#15497)
2084
2085Extractors
2086* [vidio] Fix HLS URL extraction (#15675)
2087+ [nexx] Add support for arc.nexx.cloud URLs
2088* [nexx] Switch to arc API (#15652)
2089* [redtube] Fix duration extraction (#15659)
2090+ [sonyliv] Respect referrer (#15648)
2091+ [brightcove:new] Use referrer for formats' HTTP headers
2092+ [cbc] Add support for olympics.cbc.ca (#15535)
2093+ [fusion] Add support for fusion.tv (#15628)
2094* [npo] Improve quality metadata extraction
2095* [npo] Relax URL regular expression (#14987, #14994)
2096+ [npo] Capture and output error message
2097+ [pornhub] Add support for channels (#15613)
2098* [youtube] Handle shared URLs with generic extractor (#14303)
2099
2100
59b5e7b2 2101version 2018.02.11
b9683400
S
2102
2103Core
2104+ [YoutubeDL] Add support for filesize_approx in format selector (#15550)
2105
2106Extractors
2107+ [francetv] Add support for live streams (#13689)
2108+ [francetv] Add support for zouzous.fr and ludo.fr (#10454, #13087, #13103,
2109 #15012)
2110* [francetv] Separate main extractor and rework others to delegate to it
2111* [francetv] Improve manifest URL signing (#15536)
2112+ [francetv] Sign m3u8 manifest URLs (#15565)
2113+ [veoh] Add support for embed URLs (#15561)
2114* [afreecatv] Fix extraction (#15556)
2115* [periscope] Use accessVideoPublic endpoint (#15554)
2116* [discovery] Fix auth request (#15542)
2117+ [6play] Extract subtitles (#15541)
2118* [newgrounds] Fix metadata extraction (#15531)
2119+ [nbc] Add support for stream.nbcolympics.com (#10295)
2120* [dvtv] Fix live streams extraction (#15442)
2121
2122
c2b3bd04 2123version 2018.02.08
728cee53
S
2124
2125Extractors
2126+ [myvi] Extend URL regular expression
2127+ [myvi:embed] Add support for myvi.tv embeds (#15521)
2128+ [prosiebensat1] Extend URL regular expression (#15520)
2129* [pokemon] Relax URL regular expression and extend title extraction (#15518)
2130+ [gameinformer] Use geo verification headers
2131* [la7] Fix extraction (#15501, #15502)
2132* [gameinformer] Fix brightcove id extraction (#15416)
2133+ [afreecatv] Pass referrer to video info request (#15507)
2134+ [telebruxelles] Add support for live streams
2135* [telebruxelles] Relax URL regular expression
2136* [telebruxelles] Fix extraction (#15504)
2137* [extractor/common] Respect secure schemes in _extract_wowza_formats
2138
2139
b9b150de 2140version 2018.02.04
d20225f3
S
2141
2142Core
2143* [downloader/http] Randomize HTTP chunk size
2144+ [downloader/http] Add ability to pass downloader options via info dict
2145* [downloader/http] Fix 302 infinite loops by not reusing requests
2146+ Document http_chunk_size
2147
2148Extractors
2149+ [brightcove] Pass embed page URL as referrer (#15486)
2150+ [youtube] Enforce using chunked HTTP downloading for DASH formats
2151
2152
db157d2a 2153version 2018.02.03
a3e8146e
S
2154
2155Core
2156+ Introduce --http-chunk-size for chunk-based HTTP downloading
2157+ Add support for IronPython
2158* [downloader/ism] Fix Python 3.2 support
2159
2160Extractors
2161* [redbulltv] Fix extraction (#15481)
2162* [redtube] Fix metadata extraction (#15472)
2163* [pladform] Respect platform id and extract HLS formats (#15468)
2164- [rtlnl] Remove progressive formats (#15459)
2165* [6play] Do no modify asset URLs with a token (#15248)
2166* [nationalgeographic] Relax URL regular expression
2167* [dplay] Relax URL regular expression (#15458)
2168* [cbsinteractive] Fix data extraction (#15451)
2169+ [amcnetworks] Add support for sundancetv.com (#9260)
2170
2171
eee1692f 2172version 2018.01.27
bbb7c3f7 2173
07e56e6d
S
2174Core
2175* [extractor/common] Improve _json_ld for articles
2176* Switch codebase to use compat_b64decode
2177+ [compat] Add compat_b64decode
bbb7c3f7 2178
07e56e6d
S
2179Extractors
2180+ [seznamzpravy] Add support for seznam.cz and seznamzpravy.cz (#14102, #14616)
2181* [dplay] Bypass geo restriction
2182+ [dplay] Add support for disco-api videos (#15396)
bbb7c3f7 2183* [youtube] Extract precise error messages (#15284)
07e56e6d
S
2184* [teachertube] Capture and output error message
2185* [teachertube] Fix and relax thumbnail extraction (#15403)
2186+ [prosiebensat1] Add another clip id regular expression (#15378)
2187* [tbs] Update tokenizer url (#15395)
2188* [mixcloud] Use compat_b64decode (#15394)
2189- [thesixtyone] Remove extractor (#15341)
bbb7c3f7
YCH
2190
2191
6e5eacb7 2192version 2018.01.21
d7da6db4
S
2193
2194Core
2195* [extractor/common] Improve jwplayer DASH formats extraction (#9242, #15187)
2196* [utils] Improve scientific notation handling in js_to_json (#14789)
2197
2198Extractors
2199+ [southparkdk] Add support for southparkstudios.nu
2200+ [southpark] Add support for collections (#14803)
2201* [franceinter] Fix upload date extraction (#14996)
2202+ [rtvs] Add support for rtvs.sk (#9242, #15187)
2203* [restudy] Fix extraction and extend URL regular expression (#15347)
2204* [youtube:live] Improve live detection (#15365)
2205+ [springboardplatform] Add support for springboardplatform.com
2206* [prosiebensat1] Add another clip id regular expression (#15290)
2207- [ringtv] Remove extractor (#15345)
2208
2209
e2fc6df1 2210version 2018.01.18
68da3d03
S
2211
2212Extractors
2213* [soundcloud] Update client id (#15306)
2214- [kamcord] Remove extractor (#15322)
2215+ [spiegel] Add support for nexx videos (#15285)
2216* [twitch] Fix authentication and error capture (#14090, #15264)
2217* [vk] Detect more errors due to copyright complaints (#15259)
2218
2219
e11ccd76 2220version 2018.01.14
7643916a
CHY
2221
2222Extractors
dd896a6a
S
2223* [youtube] Fix live streams extraction (#15202)
2224* [wdr] Bypass geo restriction
2225* [wdr] Rework extractors (#14598)
2226+ [wdr] Add support for wdrmaus.de/elefantenseite (#14598)
2227+ [gamestar] Add support for gamepro.de (#3384)
2228* [viafree] Skip rtmp formats (#15232)
2229+ [pandoratv] Add support for mobile URLs (#12441)
2230+ [pandoratv] Add support for new URL format (#15131)
2231+ [ximalaya] Add support for ximalaya.com (#14687)
2232+ [digg] Add support for digg.com (#15214)
2233* [limelight] Tolerate empty pc formats (#15150, #15151, #15207)
2234* [ndr:embed:base] Make separate formats extraction non fatal (#15203)
0f71de07 2235+ [weibo] Add extractor (#15079)
dd896a6a
S
2236+ [ok] Add support for live streams
2237* [canalplus] Fix extraction (#15072)
2238* [bilibili] Fix extraction (#15188)
7643916a
CHY
2239
2240
950b5f29 2241version 2018.01.07
9650c3e9 2242
8faa9576
S
2243Core
2244* [utils] Fix youtube-dl under PyPy3 on Windows
2245* [YoutubeDL] Output python implementation in debug header
2246
9650c3e9 2247Extractors
8faa9576
S
2248+ [jwplatform] Add support for multiple embeds (#15192)
2249* [mitele] Fix extraction (#15186)
2250+ [motherless] Add support for groups (#15124)
2251* [lynda] Relax URL regular expression (#15185)
2252* [soundcloud] Fallback to avatar picture for thumbnail (#12878)
c2f18e1c 2253* [youku] Fix list extraction (#15135)
de329f64 2254* [openload] Fix extraction (#15166)
8faa9576
S
2255* [lynda] Skip invalid subtitles (#15159)
2256* [twitch] Pass video id to url_result when extracting playlist (#15139)
9650c3e9 2257* [rtve.es:alacarta] Fix extraction of some new URLs
8faa9576 2258* [acast] Fix extraction (#15147)
9650c3e9
JMF
2259
2260
04cf1a19 2261version 2017.12.31
620ee871 2262
c95c08a8
S
2263Core
2264+ [extractor/common] Add container meta field for formats extracted
2265 in _parse_mpd_formats (#13616)
2266+ [downloader/hls] Use HTTP headers for key request
2267* [common] Use AACL as the default fourcc when AudioTag is 255
2268* [extractor/common] Fix extraction of DASH formats with the same
2269 representation id (#15111)
2270
620ee871 2271Extractors
c95c08a8
S
2272+ [slutload] Add support for mobile URLs (#14806)
2273* [abc:iview] Bypass geo restriction
2274* [abc:iview] Fix extraction (#14711, #14782, #14838, #14917, #14963, #14985,
2275 #15035, #15057, #15061, #15071, #15095, #15106)
620ee871 2276* [openload] Fix extraction (#15118)
c95c08a8
S
2277- [sandia] Remove extractor
2278- [collegerama] Remove extractor
2279+ [mediasite] Add support for sites based on Mediasite Video Platform (#5428,
2280 #11185, #14343)
2281+ [ufctv] Add support for ufc.tv (#14520)
2282* [pluralsight] Fix missing first line of subtitles (#11118)
2283* [openload] Fallback on f-page extraction (#14665, #14879)
2284* [vimeo] Improve password protected videos extraction (#15114)
2285* [aws] Fix canonical/signed headers generation on python 2 (#15102)
620ee871
YCH
2286
2287
a491fd0c 2288version 2017.12.28
11656169
YCH
2289
2290Extractors
99277daa
S
2291+ [internazionale] Add support for internazionale.it (#14973)
2292* [playtvak] Relax video regular expression and make description optional
2293 (#15037)
2294+ [filmweb] Add support for filmweb.no (#8773, #10368)
2295+ [23video] Add support for 23video.com
2296+ [espn] Add support for fivethirtyeight.com (#6864)
2297+ [umg:de] Add support for universal-music.de (#11582, #11584)
2298+ [espn] Add support for espnfc and extract more formats (#8053)
173558ce 2299* [youku] Update ccode (#14880)
99277daa 2300+ [openload] Add support for oload.stream (#15070)
173558ce 2301* [youku] Fix list extraction (#15065)
11656169
YCH
2302
2303
307a7588 2304version 2017.12.23
f5a63211
S
2305
2306Core
2307* [extractor/common] Move X-Forwarded-For setup code into _request_webpage
2308+ [YoutubeDL] Add support for playlist_uploader and playlist_uploader_id in
2309 output template (#11427, #15018)
2310+ [extractor/common] Introduce uploader, uploader_id and uploader_url
2311 meta fields for playlists (#11427, #15018)
2312* [downloader/fragment] Encode filename of fragment being removed (#15020)
2313+ [utils] Add another date format pattern (#14999)
2314
2315Extractors
2316+ [kaltura] Add another embed pattern for entry_id
2317+ [7plus] Add support for 7plus.com.au (#15043)
2318* [animeondemand] Relax login error regular expression
2319+ [shahid] Add support for show pages (#7401)
2320+ [youtube] Extract uploader, uploader_id and uploader_url for playlists
2321 (#11427, #15018)
2322* [afreecatv] Improve format extraction (#15019)
2323+ [cspan] Add support for audio only pages and catch page errors (#14995)
2324+ [mailru] Add support for embed URLs (#14904)
2325* [crunchyroll] Future-proof XML element checks (#15013)
2326* [cbslocal] Fix timestamp extraction (#14999, #15000)
2327* [discoverygo] Correct TTML subtitle extension
2328* [vk] Make view count optional (#14979)
2329* [disney] Skip Apple FairPlay formats (#14982)
2330* [voot] Fix format extraction (#14758)
2331
2332
8ff2b164 2333version 2017.12.14
c6a5a811
S
2334
2335Core
2336* [postprocessor/xattr] Clarify NO_SPACE message (#14970)
2337* [downloader/http] Return actual download result from real_download (#14971)
2338
2339Extractors
2340+ [itv] Extract more subtitles and duration
2341* [itv] Improve extraction (#14944)
2342+ [byutv] Add support for geo restricted videos
2343* [byutv] Fix extraction (#14966, #14967)
2344+ [bbccouk] Fix extraction for 320k HLS streams
2345+ [toutv] Add support for special video URLs (#14179)
2346* [discovery] Fix free videos extraction (#14157, #14954)
2347* [tvnow] Fix extraction (#7831)
2348+ [nickelodeon:br] Add support for nickelodeon brazil websites (#14893)
2349* [nick] Improve extraction (#14876)
2350* [tbs] Fix extraction (#13658)
2351
2352
1fa0dce2 2353version 2017.12.10
fa1dd6d2
S
2354
2355Core
2356+ [utils] Add sami mimetype to mimetype2ext
2357
2358Extractors
2359* [culturebox] Improve video id extraction (#14947)
2360* [twitter] Improve extraction (#14197)
2361+ [udemy] Extract more HLS formats
2362* [udemy] Improve course id extraction (#14938)
2363+ [stretchinternet] Add support for portal.stretchinternet.com (#14576)
2364* [ellentube] Fix extraction (#14407, #14570)
2365+ [raiplay:playlist] Add support for playlists (#14563)
2366* [sonyliv] Bypass geo restriction
2367* [sonyliv] Extract higher quality formats (#14922)
2368* [fox] Extract subtitles
2369+ [fox] Add support for Adobe Pass authentication (#14205, #14489)
2370- [dailymotion:cloud] Remove extractor (#6794)
2371* [xhamster] Fix thumbnail extraction (#14780)
2372+ [xhamster] Add support for mobile URLs (#14780)
2373* [generic] Don't pass video id as mpd id while extracting DASH (#14902)
2374* [ard] Skip invalid stream URLs (#14906)
2375* [porncom] Fix metadata extraction (#14911)
2376* [pluralsight] Detect agreement request (#14913)
2377* [toutv] Fix login (#14614)
2378
2379
0d56eddc 2380version 2017.12.02
e25ee726
S
2381
2382Core
2383+ [downloader/fragment] Commit part file after each fragment
2384+ [extractor/common] Add durations for DASH fragments with bare SegmentURLs
2385+ [extractor/common] Add support for DASH manifests with SegmentLists with
2386 bare SegmentURLs (#14844)
2387+ [utils] Add hvc1 codec code to parse_codecs
2388
2389Extractors
2390* [xhamster] Fix extraction (#14884)
2391* [youku] Update ccode (#14872)
2392* [mnet] Fix format extraction (#14883)
2393+ [xiami] Add Referer header to API request
2394* [mtv] Correct scc extention in extracted subtitles (#13730)
2395* [vvvvid] Fix extraction for kenc videos (#13406)
2396+ [br] Add support for BR Mediathek videos (#14560, #14788)
2397+ [daisuki] Add support for motto.daisuki.com (#14681)
2398* [odnoklassniki] Fix API metadata request (#14862)
2399* [itv] Fix HLS formats extraction
2400+ [pbs] Add another media id regular expression
2401
2402
5ddeb770 2403version 2017.11.26
8f639411 2404
6c07f0b2
S
2405Core
2406* [extractor/common] Use final URL when dumping request (#14769)
2407
8f639411 2408Extractors
6c07f0b2
S
2409* [fczenit] Fix extraction
2410- [firstpost] Remove extractor
2411* [freespeech] Fix extraction
2412* [nexx] Extract more formats
2413+ [openload] Add support for openload.link (#14763)
2414* [empflix] Relax URL regular expression
2415* [empflix] Fix extractrion
2416* [tnaflix] Don't modify download URLs (#14811)
2417- [gamersyde] Remove extractor
2418* [francetv:generationwhat] Fix extraction
2419+ [massengeschmacktv] Add support for Massengeschmack TV
2420* [fox9] Fix extraction
2421* [faz] Fix extraction and add support for Perform Group embeds (#14714)
2422+ [performgroup] Add support for performgroup.com
2423+ [jwplatform] Add support for iframes (#14828)
2424* [culturebox] Fix extraction (#14827)
8f639411 2425* [youku] Fix extraction; update ccode (#14815)
6c07f0b2
S
2426* [livestream] Make SMIL extraction non fatal (#14792)
2427+ [drtuber] Add support for mobile URLs (#14772)
2428+ [spankbang] Add support for mobile URLs (#14771)
2429* [instagram] Fix description, timestamp and counters extraction (#14755)
2430
8f639411 2431
08e45b39 2432version 2017.11.15
a9543e37 2433
fae0eb42
S
2434Core
2435* [common] Skip Apple FairPlay m3u8 manifests (#14741)
2436* [YoutubeDL] Fix playlist range optimization for --playlist-items (#14740)
2437
a9543e37 2438Extractors
fae0eb42
S
2439* [vshare] Capture and output error message
2440* [vshare] Fix extraction (#14473)
2441* [crunchyroll] Extract old RTMP formats
2442* [tva] Fix extraction (#14736)
2443* [gamespot] Lower preference of HTTP formats (#14652)
2444* [instagram:user] Fix extraction (#14699)
2445* [ccma] Fix typo (#14730)
2446- Remove sensitive data from logging in messages
2447* [instagram:user] Fix extraction (#14699)
2448+ [gamespot] Add support for article URLs (#14652)
2449* [gamespot] Skip Brightcove Once HTTP formats (#14652)
2450* [cartoonnetwork] Update tokenizer_src (#14666)
a9543e37 2451+ [wsj] Recognize another URL pattern (#14704)
fae0eb42
S
2452* [pandatv] Update API URL and sign format URLs (#14693)
2453* [crunchyroll] Use old login method (#11572)
a9543e37
YCH
2454
2455
f34b841b 2456version 2017.11.06
e0998333
S
2457
2458Core
2459+ [extractor/common] Add protocol for f4m formats
2460* [f4m] Prefer baseURL for relative URLs (#14660)
2461* [extractor/common] Respect URL query in _extract_wowza_formats (14645)
2462
2463Extractors
2464+ [hotstar:playlist] Add support for playlists (#12465)
2465* [hotstar] Bypass geo restriction (#14672)
2466- [22tracks] Remove extractor (#11024, #14628)
2467+ [skysport] Sdd support ooyala videos protected with embed_token (#14641)
2468* [gamespot] Extract formats referenced with new data fields (#14652)
2469* [spankbang] Detect unavailable videos (#14644)
2470
2471
6d0630d8 2472version 2017.10.29
518d357b
S
2473
2474Core
2475* [extractor/common] Prefix format id for audio only HLS formats
2476+ [utils] Add support for zero years and months in parse_duration
2477
2478Extractors
2479* [egghead] Fix extraction (#14388)
2480+ [fxnetworks] Extract series metadata (#14603)
2481+ [younow] Add support for younow.com (#9255, #9432, #12436)
2482* [dctptv] Fix extraction (#14599)
f5a63211
S
2483* [youtube] Restrict embed regular expression (#14600)
2484* [vimeo] Restrict iframe embed regular expression (#14600)
518d357b
S
2485* [soundgasm] Improve extraction (#14588)
2486- [myvideo] Remove extractor (#8557)
2487+ [nbc] Add support for classic-tv videos (#14575)
2488+ [vrtnu] Add support for cookies authentication and simplify (#11873)
2489+ [canvas] Add support for vrt.be/vrtnu (#11873)
2490* [twitch:clips] Fix title extraction (#14566)
2491+ [ndtv] Add support for sub-sites (#14534)
2492* [dramafever] Fix login error message extraction
2493+ [nick] Add support for more nickelodeon sites (no, dk, se, ch, fr, es, pt,
2494 ro, hu) (#14553)
2495
2496
fa3f0fd8 2497version 2017.10.20
c9dcd4b0
S
2498
2499Core
2500* [downloader/fragment] Report warning instead of error on inconsistent
2501 download state
2502* [downloader/hls] Fix total fragments count when ad fragments exist
2503
2504Extractors
2505* [parliamentliveuk] Fix extraction (#14524)
2506* [soundcloud] Update client id (#14546)
2507+ [servus] Add support for servus.com (#14362)
2508+ [unity] Add support for unity3d.com (#14528)
2509* [youtube] Replace youtube redirect URLs in description (#14517)
2510* [pbs] Restrict direct video URL regular expression (#14519)
2511* [drtv] Respect preference for direct HTTP formats (#14509)
2512+ [eporner] Add support for embed URLs (#14507)
2513* [arte] Capture and output error message
2514* [niconico] Improve uploader metadata extraction robustness (#14135)
2515
2516
7e721e35 2517version 2017.10.15.1
bd7e1406
S
2518
2519Core
2520* [downloader/hls] Ignore anvato ad fragments (#14496)
2521* [downloader/fragment] Output ad fragment count
2522
2523Extractors
2524* [scrippsnetworks:watch] Bypass geo restriction
2525+ [anvato] Add ability to bypass geo restriction
2526* [redditr] Fix extraction for URLs with query (#14495)
2527
2528
71553408 2529version 2017.10.15
645ed3e7 2530
ee88c1cb
S
2531Core
2532+ [common] Add support for jwplayer youtube embeds
2533
645ed3e7 2534Extractors
ee88c1cb
S
2535* [scrippsnetworks:watch] Fix extraction (#14389)
2536* [anvato] Process master m3u8 manifests
2537* [youtube] Fix relative URLs in description
2538* [spike] Bypass geo restriction
2539+ [howstuffworks] Add support for more domains
2540* [infoq] Fix http format downloading
2541+ [rtlnl] Add support for another type of embeds
2542+ [onionstudios] Add support for bulbs-video embeds
2543* [udn] Fix extraction
2544* [shahid] Fix extraction (#14448)
645ed3e7 2545* [kaltura] Ignore Widevine encrypted video (.wvm) (#14471)
ee88c1cb
S
2546* [vh1] Fix extraction (#9613)
2547
645ed3e7 2548
76581082 2549version 2017.10.12
01c742ec 2550
2f0eb0a6
S
2551Core
2552* [YoutubeDL] Improve _default_format_spec (#14461)
2553
01c742ec 2554Extractors
2f0eb0a6
S
2555* [steam] Fix extraction (#14067)
2556+ [funk] Add support for funk.net (#14464)
2557+ [nexx] Add support for shortcuts and relax domain id extraction
2558+ [voxmedia] Add support for recode.net (#14173)
2559+ [once] Add support for vmap URLs
2560+ [generic] Add support for channel9 embeds (#14469)
2561* [tva] Fix extraction (#14328)
2562+ [tubitv] Add support for new URL format (#14460)
2563- [afreecatv:global] Remove extractor
dfc80bdd 2564- [youtube:shared] Removed extractor (#14420)
2f0eb0a6 2565+ [slideslive] Add support for slideslive.com (#2680)
01c742ec 2566+ [facebook] Support thumbnails (#14416)
2f0eb0a6
S
2567* [vvvvid] Fix episode number extraction (#14456)
2568* [hrti:playlist] Relax URL regular expression
2569* [wdr] Relax media link regular expression (#14447)
2570* [hrti] Relax URL regular expression (#14443)
2571* [fox] Delegate extraction to uplynk:preplay (#14147)
2572+ [youtube] Add support for hooktube.com (#14437)
01c742ec
YCH
2573
2574
8e751a18 2575version 2017.10.07
3fc8f5b7
S
2576
2577Core
2578* [YoutubeDL] Ignore duplicates in --playlist-items
2579* [YoutubeDL] Fix out of range --playlist-items for iterable playlists and
2580 reduce code duplication (#14425)
2581+ [utils] Use cache in OnDemandPagedList by default
2582* [postprocessor/ffmpeg] Convert to opus using libopus (#14381)
2583
2584Extractors
2585* [reddit] Sort formats (#14430)
2586* [lnkgo] Relax URL regular expression (#14423)
2587* [pornflip] Extend URL regular expression (#14405, #14406)
2588+ [xtube] Add support for embed URLs (#14417)
2589+ [xvideos] Add support for embed URLs and improve extraction (#14409)
2590* [beeg] Fix extraction (#14403)
2591* [tvn24] Relax URL regular expression (#14395)
2592* [nbc] Fix extraction (#13651, #13715, #14137, #14198, #14312, #14314, #14378,
2593 #14392, #14414, #14419, #14431)
2594+ [ketnet] Add support for videos without direct sources (#14377)
2595* [canvas] Generalize mediazone.vrt.be extractor and rework canvas and een
2596+ [afreecatv] Add support for adult videos (#14376)
2597
2598
fcdd37d0 2599version 2017.10.01
1dd12618
S
2600
2601Core
2602* [YoutubeDL] Document youtube_include_dash_manifest
2603
2604Extractors
2605+ [tvp] Add support for new URL schema (#14368)
2606+ [generic] Add support for single format Video.js embeds (#14371)
2607* [yahoo] Bypass geo restriction for brightcove (#14210)
2608* [yahoo] Use extracted brightcove account id (#14210)
2609* [rtve:alacarta] Fix extraction (#14290)
2610+ [yahoo] Add support for custom brigthcove embeds (#14210)
2611+ [generic] Add support for Video.js embeds
2612+ [gfycat] Add support for /gifs/detail URLs (#14322)
2613* [generic] Fix infinite recursion for twitter:player URLs (#14339)
2614* [xhamsterembed] Fix extraction (#14308)
2615
2616
9fc41bcb 2617version 2017.09.24
3869028f
YCH
2618
2619Core
8c289530 2620+ [options] Accept lrc as a subtitle conversion target format (#14292)
3869028f
YCH
2621* [utils] Fix handling raw TTML subtitles (#14191)
2622
10cab661
S
2623Extractors
2624* [24video] Fix timestamp extraction and make non fatal (#14295)
2625+ [24video] Add support for 24video.adult (#14295)
2626+ [kakao] Add support for tv.kakao.com (#12298, #14007)
2627+ [twitter] Add support for URLs without user id (#14270)
2628+ [americastestkitchen] Add support for americastestkitchen.com (#10764,
2629 #13996)
2630* [generic] Fix support for multiple HTML5 videos on one page (#14080)
2631* [mixcloud] Fix extraction (#14088, #14132)
2632+ [lynda] Add support for educourse.ga (#14286)
2633* [beeg] Fix extraction (#14275)
2634* [nbcsports:vplayer] Correct theplatform URL (#13873)
2635* [twitter] Fix duration extraction (#14141)
2636* [tvplay] Bypass geo restriction
2637+ [heise] Add support for YouTube embeds (#14109)
2638+ [popcorntv] Add support for popcorntv.it (#5914, #14211)
2639* [viki] Update app data (#14181)
2640* [morningstar] Relax URL regular expression (#14222)
2641* [openload] Fix extraction (#14225, #14257)
2642* [noovo] Fix extraction (#14214)
2643* [dailymotion:playlist] Relax URL regular expression (#14219)
2644+ [twitch] Add support for go.twitch.tv URLs (#14215)
2645* [vgtv] Relax URL regular expression (#14223)
2646
3869028f 2647
159d304a 2648version 2017.09.15
86e55e31
S
2649
2650Core
2651* [downloader/fragment] Restart inconsistent incomplete fragment downloads
2652 (#13731)
2653* [YoutubeDL] Download raw subtitles files (#12909, #14191)
2654
2655Extractors
2656* [condenast] Fix extraction (#14196, #14207)
2657+ [orf] Add support for f4m stories
2658* [tv4] Relax URL regular expression (#14206)
2659* [animeondemand] Bypass geo restriction
2660+ [animeondemand] Add support for flash videos (#9944)
2661
2662
7dacceae 2663version 2017.09.11
43df248f
S
2664
2665Extractors
2666* [rutube:playlist] Fix suitable (#14166)
2667
2668
806498cf 2669version 2017.09.10
b98339b5
S
2670
2671Core
2672+ [utils] Introduce bool_or_none
2673* [YoutubeDL] Ensure dir existence for each requested format (#14116)
2674
2675Extractors
2676* [fox] Fix extraction (#14147)
2677* [rutube] Use bool_or_none
2678* [rutube] Rework and generalize playlist extractors (#13565)
2679+ [rutube:playlist] Add support for playlists (#13534, #13565)
2680+ [radiocanada] Add fallback for title extraction (#14145)
2681* [vk] Use dedicated YouTube embeds extraction routine
2682* [vice] Use dedicated YouTube embeds extraction routine
2683* [cracked] Use dedicated YouTube embeds extraction routine
2684* [chilloutzone] Use dedicated YouTube embeds extraction routine
2685* [abcnews] Use dedicated YouTube embeds extraction routine
2686* [youtube] Separate methods for embeds extraction
2687* [redtube] Fix formats extraction (#14122)
2688* [arte] Relax unavailability check (#14112)
2689+ [manyvids] Add support for preview videos from manyvids.com (#14053, #14059)
2690* [vidme:user] Relax URL regular expression (#14054)
2691* [bpb] Fix extraction (#14043, #14086)
2692* [soundcloud] Fix download URL with private tracks (#14093)
2693* [aliexpress:live] Add support for live.aliexpress.com (#13698, #13707)
2694* [viidea] Capture and output lecture error message (#14099)
2695* [radiocanada] Skip unsupported platforms (#14100)
2696
2697
a2022b0c 2698version 2017.09.02
8681ed7f
S
2699
2700Extractors
2701* [youtube] Force old layout for each webpage (#14068, #14072, #14074, #14076,
2702 #14077, #14079, #14082, #14083, #14094, #14095, #14096)
2703* [youtube] Fix upload date extraction (#14065)
2704+ [charlierose] Add support for episodes (#14062)
2705+ [bbccouk] Add support for w-prefixed ids (#14056)
2706* [googledrive] Extend URL regular expression (#9785)
2707+ [googledrive] Add support for source format (#14046)
2708* [pornhd] Fix extraction (#14005)
2709
2710
2cfa7cbd 2711version 2017.08.27.1
cc0412ef
S
2712
2713Extractors
2714
2715* [youtube] Fix extraction with --youtube-skip-dash-manifest enabled (#14037)
2716
2717
f031b760 2718version 2017.08.27
62c06c59
S
2719
2720Core
2721+ [extractor/common] Extract height and format id for HTML5 videos (#14034)
2722* [downloader/http] Rework HTTP downloader (#506, #809, #2849, #4240, #6023,
2723 #8625, #9483)
2724 * Simplify code and split into separate routines to facilitate maintaining
2725 * Make retry mechanism work on errors during actual download not only
2726 during connection establishment phase
2727 * Retry on ECONNRESET and ETIMEDOUT during reading data from network
2728 * Retry on content too short
2729 * Show error description on retry
2730
2731Extractors
2732* [generic] Lower preference for extraction from LD-JSON
2733* [rai] Fix audio formats extraction (#14024)
2734* [youtube] Fix controversy videos extraction (#14027, #14029)
2735* [mixcloud] Fix extraction (#14015, #14020)
2736
2737
df235dbb 2738version 2017.08.23
95f3f7c2
YCH
2739
2740Core
c4bdc681
S
2741+ [extractor/common] Introduce _parse_xml
2742* [extractor/common] Make HLS and DASH extraction in_parse_html5_media_entries
2743 non fatal (#13970)
95f3f7c2
YCH
2744* [utils] Fix unescapeHTML for misformed string like "&a&quot;" (#13935)
2745
09747ba7 2746Extractors
c4bdc681
S
2747* [cbc:watch] Bypass geo restriction (#13993)
2748* [toutv] Relax DRM check (#13994)
2749+ [googledrive] Add support for subtitles (#13619, #13638)
2750* [pornhub] Relax uploader regular expression (#13906, #13975)
2751* [bandcamp:album] Extract track titles (#13962)
2752+ [bbccouk] Add support for events URLs (#13893)
381ad4f3 2753+ [liveleak] Support multi-video pages (#6542)
09747ba7 2754+ [liveleak] Support another liveleak embedding pattern (#13336)
e2481b9b 2755* [cda] Fix extraction (#13935)
c4bdc681
S
2756+ [laola1tv] Add support for tv.ittf.com (#13965)
2757* [mixcloud] Fix extraction (#13958, #13974, #13980, #14003)
09747ba7 2758
95f3f7c2 2759
ea004d34 2760version 2017.08.18
12f53045 2761
2738965d
S
2762Core
2763* [YoutubeDL] Sanitize byte string format URLs (#13951)
2764+ [extractor/common] Add support for float durations in _parse_mpd_formats
2765 (#13919)
2766
12f53045 2767Extractors
2738965d
S
2768* [arte] Detect unavailable videos (#13945)
2769* [generic] Convert redirect URLs to unicode strings (#13951)
2770* [udemy] Fix paid course detection (#13943)
2771* [pluralsight] Use RPC API for course extraction (#13937)
7ddab774 2772+ [clippit] Add support for clippituser.tv
12f53045 2773+ [qqmusic] Support new URL schemes (#13805)
2738965d
S
2774* [periscope] Renew HLS extraction (#13917)
2775* [mixcloud] Extract decrypt key
12f53045
YCH
2776
2777
16393d65 2778version 2017.08.13
4f049e4a
S
2779
2780Core
2781* [YoutubeDL] Make sure format id is not empty
2782* [extractor/common] Make _family_friendly_search optional
2783* [extractor/common] Respect source's type attribute for HTML5 media (#13892)
2784
2785Extractors
2786* [pornhub:playlistbase] Skip videos from drop-down menu (#12819, #13902)
2787+ [fourtube] Add support pornerbros.com (#6022)
2788+ [fourtube] Add support porntube.com (#7859, #13901)
2789+ [fourtube] Add support fux.com
2790* [limelight] Improve embeds detection (#13895)
2791+ [reddit] Add support for v.redd.it and reddit.com (#13847)
2792* [aparat] Extract all formats (#13887)
2793* [mixcloud] Fix play info decryption (#13885)
2794+ [generic] Add support for vzaar embeds (#13876)
2795
2796
6ed99754 2797version 2017.08.09
463e7216 2798
0e7dfa7d
S
2799Core
2800* [utils] Skip missing params in cli_bool_option (#13865)
2801
463e7216 2802Extractors
0e7dfa7d
S
2803* [xxxymovies] Fix title extraction (#13868)
2804+ [nick] Add support for nick.com.pl (#13860)
2805* [mixcloud] Fix play info decryption (#13867)
2806* [20min] Fix embeds extraction (#13852)
2807* [dplayit] Fix extraction (#13851)
ee6a6116 2808+ [niconico] Support videos with multiple formats (#13522)
463e7216
YCH
2809+ [niconico] Support HTML5-only videos (#13806)
2810
2811
903a183b 2812version 2017.08.06
92740e42
S
2813
2814Core
2815* Use relative paths for DASH fragments (#12990)
2816
2817Extractors
2818* [pluralsight] Fix format selection
2819- [mpora] Remove extractor (#13826)
2820+ [voot] Add support for voot.com (#10255, #11644, #11814, #12350, #13218)
2821* [vlive:channel] Limit number of videos per page to 100 (#13830)
2822* [podomatic] Extend URL regular expression (#13827)
2823* [cinchcast] Extend URL regular expression
2824* [yandexdisk] Relax URL regular expression (#13824)
2825* [vidme] Extract DASH and HLS formats
2826- [teamfour] Remove extractor (#13782)
2827* [pornhd] Fix extraction (#13783)
2828* [udemy] Fix subtitles extraction (#13812)
2829* [mlb] Extend URL regular expression (#13740, #13773)
2830+ [pbs] Add support for new URL schema (#13801)
2831* [nrktv] Update API host (#13796)
2832
2833
5c9ea67b 2834version 2017.07.30.1
905d18a7
YCH
2835
2836Core
f701827e 2837* [downloader/hls] Use redirect URL as manifest base (#13755)
905d18a7
YCH
2838* [options] Correctly hide login info from debug outputs (#13696)
2839
f701827e
S
2840Extractors
2841+ [watchbox] Add support for watchbox.de (#13739)
2842- [clipfish] Remove extractor
2843+ [youjizz] Fix extraction (#13744)
2844+ [generic] Add support for another ooyala embed pattern (#13727)
2845+ [ard] Add support for lives (#13771)
2846* [soundcloud] Update client id
2847+ [soundcloud:trackstation] Add support for track stations (#13733)
2848* [svtplay] Use geo verification proxy for API request
2849* [svtplay] Update API URL (#13767)
2850+ [yandexdisk] Add support for yadi.sk (#13755)
2851+ [megaphone] Add support for megaphone.fm
2852* [amcnetworks] Make rating optional (#12453)
2853* [cloudy] Fix extraction (#13737)
2854+ [nickru] Add support for nickelodeon.ru
2855* [mtv] Improve thumbnal extraction
2856* [nick] Automate geo-restriction bypass (#13711)
2857* [niconico] Improve error reporting (#13696)
2858
905d18a7 2859
0db492c0 2860version 2017.07.23
d20b1c67 2861
425f4131
S
2862Core
2863* [YoutubeDL] Improve default format specification (#13704)
2864* [YoutubeDL] Do not override id, extractor and extractor_key for
2865 url_transparent entities
2866* [extractor/common] Fix playlist_from_matches
2867
d20b1c67 2868Extractors
425f4131
S
2869* [itv] Fix production id extraction (#13671, #13703)
2870* [vidio] Make duration non fatal and fix typo
2871* [mtv] Skip missing video parts (#13690)
2872* [sportbox:embed] Fix extraction
2873+ [npo] Add support for npo3.nl URLs (#13695)
2874* [dramafever] Remove video id from title (#13699)
2875+ [egghead:lesson] Add support for lessons (#6635)
2876* [funnyordie] Extract more metadata (#13677)
fa63cf6c 2877* [youku:show] Fix playlist extraction (#13248)
d20b1c67 2878+ [dispeak] Recognize sevt subdomain (#13276)
425f4131 2879* [adn] Improve error reporting (#13663)
c4bdc681 2880* [crunchyroll] Relax series and season regular expression (#13659)
425f4131
S
2881+ [spiegel:article] Add support for nexx iframe embeds (#13029)
2882+ [nexx:embed] Add support for iframe embeds
2883* [nexx] Improve JS embed extraction
2884+ [pearvideo] Add support for pearvideo.com (#13031)
d20b1c67
YCH
2885
2886
cea931a9 2887version 2017.07.15
c3c94ca4 2888
ef78563e
S
2889Core
2890* [YoutubeDL] Don't expand environment variables in meta fields (#13637)
2891
c3c94ca4 2892Extractors
ef78563e
S
2893* [spiegeltv] Delegate extraction to nexx extractor (#13159)
2894+ [nexx] Add support for nexx.cloud (#10807, #13465)
2895* [generic] Fix rutube embeds extraction (#13641)
2896* [karrierevideos] Fix title extraction (#13641)
2897* [youtube] Don't capture YouTube Red ad for creator meta field (#13621)
2898* [slideshare] Fix extraction (#13617)
2899+ [5tv] Add another video URL pattern (#13354, #13606)
2900* [drtv] Make HLS and HDS extraction non fatal
2901* [ted] Fix subtitles extraction (#13628, #13629)
e8f20ffa 2902* [vine] Make sure the title won't be empty
9be31e77 2903+ [twitter] Support HLS streams in vmap URLs
7f176ac4 2904+ [periscope] Support pscp.tv URLs in embedded frames
ef78563e 2905* [twitter] Extract mp4 urls via mobile API (#12726)
708f6f51 2906* [niconico] Fix authentication error handling (#12486)
c3c94ca4 2907* [giantbomb] Extract m3u8 formats (#13626)
ef78563e 2908+ [vlive:playlist] Add support for playlists (#13613)
c3c94ca4
YCH
2909
2910
65c416dd 2911version 2017.07.09
eadd3133 2912
207acd84
S
2913Core
2914+ [extractor/common] Add support for AMP tags in _parse_html5_media_entries
2915+ [utils] Support attributes with no values in get_elements_by_attribute
2916
eadd3133 2917Extractors
207acd84
S
2918+ [dailymail] Add support for embeds
2919+ [joj] Add support for joj.sk (#13268)
2920* [abc.net.au:iview] Extract more formats (#13492, #13489)
2921* [egghead:course] Fix extraction (#6635, #13370)
2922+ [cjsw] Add support for cjsw.com (#13525)
2923+ [eagleplatform] Add support for referrer protected videos (#13557)
2924+ [eagleplatform] Add support for another embed pattern (#13557)
2925* [veoh] Extend URL regular expression (#13601)
2926* [npo:live] Fix live stream id extraction (#13568, #13605)
2927* [googledrive] Fix height extraction (#13603)
2928+ [dailymotion] Add support for new layout (#13580)
eadd3133 2929- [yam] Remove extractor
207acd84
S
2930* [xhamster] Extract all formats and fix duration extraction (#13593)
2931+ [xhamster] Add support for new URL schema (#13593)
2932* [espn] Extend URL regular expression (#13244, #13549)
2933* [kaltura] Fix typo in subtitles extraction (#13569)
2934* [vier] Adapt extraction to redesign (#13575)
eadd3133
YCH
2935
2936
b6c9fe41 2937version 2017.07.02
136503e3 2938
4d9ba27b
S
2939Core
2940* [extractor/common] Improve _json_ld
2941
136503e3 2942Extractors
4d9ba27b
S
2943+ [thisoldhouse] Add more fallbacks for video id
2944* [thisoldhouse] Fix video id extraction (#13540, #13541)
2945* [xfileshare] Extend format regular expression (#13536)
2946* [ted] Fix extraction (#13535)
2947+ [tastytrade] Add support for tastytrade.com (#13521)
2948* [dplayit] Relax video id regular expression (#13524)
2949+ [generic] Extract more generic metadata (#13527)
2950+ [bbccouk] Capture and output error message (#13501, #13518)
2951* [cbsnews] Relax video info regular expression (#13284, #13503)
2952+ [facebook] Add support for plugin video embeds and multiple embeds (#13493)
2953* [soundcloud] Switch to https for API requests (#13502)
2954* [pandatv] Switch to https for API and download URLs
2955+ [pandatv] Add support for https URLs (#13491)
136503e3
YCH
2956+ [niconico] Support sp subdomain (#13494)
2957
2958
a7ce8f16 2959version 2017.06.25
a5aea53f
S
2960
2961Core
2962+ [adobepass] Add support for DIRECTV NOW (mso ATTOTT) (#13472)
2963* [YoutubeDL] Skip malformed formats for better extraction robustness
2964
2965Extractors
2966+ [wsj] Add support for barrons.com (#13470)
2967+ [ign] Add another video id pattern (#13328)
2968+ [raiplay:live] Add support for live streams (#13414)
2969+ [redbulltv] Add support for live videos and segments (#13486)
2970+ [onetpl] Add support for videos embedded via pulsembed (#13482)
2971* [ooyala] Make more robust
2972* [ooyala] Skip empty format URLs (#13471, #13476)
2973* [hgtv.com:show] Fix typo
2974
2975
17071941 2976version 2017.06.23
cc2ffe5a 2977
38dad473
S
2978Core
2979* [adobepass] Fix extraction on older python 2.6
2980
cc2ffe5a 2981Extractors
38dad473
S
2982* [youtube] Adapt to new automatic captions rendition (#13467)
2983* [hgtv.com:show] Relax video config regular expression (#13279, #13461)
2984* [drtuber] Fix formats extraction (#12058)
2985* [youporn] Fix upload date extraction
2986* [youporn] Improve formats extraction
2987* [youporn] Fix title extraction (#13456)
2988* [googledrive] Fix formats sorting (#13443)
2989* [watchindianporn] Fix extraction (#13411, #13415)
2990+ [vimeo] Add fallback mp4 extension for original format
2991+ [ruv] Add support for ruv.is (#13396)
2992* [viu] Fix extraction on older python 2.6
cc2ffe5a 2993* [pandora.tv] Fix upload_date extraction (#12846)
38dad473 2994+ [asiancrush] Add support for asiancrush.com (#13420)
cc2ffe5a
YCH
2995
2996
eaa006d1 2997version 2017.06.18
ca270371 2998
6a9cb295 2999Core
a6f29820
S
3000* [downloader/common] Use utils.shell_quote for debug command line
3001* [utils] Use compat_shlex_quote in shell_quote
3002* [postprocessor/execafterdownload] Encode command line (#13407)
3003* [compat] Fix compat_shlex_quote on Windows (#5889, #10254)
3004* [postprocessor/metadatafromtitle] Fix missing optional meta fields processing
3005 in --metadata-from-title (#13408)
6a9cb295 3006* [extractor/common] Fix json dumping with --geo-bypass
a6f29820
S
3007+ [extractor/common] Improve jwplayer subtitles extraction
3008+ [extractor/common] Improve jwplayer formats extraction (#13379)
6a9cb295 3009
ca270371 3010Extractors
a6f29820
S
3011* [polskieradio] Fix extraction (#13392)
3012+ [xfileshare] Add support for fastvideo.me (#13385)
ca270371 3013* [bilibili] Fix extraction of videos with double quotes in titles (#13387)
a6f29820
S
3014* [4tube] Fix extraction (#13381, #13382)
3015+ [disney] Add support for disneychannel.de (#13383)
3016* [npo] Improve URL regular expression (#13376)
3017+ [corus] Add support for showcase.ca
3018+ [corus] Add support for history.ca (#13359)
ca270371
YCH
3019
3020
cb1e6d89 3021version 2017.06.12
9932ac5c
S
3022
3023Core
3024* [utils] Handle compat_HTMLParseError in extract_attributes (#13349)
3025+ [compat] Introduce compat_HTMLParseError
3026* [utils] Improve unified_timestamp
3027* [extractor/generic] Ensure format id is unicode string
3028* [extractor/common] Return unicode string from _match_id
3029+ [YoutubeDL] Sanitize more fields (#13313)
3030
3031Extractors
3032+ [xfileshare] Add support for rapidvideo.tv (#13348)
3033* [xfileshare] Modernize and pass Referer
3034+ [rutv] Add support for testplayer.vgtrk.com (#13347)
3035+ [newgrounds] Extract more metadata (#13232)
3036+ [newgrounds:playlist] Add support for playlists (#10611)
3037* [newgrounds] Improve formats and uploader extraction (#13346)
3038* [msn] Fix formats extraction
3039* [turbo] Ensure format id is string
3040* [sexu] Ensure height is int
3041* [jove] Ensure comment count is int
3042* [golem] Ensure format id is string
3043* [gfycat] Ensure filesize is int
3044* [foxgay] Ensure height is int
3045* [flickr] Ensure format id is string
3046* [sohu] Fix numeric fields
3047* [safari] Improve authentication detection (#13319)
3048* [liveleak] Ensure height is int (#13313)
3049* [streamango] Make title optional (#13292)
3050* [rtlnl] Improve URL regular expression (#13295)
3051* [tvplayer] Fix extraction (#13291)
3052
3053
53719182 3054version 2017.06.05
130880ba
S
3055
3056Core
3057* [YoutubeDL] Don't emit ANSI escape codes on Windows (#13270)
3058
3059Extractors
3060+ [bandcamp:weekly] Add support for bandcamp weekly (#12758)
3061* [pornhub:playlist] Fix extraction (#13281)
3062- [godtv] Remove extractor (#13175)
3063* [safari] Fix typo (#13252)
3064* [youtube] Improve chapters extraction (#13247)
3065* [1tv] Lower preference for HTTP formats (#13246)
3066* [francetv] Relax URL regular expression
3067* [drbonanza] Fix extraction (#13231)
3068* [packtpub] Fix authentication (#13240)
3069
3070
941ea38e 3071version 2017.05.29
d16c0121
YCH
3072
3073Extractors
a49eccdf
YCH
3074* [youtube] Fix DASH MPD extraction for videos with non-encrypted format URLs
3075 (#13211)
99bea8d2
S
3076* [xhamster] Fix uploader and like/dislike count extraction (#13216))
3077+ [xhamster] Extract categories (#11728)
3078+ [abcnews] Add support for embed URLs (#12851)
3079* [gaskrank] Fix extraction (#12493)
3080* [medialaan] Fix videos with missing videoUrl (#12774)
3081* [dvtv] Fix playlist support
3082+ [dvtv] Add support for DASH and HLS formats (#3063)
3083+ [beam:vod] Add support for beam.pro/mixer.com VODs (#13032))
3084* [cbsinteractive] Relax URL regular expression (#13213)
3085* [adn] Fix formats extraction
d16c0121 3086+ [youku] Extract more metadata (#10433)
99bea8d2 3087* [cbsnews] Fix extraction (#13205)
d16c0121
YCH
3088
3089
28dbde9c 3090version 2017.05.26
5192ee17
YCH
3091
3092Core
5552c9eb 3093+ [utils] strip_jsonp() can recognize more patterns
5192ee17
YCH
3094* [postprocessor/ffmpeg] Fix metadata filename handling on Python 2 (#13182)
3095
59ed87cb 3096Extractors
98a06189 3097+ [youtube] DASH MPDs with cipher signatures are recognized now (#11381)
cc304ce5 3098+ [bbc] Add support for authentication
c130f0a3 3099* [tudou] Merge into youku extractor (#12214)
d3d4ba7f 3100* [youku:show] Fix extraction
59ed87cb 3101* [youku] Fix extraction (#13191)
cc304ce5
S
3102* [udemy] Fix extraction for outputs' format entries without URL (#13192)
3103* [vimeo] Fix formats' sorting (#13189)
3104* [cbsnews] Fix extraction for 60 Minutes videos (#12861)
59ed87cb 3105
5192ee17 3106
2570e851 3107version 2017.05.23
9dc5ab04
S
3108
3109Core
3110+ [downloader/external] Pass -loglevel to ffmpeg downloader (#13183)
3111+ [adobepass] Add support for Bright House Networks (#13149)
3112
3113Extractors
3114+ [streamcz] Add support for subtitles (#13174)
3115* [youtube] Fix DASH manifest signature decryption (#8944, #13156)
3116* [toggle] Relax URL regular expression (#13172)
3117* [toypics] Fix extraction (#13077)
3118* [njpwworld] Fix extraction (#13162, #13169)
3119+ [hitbox] Add support for smashcast.tv (#13154)
3120* [mitele] Update app key regular expression (#13158)
3121
3122
bfdf6fcc 3123version 2017.05.18.1
bcaa1dd0
S
3124
3125Core
3126* [jsinterp] Fix typo and cleanup regular expressions (#13134)
3127
3128
9d63e57d 3129version 2017.05.18
3bc1eea0
S
3130
3131Core
3132+ [jsinterp] Add support for quoted names and indexers (#13123, #13124, #13125,
3133 #13126, #13128, #13129, #13130, #13131, #13132)
3134+ [extractor/common] Add support for schemeless URLs in _extract_wowza_formats
3135 (#13088, #13092)
3136+ [utils] Recognize more audio codecs (#13081)
3137
3138Extractors
3139+ [vier] Extract more metadata (#12539)
3140* [vier] Improve extraction (#12801)
3141 + Add support for authentication
3142 * Bypass authentication when no credentials provided
3143 * Improve extraction robustness
3144* [dailymail] Fix sources extraction (#13057)
3145* [dailymotion] Extend URL regular expression (#13079)
3146
3147
6f3c632c 3148version 2017.05.14
7274f3d0 3149
09b866e1
S
3150Core
3151+ [extractor/common] Respect Width and Height attributes in ISM manifests
3152+ [postprocessor/metadatafromtitle] Add support regular expression syntax for
3153 --metadata-from-title (#13065)
3154
9221d5d7 3155Extractors
09b866e1
S
3156+ [mediaset] Add support for video.mediaset.it (#12708, #12964)
3157* [orf:radio] Fix extraction (#11643, #12926)
3158* [aljazeera] Extend URL regular expression (#13053)
3159* [imdb] Relax URL regular expression (#13056)
3160+ [francetv] Add support for mobile.france.tv (#13068)
3161+ [upskill] Add support for upskillcourses.com (#13043)
3162* [thescene] Fix extraction (#13061)
3163* [condenast] Improve embed support
116283ff 3164* [liveleak] Fix extraction (#12053)
7274f3d0 3165+ [douyu] Support Douyu shows (#12228)
09b866e1
S
3166* [myspace] Improve URL regular expression (#13040)
3167* [adultswim] Use desktop platform in assets URL (#13041)
7274f3d0
YCH
3168
3169
a7ed6b34 3170version 2017.05.09
cbd84b58
S
3171
3172Core
3173* [YoutubeDL] Force --restrict-filenames when no locale is set on all python
3174 versions (#13027)
3175
3176Extractors
3177* [francetv] Adapt to site redesign (#13034)
3178+ [packtpub] Add support for authentication (#12622)
3179* [drtv] Lower preference for SignLanguage formats (#13013, #13016)
3180+ [cspan] Add support for brightcove live embeds (#13028)
3181* [vrv] Extract DASH formats and subtitles
3182* [funimation] Fix authentication (#13021)
3183* [adultswim] Fix extraction (#8640, #10950, #11042, #12121)
3184 + Add support for Adobe Pass authentication
3185 + Add support for live streams
3186 + Add support for show pages
3187* [turner] Extract thumbnail, is_live and strip description
3188+ [nonktube] Add support for nonktube.com (#8647, #13024)
3189+ [nuevo] Pass headers to _extract_nuevo
3190* [nbc] Improve extraction (#12364)
3191
3192
4ac0f573 3193version 2017.05.07
5401bea2 3194
3892a9f4
S
3195Common
3196* [extractor/common] Fix typo in _extract_akamai_formats
3197+ [postprocessor/ffmpeg] Embed chapters into media file with --add-metadata
3198+ [extractor/common] Introduce chapters meta field
3199
5401bea2 3200Extractors
3892a9f4
S
3201* [youtube] Fix authentication (#12820, #12927, #12973, #12992, #12993, #12995,
3202 #13003)
228cd9bb 3203* [bilibili] Fix video downloading (#13001)
3892a9f4
S
3204* [rmcdecouverte] Fix extraction (#12937)
3205* [theplatform] Extract chapters
3206* [bandcamp] Fix thumbnail extraction (#12980)
3207* [pornhub] Extend URL regular expression (#12996)
3208+ [youtube] Extract chapters
3209+ [nrk] Extract chapters
3210+ [vice] Add support for ooyala embeds in article pages
4ac6dc37 3211+ [vice] Support vice articles (#12968)
cc7bda4f 3212* [vice] Fix extraction for non en_us videos (#12967)
50ad078b 3213* [gdcvault] Fix extraction for some videos (#12733)
3892a9f4
S
3214* [pbs] Improve multipart video support (#12981)
3215* [laola1tv] Fix extraction (#12880)
0c265486 3216+ [cda] Support birthday verification (#12789)
5401bea2 3217* [leeco] Fix extraction (#12974)
3892a9f4
S
3218+ [pbs] Extract chapters
3219* [amp] Imporove thumbnail and subtitles extraction
3220* [foxsports] Fix extraction (#12945)
3221- [coub] Remove comment count extraction (#12941)
5401bea2
YCH
3222
3223
e0c1e9a9 3224version 2017.05.01
24eb7c25 3225
086041e2
S
3226Core
3227+ [extractor/common] Extract view count from JSON-LD
3228* [utils] Improve unified_timestamp
3229+ [utils] Add video/mp2t to mimetype2ext
3230* [downloader/external] Properly handle live stream downloading cancellation
3231 (#8932)
3232+ [utils] Add support for unicode whitespace in clean_html on python 2 (#12906)
3233
24eb7c25 3234Extractors
086041e2
S
3235* [infoq] Make audio format extraction non fatal (#12938)
3236* [brightcove] Allow whitespace around attribute names in embedded code
3237+ [zaq1] Add support for zaq1.pl (#12693)
3238+ [xvideos] Extract duration (#12828)
3239* [vevo] Fix extraction (#12879)
3240+ [noovo] Add support for noovo.ca (#12792)
3241+ [washingtonpost] Add support for embeds (#12699)
3242* [yandexmusic:playlist] Fix extraction for python 3 (#12888)
3243* [anvato] Improve extraction (#12913)
3244 * Promote to regular shortcut based extractor
3245 * Add mcp to access key mapping table
3246 * Add support for embeds extraction
3247 * Add support for anvato embeds in generic extractor
24eb7c25 3248* [xtube] Fix extraction for older FLV videos (#12734)
086041e2 3249* [tvplayer] Fix extraction (#12908)
24eb7c25
YCH
3250
3251
bc8a2ea0 3252version 2017.04.28
e31fed95 3253
75279233
S
3254Core
3255+ [adobepass] Use geo verification headers for all requests
3256- [downloader/fragment] Remove assert for resume_len when no fragments
3257 downloaded
3258+ [extractor/common] Add manifest_url for explicit group rendition formats
3259* [extractor/common] Fix manifest_url for m3u8 formats
3260- [extractor/common] Don't list master m3u8 playlists in format list (#12832)
3261
e31fed95 3262Extractor
75279233
S
3263* [aenetworks] Fix extraction for shows with single season
3264+ [go] Add support for Disney, DisneyJunior and DisneyXD show pages
e31fed95 3265* [youtube] Recognize new locale-based player URLs (#12885)
75279233
S
3266+ [streamable] Add support for new embedded URL schema (#12844)
3267* [arte:+7] Relax URL regular expression (#12837)
e31fed95
YCH
3268
3269
a82f4184 3270version 2017.04.26
06d0ad9a 3271
54f54fcc 3272Core
30a4ab19
S
3273* Introduce --keep-fragments for keeping fragments of fragmented download
3274 on disk after download is finished
3275* [YoutubeDL] Fix output template for missing timestamp (#12796)
54f54fcc 3276* [socks] Handle cases where credentials are required but missing
30a4ab19 3277* [extractor/common] Improve HLS extraction (#12211)
086041e2
S
3278 * Extract m3u8 parsing to separate method
3279 * Improve rendition groups extraction
3280 * Build stream name according stream GROUP-ID
3281 * Ignore reference to AUDIO group without URI when stream has no CODECS
3282 * Use float for scaled tbr in _parse_m3u8_formats
30a4ab19
S
3283* [utils] Add support for TTML styles in dfxp2srt
3284* [downloader/hls] No need to download keys for fragments that have been
3285 already downloaded
3286* [downloader/fragment] Improve fragment downloading
086041e2
S
3287 * Resume immediately
3288 * Don't concatenate fragments and decrypt them on every resume
3289 * Optimize disk storage usage, don't store intermediate fragments on disk
3290 * Store bookkeeping download state file
30a4ab19
S
3291+ [extractor/common] Add support for multiple getters in try_get
3292+ [extractor/common] Add support for video of WebPage context in _json_ld
3293 (#12778)
3294+ [extractor/common] Relax JWPlayer regular expression and remove
3295 duplicate URLs (#12768)
54f54fcc 3296
06d0ad9a 3297Extractors
01cb5701 3298* [iqiyi] Fix extraction of Yule videos
30a4ab19
S
3299* [vidio] Improve extraction and sort formats
3300+ [brightcove] Match only video elements with data-video-id attribute
fbf56be2 3301* [iqiyi] Fix playlist detection (#12504)
facfd79f 3302- [azubu] Remove extractor (#12813)
3110bb93 3303* [porn91] Fix extraction (#12814)
30a4ab19
S
3304* [vidzi] Fix extraction (#12793)
3305+ [amp] Extract error message (#12795)
3306+ [xfileshare] Add support for gorillavid.com and daclips.com (#12776)
3307* [instagram] Fix extraction (#12777)
06d0ad9a
YCH
3308+ [generic] Support Brightcove videos in <iframe> (#12482)
3309+ [brightcove] Support URLs with bcpid instead of playerID (#12482)
30a4ab19
S
3310* [brightcove] Fix _extract_url (#12782)
3311+ [odnoklassniki] Extract HLS formats
06d0ad9a
YCH
3312
3313
16a09aef 3314version 2017.04.17
fa7a6e6d
S
3315
3316Extractors
3317* [limelight] Improve extraction LimelightEmbeddedPlayerFlash media embeds and
3318 add support for channel and channelList embeds
3319* [generic] Extract multiple Limelight embeds (#12761)
3320+ [itv] Extract series metadata
3321* [itv] Fix RTMP formats downloading (#12759)
3322* [itv] Use native HLS downloader by default
3323+ [go90] Extract subtitles (#12752)
3324+ [go90] Extract series metadata (#12752)
3325
3326
022250a5 3327version 2017.04.16
76b5f996
S
3328
3329Core
3330* [YoutubeDL] Apply expand_path after output template substitution
3331+ [YoutubeDL] Propagate overridden meta fields to extraction results of type
3332 url (#11163)
3333
3334Extractors
3335+ [generic] Extract RSS entries as url_transparent (#11163)
3336+ [streamango] Add support for streamango.com (#12643)
3337+ [wsj:article] Add support for articles (#12558)
3338* [brightcove] Relax video tag embeds extraction and validate ambiguous embeds'
3339 URLs (#9163, #12005, #12178, #12480)
3340+ [udemy] Add support for react rendition (#12744)
3341
3342
d24bd4ff 3343version 2017.04.15
b9859e27
S
3344
3345Extractors
3346* [youku] Fix fileid extraction (#12741, #12743)
3347
3348
38d2f832 3349version 2017.04.14
6f4dd666
S
3350
3351Core
3352+ [downloader/hls] Add basic support for EXT-X-BYTERANGE tag (#10955)
382fa456 3353+ [adobepass] Improve Comcast and Verizon login code (#10803)
6f4dd666
S
3354+ [adobepass] Add support for Verizon (#10803)
3355
3356Extractors
3357+ [aenetworks] Add support for specials (#12723)
3358+ [hbo] Extract HLS formats
3359+ [go90] Add support for go90.com (#10127)
3360+ [tv2hu] Add support for tv2.hu (#10509)
3361+ [generic] Exclude URLs with xml ext from valid video URLs (#10768, #11654)
3362* [youtube] Improve HLS formats extraction
3363* [afreecatv] Fix extraction for videos with different key layout (#12718)
3364- [youtube] Remove explicit preference for audio-only and video-only formats in
3365 order not to break sorting when new formats appear
3366* [canalplus] Bypass geo restriction
3367
3368
17308781 3369version 2017.04.11
689cd458
S
3370
3371Extractors
3372* [afreecatv] Fix extraction (#12706)
3373+ [generic] Add support for <object> YouTube embeds (#12637)
3374* [bbccouk] Treat bitrate as audio+video bitrate in media selector
3375+ [bbccouk] Skip unrecognized formats in media selector (#12701)
3376+ [bbccouk] Add support for https protocol in media selector (#12701)
3377* [curiositystream] Fix extraction (#12638)
3378* [adn] Update subtitle decryption key
3379* [chaturbate] Fix extraction (#12665, #12688, #12690)
3380
3381
43724365 3382version 2017.04.09
4c039732
YCH
3383
3384Extractors
eb8cc8ea
S
3385+ [medici] Add support for medici.tv (#3406)
3386+ [rbmaradio] Add support for redbullradio.com URLs (#12687)
3387+ [npo:live] Add support for default URL (#12555)
3388* [mixcloud:playlist] Fix title, description and view count extraction (#12582)
3389+ [thesun] Add suport for thesun.co.uk (#11298, #12674)
3390+ [ceskateleveize:porady] Add support for porady (#7411, #12645)
3391* [ceskateleveize] Improve extraction and remove URL replacement hacks
3392+ [kaltura] Add support for iframe embeds (#12679)
4c039732 3393* [airmozilla] Fix extraction (#12670)
eb8cc8ea
S
3394* [wshh] Extract html5 entries and delegate to generic extractor (12676)
3395+ [raiplay] Extract subtitles
3396+ [xfileshare] Add support for vidlo.us (#12660)
3397+ [xfileshare] Add support for vidbom.com (#12661)
3398+ [aenetworks] Add more video URL regular expressions (#12657)
3399+ [odnoklassniki] Fix format sorting for 1080p quality
3400+ [rtl2] Add support for you.rtl2.de (#10257)
3401+ [vshare] Add support for vshare.io (#12278)
4c039732
YCH
3402
3403
b022f4f6 3404version 2017.04.03
e2435ba5
S
3405
3406Core
3407+ [extractor/common] Add censorship check for TransTelekom ISP
3408* [extractor/common] Move censorship checks to a separate method
3409
3410Extractors
3411+ [discoveryvr] Add support for discoveryvr.com (#12578)
3412+ [tv5mondeplus] Add support for tv5mondeplus.com (#11386)
3413+ [periscope] Add support for pscp.tv URLs (#12618, #12625)
3414
3415
b56e41a7 3416version 2017.04.02
a76c2514
S
3417
3418Core
e2435ba5 3419* [YoutubeDL] Return early when extraction of url_transparent fails
a76c2514
S
3420
3421Extractors
3422* [rai] Fix and improve extraction (#11790)
3423+ [vrv] Add support for series pages
3424* [limelight] Improve extraction for audio only formats
3425* [funimation] Fix extraction (#10696, #11773)
3426+ [xfileshare] Add support for vidabc.com (#12589)
3427+ [xfileshare] Improve extraction and extract hls formats
3428+ [crunchyroll] Pass geo verifcation proxy
3429+ [cwtv] Extract ISM formats
3430+ [tvplay] Bypass geo restriction
3431+ [vrv] Add support for vrv.co
3432+ [packtpub] Add support for packtpub.com (#12610)
3433+ [generic] Pass base_url to _parse_jwplayer_data
3434+ [adn] Add support for animedigitalnetwork.fr (#4866)
3435+ [allocine] Extract more metadata
3436* [allocine] Fix extraction (#12592)
3437* [openload] Fix extraction
3438
3439
9e691da0 3440version 2017.03.26
51ef4919 3441
f7923a4c
YCH
3442Core
3443* Don't raise an error if JWPlayer config data is not a Javascript object
82eefd0b
S
3444 literal. _find_jwplayer_data now returns a dict rather than an str. (#12307)
3445* Expand environment variables for options representing paths (#12556)
3446+ [utils] Introduce expand_path
3447* [downloader/hls] Delegate downloading to ffmpeg immediately for live streams
f7923a4c 3448
51ef4919
YCH
3449Extractors
3450* [afreecatv] Fix extraction (#12179)
82eefd0b
S
3451+ [atvat] Add support for atv.at (#5325)
3452+ [fox] Add metadata extraction (#12391)
3453+ [atresplayer] Extract DASH formats
3454+ [atresplayer] Extract HD manifest (#12548)
3455* [atresplayer] Fix login error detection (#12548)
3456* [franceculture] Fix extraction (#12547)
3457* [youtube] Improve URL regular expression (#12538)
3458* [generic] Do not follow redirects to the same URL
51ef4919
YCH
3459
3460
a3ccd6bd 3461version 2017.03.24
7963b6cb
S
3462
3463Extractors
3464- [9c9media] Remove mp4 URL extraction request
3465+ [bellmedia] Add support for etalk.ca and space.ca (#12447)
3466* [channel9] Fix extraction (#11323)
3467* [cloudy] Fix extraction (#12525)
3468+ [hbo] Add support for free episode URLs and new formats extraction (#12519)
3469* [condenast] Fix extraction and style (#12526)
3470* [viu] Relax URL regular expression (#12529)
3471
3472
093dad9e 3473version 2017.03.22
e8686e51
S
3474
3475Extractors
3476- [pluralsight] Omit module title from video title (#12506)
3477* [pornhub] Decode obfuscated video URL (#12470, #12515)
3478* [senateisvp] Allow https URL scheme for embeds (#12512)
3479
3480
0e9a73e6 3481version 2017.03.20
ea883a68 3482
0ecdd3ad
S
3483Core
3484+ [YoutubeDL] Allow multiple input URLs to be used with stdout (-) as
3485 output template
3486+ [adobepass] Detect and output error on authz token extraction (#12472)
3487
ea883a68 3488Extractors
68220649 3489+ [bostonglobe] Add extractor for bostonglobe.com (#12099)
0ecdd3ad
S
3490+ [toongoggles] Add support for toongoggles.com (#12171)
3491+ [medialaan] Add support for Medialaan sites (#9974, #11912)
3492+ [discoverynetworks] Add support for more domains and bypass geo restiction
ea883a68
YCH
3493* [openload] Fix extraction (#10408)
3494
3495
7d539ee1 3496version 2017.03.16
6ad47607
S
3497
3498Core
3499+ [postprocessor/ffmpeg] Add support for flac
3500+ [extractor/common] Extract SMIL formats from jwplayer
3501
3502Extractors
3503+ [generic] Add forgotten return for jwplayer formats
3504* [redbulltv] Improve extraction
3505
3506
5db83d79 3507version 2017.03.15
4605c94d
YCH
3508
3509Core
3510* Fix missing subtitles if --add-metadata is used (#12423)
3511
2a751e13
S
3512Extractors
3513* [facebook] Make title optional (#12443)
3514+ [mitele] Add support for ooyala videos (#12430)
3515* [openload] Fix extraction (#12435, #12446)
3516* [streamable] Update API URL (#12433)
3517+ [crunchyroll] Extract season name (#12428)
3518* [discoverygo] Bypass geo restriction
3519+ [discoverygo:playlist] Add support for playlists (#12424)
3520
4605c94d 3521
a8e687a4 3522version 2017.03.10
0f6b87d0
YCH
3523
3524Extractors
f9e5c92c
S
3525* [generic] Make title optional for jwplayer embeds (#12410)
3526* [wdr:maus] Fix extraction (#12373)
3527* [prosiebensat1] Improve title extraction (#12318, #12327)
3528* [dplayit] Separate and rewrite extractor and bypass geo restriction (#12393)
0f6b87d0 3529* [miomio] Fix extraction (#12291, #12388, #12402)
f9e5c92c
S
3530* [telequebec] Fix description extraction (#12399)
3531* [openload] Fix extraction (#12357)
3532* [brightcove:legacy] Relax videoPlayer validation check (#12381)
0f6b87d0
YCH
3533
3534
dccd0ab3 3535version 2017.03.07
92cb5763 3536
54a3a882 3537Core
80146dcc 3538* Metadata are now added after conversion (#5594)
54a3a882 3539
92cb5763 3540Extractors
80146dcc 3541* [soundcloud] Update client id (#12376)
92cb5763
YCH
3542* [openload] Fix extraction (#10408, #12357)
3543
3544
16647026 3545version 2017.03.06
3f116b18
S
3546
3547Core
3548+ [utils] Process bytestrings in urljoin (#12369)
3549* [extractor/common] Improve height extraction and extract bitrate
3550* [extractor/common] Move jwplayer formats extraction in separate method
3551+ [external:ffmpeg] Limit test download size to 10KiB (#12362)
3552
3553Extractors
3554+ [drtv] Add geo countries to GeoRestrictedError
3555+ [drtv:live] Bypass geo restriction
3556+ [tunepk] Add extractor (#12197, #12243)
3557
3558
afa45976 3559version 2017.03.05
6f4e4132
YCH
3560
3561Extractors
75027364
S
3562+ [twitch] Add basic support for two-factor authentication (#11974)
3563+ [vier] Add support for vijf.be (#12304)
3564+ [redbulltv] Add support for redbull.tv (#3919, #11948)
6f4e4132 3565* [douyutv] Switch to the PC API to escape the 5-min limitation (#12316)
75027364
S
3566+ [generic] Add support for rutube embeds
3567+ [rutube] Relax URL regular expression
3568+ [vrak] Add support for vrak.tv (#11452)
3569+ [brightcove:new] Add ability to smuggle geo_countries into URL
3570+ [brightcove:new] Raise GeoRestrictedError
3571* [go] Relax URL regular expression (#12341)
3572* [24video] Use original host for requests (#12339)
3573* [ruutu] Disable DASH formats (#12322)
6f4e4132
YCH
3574
3575
250eea68 3576version 2017.03.02
11bb6ad1 3577
28d15b73
S
3578Core
3579+ [adobepass] Add support for Charter Spectrum (#11465)
3580* [YoutubeDL] Don't sanitize identifiers in output template (#12317)
3581
11bb6ad1 3582Extractors
28d15b73
S
3583* [facebook] Fix extraction (#12323, #12330)
3584* [youtube] Mark errors about rental videos as expected (#12324)
3585+ [npo] Add support for audio
3586* [npo] Adapt to app.php API (#12311, #12320)
11bb6ad1
YCH
3587
3588
1dc24093 3589version 2017.02.28
f4c68ba3 3590
11bae9cd
S
3591Core
3592+ [utils] Add bytes_to_long and long_to_bytes
3593+ [utils] Add pkcs1pad
3594+ [aes] Add aes_cbc_encrypt
3595
f4c68ba3 3596Extractors
11bae9cd
S
3597+ [azmedien:showplaylist] Add support for show playlists (#12160)
3598+ [youtube:playlist] Recognize another playlist pattern (#11928, #12286)
3599+ [daisuki] Add support for daisuki.net (#2486, #3186, #4738, #6175, #7776,
3600 #10060)
f4c68ba3
YCH
3601* [douyu] Fix extraction (#12301)
3602
3603
ef48a117 3604version 2017.02.27
db182c63 3605
c6184bcf
S
3606Core
3607* [downloader/common] Limit displaying 2 digits after decimal point in sleep
3608 interval message (#12183)
3609+ [extractor/common] Add preference to _parse_html5_media_entries
3610
db182c63 3611Extractors
c6184bcf
S
3612+ [npo] Add support for zapp.nl
3613+ [npo] Add support for hetklokhuis.nl (#12293)
892b47ab 3614- [scivee] Remove extractor (#9315)
c6184bcf
S
3615+ [cda] Decode download URL (#12255)
3616+ [crunchyroll] Improve uploader extraction (#12267)
3617+ [youtube] Raise GeoRestrictedError
3618+ [dailymotion] Raise GeoRestrictedError
3619+ [mdr] Recognize more URL patterns (#12169)
3620+ [tvigle] Raise GeoRestrictedError
9d0c08a0
YCH
3621* [vevo] Fix extraction for videos with the new streams/streamsV3 format
3622 (#11719)
c6184bcf
S
3623+ [freshlive] Add support for freshlive.tv (#12175)
3624+ [xhamster] Capture and output videoClosed error (#12263)
3625+ [etonline] Add support for etonline.com (#12236)
3626+ [njpwworld] Add support for njpwworld.com (#11561)
3627* [amcnetworks] Relax URL regular expression (#12127)
db182c63
YCH
3628
3629
204efc85 3630version 2017.02.24.1
5d3a51e1
S
3631
3632Extractors
3633* [noco] Modernize
3634* [noco] Switch login URL to https (#12246)
3635+ [thescene] Extract more metadata
3636* [thescene] Fix extraction (#12235)
3637+ [tubitv] Use geo bypass mechanism
3638* [openload] Fix extraction (#10408)
3639+ [ivi] Raise GeoRestrictedError
3640
3641
6b097cff 3642version 2017.02.24
f2f79618
S
3643
3644Core
3645* [options] Hide deprecated options from --help
3646* [options] Deprecate --autonumber-size
3647+ [YoutubeDL] Add support for string formatting operations in output template
3648 (#5185, #5748, #6841, #9929, #9966 #9978, #12189)
3649
3650Extractors
3651+ [lynda:course] Add webpage extraction fallback (#12238)
3652* [go] Sign all uplynk URLs and use geo bypass only for free videos
3653 (#12087, #12210)
3654+ [skylinewebcams] Add support for skylinewebcams.com (#12221)
3655+ [instagram] Add support for multi video posts (#12226)
3656+ [crunchyroll] Extract playlist entries ids
3657* [mgtv] Fix extraction
3658+ [sohu] Raise GeoRestrictedError
3659+ [leeco] Raise GeoRestrictedError and use geo bypass mechanism
3660
3661
345b2453 3662version 2017.02.22
b5869560
YCH
3663
3664Extractors
3665* [crunchyroll] Fix descriptions with double quotes (#12124)
63a29b61
S
3666* [dailymotion] Make comment count optional (#12209)
3667+ [vidzi] Add support for vidzi.cc (#12213)
3668+ [24video] Add support for 24video.tube (#12217)
3669+ [crackle] Use geo bypass mechanism
3670+ [viewster] Use geo verification headers
3671+ [tfo] Improve geo restriction detection and use geo bypass mechanism
3672+ [telequebec] Use geo bypass mechanism
3673+ [limelight] Extract PlaylistService errors and improve geo restriction
3674 detection
b5869560
YCH
3675
3676
8c6c88c7 3677version 2017.02.21
159aaaa9
S
3678
3679Core
3680* [extractor/common] Allow calling _initialize_geo_bypass from extractors
3681 (#11970)
3682+ [adobepass] Add support for Time Warner Cable (#12191)
3683+ [travis] Run tests in parallel
3684+ [downloader/ism] Honor HTTP headers when downloading fragments
3685+ [downloader/dash] Honor HTTP headers when downloading fragments
3686+ [utils] Add GeoUtils class for working with geo tools and GeoUtils.random_ipv4
3687+ Add option --geo-bypass-country for explicit geo bypass on behalf of
3688 specified country
3689+ Add options to control geo bypass mechanism --geo-bypass and --no-geo-bypass
3690+ Add experimental geo restriction bypass mechanism based on faking
3691 X-Forwarded-For HTTP header
3692+ [utils] Introduce GeoRestrictedError for geo restricted videos
3693+ [utils] Introduce YoutubeDLError base class for all youtube-dl exceptions
3694
3695Extractors
3696+ [ninecninemedia] Use geo bypass mechanism
3697* [spankbang] Make uploader optional (#12193)
3698+ [iprima] Improve geo restriction detection and disable geo bypass
3699* [iprima] Modernize
3700* [commonmistakes] Disable UnicodeBOM extractor test for python 3.2
3701+ [prosiebensat1] Throw ExtractionError on unsupported page type (#12180)
3702* [nrk] Update _API_HOST and relax _VALID_URL
3703+ [tv4] Bypass geo restriction and improve detection
3704* [tv4] Switch to hls3 protocol (#12177)
3705+ [viki] Improve geo restriction detection
3706+ [vgtv] Improve geo restriction detection
3707+ [srgssr] Improve geo restriction detection
3708+ [vbox7] Improve geo restriction detection and use geo bypass mechanism
3709+ [svt] Improve geo restriction detection and use geo bypass mechanism
3710+ [pbs] Improve geo restriction detection and use geo bypass mechanism
3711+ [ondemandkorea] Improve geo restriction detection and use geo bypass mechanism
3712+ [nrk] Improve geo restriction detection and use geo bypass mechanism
3713+ [itv] Improve geo restriction detection and use geo bypass mechanism
3714+ [go] Improve geo restriction detection and use geo bypass mechanism
3715+ [dramafever] Improve geo restriction detection and use geo bypass mechanism
3716* [brightcove:legacy] Restrict videoPlayer value (#12040)
3717+ [tvn24] Add support for tvn24.pl and tvn24bis.pl (#11679)
3718+ [thisav] Add support for HTML5 media (#11771)
3719* [metacafe] Bypass family filter (#10371)
3720* [viceland] Improve info extraction
3721
3722
28e35f50 3723version 2017.02.17
a4a554a7
YCH
3724
3725Extractors
cf3704c1
S
3726* [heise] Improve extraction (#9725)
3727* [ellentv] Improve (#11653)
3728* [openload] Fix extraction (#10408, #12002)
fef51645 3729+ [theplatform] Recognize URLs with whitespaces (#12044)
cf3704c1 3730* [einthusan] Relax URL regular expression (#12141, #12159)
a4a554a7 3731+ [generic] Support complex JWPlayer embedded videos (#12030)
cf3704c1 3732* [elpais] Improve extraction (#12139)
a4a554a7
YCH
3733
3734
2480b056 3735version 2017.02.16
3aa25395
S
3736
3737Core
3738+ [utils] Add support for quoted string literals in --match-filter (#8050,
3739 #12142, #12144)
3740
3741Extractors
3742* [ceskatelevize] Lower priority for audio description sources (#12119)
3743* [amcnetworks] Fix extraction (#12127)
3744* [pinkbike] Fix uploader extraction (#12054)
3745+ [onetpl] Add support for businessinsider.com.pl and plejada.pl
3746+ [onetpl] Add support for onet.pl (#10507)
3747+ [onetmvp] Add shortcut extractor
3748+ [vodpl] Add support for vod.pl (#12122)
3749+ [pornhub] Extract video URL from tv platform site (#12007, #12129)
3750+ [ceskatelevize] Extract DASH formats (#12119, #12133)
3751
3752
58a65ba8 3753version 2017.02.14
8d38dafb
YCH
3754
3755Core
3756* TypeError is fixed with Python 2.7.13 on Windows (#11540, #12085)
3757
f8514630 3758Extractor
cedf08ff
S
3759* [zdf] Fix extraction (#12117)
3760* [xtube] Fix extraction for both kinds of video id (#12088)
3761* [xtube] Improve title extraction (#12088)
3762+ [lemonde] Fallback delegate extraction to generic extractor (#12115, #12116)
3763* [bellmedia] Allow video id longer than 6 characters (#12114)
3764+ [limelight] Add support for referer protected videos
3765* [disney] Improve extraction (#4975, #11000, #11882, #11936)
3766* [hotstar] Improve extraction (#12096)
f8514630 3767* [einthusan] Fix extraction (#11416)
cedf08ff
S
3768+ [aenetworks] Add support for lifetimemovieclub.com (#12097)
3769* [youtube] Fix parsing codecs (#12091)
f8514630 3770
8d38dafb 3771
9b92a591 3772version 2017.02.11
3e2274c8
S
3773
3774Core
3775+ [utils] Introduce get_elements_by_class and get_elements_by_attribute
3776 utility functions
3777+ [extractor/common] Skip m3u8 manifests protected with Adobe Flash Access
3778
3779Extractor
3780* [pluralsight:course] Fix extraction (#12075)
3781+ [bbc] Extract m3u8 formats with 320k audio
3782* [facebook] Relax video id matching (#11017, #12055, #12056)
3783+ [corus] Add support for Corus Entertainment sites (#12060, #9164)
3784+ [pluralsight] Detect blocked account error message (#12070)
3785+ [bloomberg] Add another video id pattern (#12062)
3786* [extractor/commonmistakes] Restrict URL regular expression (#12050)
3787+ [tvplayer] Add support for tvplayer.com
3788
3789
55d4de22 3790version 2017.02.10
61ee556a
S
3791
3792Extractors
3793* [xtube] Fix extraction (#12023)
3794* [pornhub] Fix extraction (#12007, #12018)
3795* [facebook] Improve JS data regular expression (#12042)
3796* [kaltura] Improve embed partner id extraction (#12041)
3797+ [sprout] Add support for sproutonline.com
3798* [6play] Improve extraction
3799+ [scrippsnetworks:watch] Add support for Scripps Networks sites (#10765)
3800+ [go] Add support for Adobe Pass authentication (#11468, #10831)
3801* [6play] Fix extraction (#12011)
3802+ [nbc] Add support for Adobe Pass authentication (#12006)
3803
3804
01387729 3805version 2017.02.07
e4e50f60 3806
c87f95f9
S
3807Core
3808* [extractor/common] Fix audio only with audio group in m3u8 (#11995)
3809+ [downloader/fragment] Respect --no-part
3810* [extractor/common] Speed-up HTML5 media entries extraction (#11979)
3811
e4e50f60 3812Extractors
c87f95f9
S
3813* [pornhub] Fix extraction (#11997)
3814+ [canalplus] Add support for cstar.fr (#11990)
3815+ [extractor/generic] Improve RTMP support (#11993)
3816+ [gaskrank] Add support for gaskrank.tv (#11685)
019f4c03 3817* [bandcamp] Fix extraction for incomplete albums (#11727)
caf0f5f8 3818* [iwara] Fix extraction (#11781)
e4e50f60 3819* [googledrive] Fix extraction on Python 3.6
c87f95f9
S
3820+ [videopress] Add support for videopress.com
3821+ [afreecatv] Extract RTMP formats
e4e50f60
YCH
3822
3823
a713a867 3824version 2017.02.04.1
3144eccf
S
3825
3826Extractors
3827+ [twitch:stream] Add support for player.twitch.tv (#11971)
7bccd5fc 3828* [radiocanada] Fix extraction for toutv rtmp formats
3144eccf
S
3829
3830
31487eb9 3831version 2017.02.04
bd8f48c7 3832
daac118b
YCH
3833Core
3834+ Add --playlist-random to shuffle playlists (#11889, #11901)
3144eccf
S
3835* [utils] Improve comments processing in js_to_json (#11947)
3836* [utils] Handle single-line comments in js_to_json
3837* [downloader/external:ffmpeg] Minimize the use of aac_adtstoasc filter
daac118b 3838
bd8f48c7 3839Extractors
3144eccf
S
3840+ [piksel] Add another app token pattern (#11969)
3841+ [vk] Capture and output author blocked error message (#11965)
3842+ [turner] Fix secure HLS formats downloading with ffmpeg (#11358, #11373,
3843 #11800)
3844+ [drtv] Add support for live and radio sections (#1827, #3427)
3845* [myspace] Fix extraction and extract HLS and HTTP formats
3846+ [youtube] Add format info for itag 325 and 328
3847* [vine] Fix extraction (#11955)
3848- [sportbox] Remove extractor (#11954)
3849+ [filmon] Add support for filmon.com (#11187)
d7f9242e 3850+ [infoq] Add audio only formats (#11565)
3144eccf
S
3851* [douyutv] Improve room id regular expression (#11931)
3852* [iprima] Fix extraction (#11920, #11896)
a22b2fd1 3853* [youtube] Fix ytsearch when cookies are provided (#11924)
3144eccf
S
3854* [go] Relax video id regular expression (#11937)
3855* [facebook] Fix title extraction (#11941)
3856+ [youtube:playlist] Recognize TL playlists (#11945)
bd8f48c7 3857+ [bilibili] Support new Bangumi URLs (#11845)
3144eccf
S
3858+ [cbc:watch] Extract audio codec for audio only formats (#11893)
3859+ [elpais] Fix extraction for some URLs (#11765)
bd8f48c7 3860
daac118b 3861
50695949 3862version 2017.02.01
000f2079
YCH
3863
3864Extractors
b996b880 3865+ [facebook] Add another fallback extraction scenario (#11926)
000f2079 3866* [prosiebensat1] Fix extraction of descriptions (#11810, #11929)
b996b880
S
3867- [crunchyroll] Remove ScaledBorderAndShadow settings (#9028)
3868+ [vimeo] Extract upload timestamp
3869+ [vimeo] Extract license (#8726, #11880)
3870+ [nrk:series] Add support for series (#11571, #11711)
3871
000f2079 3872
d7e215b4 3873version 2017.01.31
3a528ffd
S
3874
3875Core
3876+ [compat] Add compat_etree_register_namespace
3877
3878Extractors
3879* [youtube] Fix extraction for domainless player URLs (#11890, #11891, #11892,
3880 #11894, #11895, #11897, #11900, #11903, #11904, #11906, #11907, #11909,
3881 #11913, #11914, #11915, #11916, #11917, #11918, #11919)
3882+ [vimeo] Extract both mixed and separated DASH formats
3883+ [ruutu] Extract DASH formats
3884* [itv] Fix extraction for python 2.6
3885
3886
4d2fdb07 3887version 2017.01.29
fe323a48
S
3888
3889Core
3890* [extractor/common] Fix initialization template (#11605, #11825)
3891+ [extractor/common] Document fragment_base_url and fragment's path fields
3892* [extractor/common] Fix duration per DASH segment (#11868)
3893+ Introduce --autonumber-start option for initial value of %(autonumber)s
3894 template (#727, #2702, #9362, #10457, #10529, #11862)
3895
3896Extractors
3897+ [azmedien:playlist] Add support for topic and themen playlists (#11817)
3898* [npo] Fix subtitles extraction
3899+ [itv] Extract subtitles
3900+ [itv] Add support for itv.com (#9240)
3901+ [mtv81] Add support for mtv81.com (#7619)
3902+ [vlive] Add support for channels (#11826)
3903+ [kaltura] Add fallback for fileExt
3904+ [kaltura] Improve uploader_id extraction
3905+ [konserthusetplay] Add support for rspoplay.se (#11828)
3906
3907
d41ed6d2 3908version 2017.01.28
815d2a36
S
3909
3910Core
3911* [utils] Improve parse_duration
3912
3913Extractors
3914* [crunchyroll] Improve series and season metadata extraction (#11832)
3915* [soundcloud] Improve formats extraction and extract audio bitrate
3916+ [soundcloud] Extract HLS formats
3917* [soundcloud] Fix track URL extraction (#11852)
3918+ [twitch:vod] Expand URL regular expressions (#11846)
3919* [aenetworks] Fix season episodes extraction (#11669)
3920+ [tva] Add support for videos.tva.ca (#11842)
3921* [jamendo] Improve and extract more metadata (#11836)
3922+ [disney] Add support for Disney sites (#7409, #11801, #4975, #11000)
3923* [vevo] Remove request to old API and catch API v2 errors
3924+ [cmt,mtv,southpark] Add support for episode URLs (#11837)
3925+ [youtube] Add fallback for duration extraction (#11841)
3926
3927
2417d415 3928version 2017.01.25
2c302cf6
S
3929
3930Extractors
3931+ [openload] Fallback video extension to mp4
3932+ [extractor/generic] Add support for Openload embeds (#11536, #11812)
3933* [srgssr] Fix rts video extraction (#11831)
3934+ [afreecatv:global] Add support for afreeca.tv (#11807)
3935+ [crackle] Extract vtt subtitles
3936+ [crackle] Extract multiple resolutions for thumbnails
3937+ [crackle] Add support for mobile URLs
3938+ [konserthusetplay] Extract subtitles (#11823)
3939+ [konserthusetplay] Add support for HLS videos (#11823)
3940* [vimeo:review] Fix config URL extraction (#11821)
3941
3942
c3a65c3d 3943version 2017.01.24
bc35ed3f
YCH
3944
3945Extractors
ee4c091c 3946* [pluralsight] Fix extraction (#11820)
bc35ed3f 3947+ [nextmedia] Add support for NextTV (壹電視)
ee4c091c
S
3948* [24video] Fix extraction (#11811)
3949* [youtube:playlist] Fix nonexistent and private playlist detection (#11604)
3950+ [chirbit] Extract uploader (#11809)
bc35ed3f
YCH
3951
3952
9d5b29c8 3953version 2017.01.22
4447fb23
YCH
3954
3955Extractors
6c031a35
S
3956+ [pornflip] Add support for pornflip.com (#11556, #11795)
3957* [chaturbate] Fix extraction (#11797, #11802)
3958+ [azmedien] Add support for AZ Medien sites (#11784, #11785)
7c20b748 3959+ [nextmedia] Support redirected URLs
6c031a35
S
3960+ [vimeo:channel] Extract videos' titles for playlist entries (#11796)
3961+ [youtube] Extract episode metadata (#9695, #11774)
4447fb23 3962+ [cspan] Support Ustream embedded videos (#11547)
6c031a35
S
3963+ [1tv] Add support for HLS videos (#11786)
3964* [uol] Fix extraction (#11770)
3965* [mtv] Relax triforce feed regular expression (#11766)
4447fb23
YCH
3966
3967
1560baac 3968version 2017.01.18
460f61fa
S
3969
3970Extractors
3971* [bilibili] Fix extraction (#11077)
3972+ [canalplus] Add fallback for video id (#11764)
3973* [20min] Fix extraction (#11683, #11751)
3974* [imdb] Extend URL regular expression (#11744)
3975+ [naver] Add support for tv.naver.com links (#11743)
3976
3977
c1c2fe20 3978version 2017.01.16
dcae7b3f 3979
ddd53c39
S
3980Core
3981* [options] Apply custom config to final composite configuration (#11741)
3982* [YoutubeDL] Improve protocol auto determining (#11720)
3983
dcae7b3f 3984Extractors
ddd53c39
S
3985* [xiami] Relax URL regular expressions
3986* [xiami] Improve track metadata extraction (#11699)
3987+ [limelight] Check hand-make direct HTTP links
3988+ [limelight] Add support for direct HTTP links at video.llnw.net (#11737)
16e2c8f7 3989+ [brightcove] Recognize another player ID pattern (#11688)
dcae7b3f 3990+ [niconico] Support login via cookies (#7968)
ddd53c39
S
3991* [yourupload] Fix extraction (#11601)
3992+ [beam:live] Add support for beam.pro live streams (#10702, #11596)
3993* [vevo] Improve geo restriction detection
3994+ [dramafever] Add support for URLs with language code (#11714)
3995* [cbc] Improve playlist support (#11704)
3996
dcae7b3f 3997
5d4c7daa 3998version 2017.01.14
0b94510c
S
3999
4000Core
4001+ [common] Add ability to customize akamai manifest host
4002+ [utils] Add more date formats
4003
4004Extractors
4005- [mtv] Eliminate _transform_rtmp_url
4006* [mtv] Generalize triforce mgid extraction
4007+ [cmt] Add support for full episodes and video clips (#11623)
4008+ [mitele] Extract DASH formats
4009+ [ooyala] Add support for videos with embedToken (#11684)
4010* [mixcloud] Fix extraction (#11674)
4011* [openload] Fix extraction (#10408)
4012* [tv4] Improve extraction (#11698)
4013* [freesound] Fix and improve extraction (#11602)
4014+ [nick] Add support for beta.nick.com (#11655)
4015* [mtv,cc] Use HLS by default with native HLS downloader (#11641)
4016* [mtv] Fix non-HLS extraction
4017
4018
31ea2ad8 4019version 2017.01.10
8084951b 4020
bfedb2cc 4021Extractors
2184d443
S
4022* [youtube] Fix extraction (#11663, #11664)
4023+ [inc] Add support for inc.com (#11277, #11647)
4024+ [youtube] Add itag 212 (#11575)
8084951b
PH
4025+ [egghead:course] Add support for egghead.io courses
4026
bfedb2cc 4027
e7ea724c 4028version 2017.01.08
24d8a759 4029
12192011
YCH
4030Core
4031* Fix "invalid escape sequence" errors under Python 3.6 (#11581)
4032
24d8a759 4033Extractors
e6016602
S
4034+ [hitrecord] Add support for hitrecord.org (#10867, #11626)
4035- [videott] Remove extractor
4036* [swrmediathek] Improve extraction
4037- [sharesix] Remove extractor
4038- [aol:features] Remove extractor
4039* [sendtonews] Improve info extraction
4040* [3sat,phoenix] Fix extraction (#11619)
4041* [comedycentral/mtv] Add support for HLS videos (#11600)
24d8a759
YCH
4042* [discoverygo] Fix JSON data parsing (#11219, #11522)
4043
bfedb2cc 4044
7232bb29 4045version 2017.01.05
2b12e340
S
4046
4047Extractors
4048+ [zdf] Fix extraction (#11055, #11063)
4049* [pornhub:playlist] Improve extraction (#11594)
4050+ [cctv] Add support for ncpa-classic.com (#11591)
4051+ [tunein] Add support for embeds (#11579)
4052
4053
2021b650 4054version 2017.01.02
b890caaf
S
4055
4056Extractors
4057* [cctv] Improve extraction (#879, #6753, #8541)
4058+ [nrktv:episodes] Add support for episodes (#11571)
4059+ [arkena] Add support for video.arkena.com (#11568)
4060
4061
dc48a354 4062version 2016.12.31
1ea0b727
S
4063
4064Core
4065+ Introduce --config-location option for custom configuration files (#6745,
4066 #10648)
4067
4068Extractors
4069+ [twitch] Add support for player.twitch.tv (#11535, #11537)
4070+ [videa] Add support for videa.hu (#8181, #11133)
4071* [vk] Fix postlive videos extraction
4072* [vk] Extract from playerParams (#11555)
4073- [freevideo] Remove extractor (#11515)
4074+ [showroomlive] Add support for showroom-live.com (#11458)
4075* [xhamster] Fix duration extraction (#11549)
4076* [rtve:live] Fix extraction (#11529)
4077* [brightcove:legacy] Improve embeds detection (#11523)
4078+ [twitch] Add support for rechat messages (#11524)
4079* [acast] Fix audio and timestamp extraction (#11521)
4080
4081
5e77c0b5 4082version 2016.12.22
ab3091fe
RA
4083
4084Core
4085* [extractor/common] Improve detection of video-only formats in m3u8
4086 manifests (#11507)
4087
4088Extractors
4089+ [theplatform] Pass geo verification headers to SMIL request (#10146)
4090+ [viu] Pass geo verification headers to auth request
4091* [rtl2] Extract more formats and metadata
4092* [vbox7] Skip malformed JSON-LD (#11501)
4093* [uplynk] Force downloading using native HLS downloader (#11496)
4094+ [laola1] Add support for another extraction scenario (#11460)
4095
4096
90352a80 4097version 2016.12.20
8ab7e6c4 4098
1f6a79b0
S
4099Core
4100* [extractor/common] Improve fragment URL construction for DASH media
4101* [extractor/common] Fix codec information extraction for mixed audio/video
4102 DASH media (#11490)
4103
8ab7e6c4 4104Extractors
1f6a79b0
S
4105* [vbox7] Fix extraction (#11494)
4106+ [uktvplay] Add support for uktvplay.uktv.co.uk (#11027)
4107+ [piksel] Add support for player.piksel.com (#11246)
4108+ [vimeo] Add support for DASH formats
4109* [vimeo] Fix extraction for HLS formats (#11490)
8ab7e6c4 4110* [kaltura] Fix wrong widget ID in some cases (#11480)
1f6a79b0
S
4111+ [nrktv:direkte] Add support for live streams (#11488)
4112* [pbs] Fix extraction for geo restricted videos (#7095)
4113* [brightcove:new] Skip widevine classic videos
4114+ [viu] Add support for viu.com (#10607, #11329)
8ab7e6c4
YCH
4115
4116
f73d7d50 4117version 2016.12.18
52a1d48d
S
4118
4119Core
4120+ [extractor/common] Recognize DASH formats in html5 media entries
4121
4122Extractors
4123+ [ccma] Add support for ccma.cat (#11359)
4124* [laola1tv] Improve extraction
4125+ [laola1tv] Add support embed URLs (#11460)
4126* [nbc] Fix extraction for MSNBC videos (#11466)
4127* [twitch] Adapt to new videos pages URL schema (#11469)
4128+ [meipai] Add support for meipai.com (#10718)
4129* [jwplatform] Improve subtitles and duration extraction
4130+ [ondemandkorea] Add support for ondemandkorea.com (#10772)
4131+ [vvvvid] Add support for vvvvid.it (#5915)
4132
4133
38be3bc5 4134version 2016.12.15
30918999 4135
d7ef47bf
S
4136Core
4137+ [utils] Add convenience urljoin
4138
30918999 4139Extractors
5c32a5be 4140+ [openload] Recognize oload.tv URLs (#10408)
30918999 4141+ [facebook] Recognize .onion URLs (#11443)
d7ef47bf
S
4142* [vlive] Fix extraction (#11375, #11383)
4143+ [canvas] Extract DASH formats
4144+ [melonvod] Add support for vod.melon.com (#11419)
4145
30918999 4146
3c1e9dc4 4147version 2016.12.12
62faf9b5
S
4148
4149Core
4150+ [utils] Add common user agents map
4151+ [common] Recognize HLS manifests that contain video only formats (#11394)
4152
4153Extractors
4154+ [dplay] Use Safari user agent for HLS (#11418)
4155+ [facebook] Detect login required error message
4156* [facebook] Improve video selection (#11390)
4157+ [canalplus] Add another video id pattern (#11399)
4158* [mixcloud] Relax URL regular expression (#11406)
4159* [ctvnews] Relax URL regular expression (#11394)
4160+ [rte] Capture and output error message (#7746, #10498)
4161+ [prosiebensat1] Add support for DASH formats
4162* [srgssr] Improve extraction for geo restricted videos (#11089)
4163* [rts] Improve extraction for geo restricted videos (#4989)
4164
4165
18ece70c 4166version 2016.12.09
d17bfe40 4167
9ed3495e
S
4168Core
4169* [socks] Fix error reporting (#11355)
4170
d17bfe40 4171Extractors
6c20a0bb 4172* [openload] Fix extraction (#10408)
9ed3495e
S
4173* [pandoratv] Fix extraction (#11023)
4174+ [telebruxelles] Add support for emission URLs
4175* [telebruxelles] Extract all formats
4176+ [bloomberg] Add another video id regular expression (#11371)
4177* [fusion] Update ooyala id regular expression (#11364)
4178+ [1tv] Add support for playlists (#11335)
4179* [1tv] Improve extraction (#11335)
4180+ [aenetworks] Extract more formats (#11321)
d17bfe40
YCH
4181+ [thisoldhouse] Recognize /tv-episode/ URLs (#11271)
4182
62faf9b5 4183
73ec479c 4184version 2016.12.01
f150530f
S
4185
4186Extractors
4187* [soundcloud] Update client id (#11327)
4188* [ruutu] Detect DRM protected videos
4189+ [liveleak] Add support for youtube embeds (#10688)
4190* [spike] Fix full episodes support (#11312)
4191* [comedycentral] Fix full episodes support
4192* [normalboots] Rewrite in terms of JWPlatform (#11184)
4193* [teamfourstar] Rewrite in terms of JWPlatform (#11184)
4194- [screenwavemedia] Remove extractor (#11184)
4195
4196
2b380fc2 4197version 2016.11.27
44444f0d
YCH
4198
4199Extractors
294d4926
S
4200+ [webcaster] Add support for webcaster.pro
4201+ [azubu] Add support for azubu.uol.com.br (#11305)
4202* [viki] Prefer hls formats
4203* [viki] Fix rtmp formats extraction (#11255)
4204* [puls4] Relax URL regular expression (#11267)
4205* [vevo] Improve artist extraction (#10911)
4206* [mitele] Relax URL regular expression and extract more metadata (#11244)
44444f0d 4207+ [cbslocal] Recognize New York site (#11285)
294d4926 4208+ [youtube:playlist] Pass disable_polymer in URL query (#11193)
44444f0d
YCH
4209
4210
3b5daf07 4211version 2016.11.22
303b38fa
YCH
4212
4213Extractors
c8f56741
S
4214* [hellporno] Fix video extension extraction (#11247)
4215+ [hellporno] Add support for hellporno.net (#11247)
1d6ae562 4216+ [amcnetworks] Recognize more BBC America URLs (#11263)
c8f56741
S
4217* [funnyordie] Improve extraction (#11208)
4218* [extractor/generic] Improve limelight embeds support
4219- [crunchyroll] Remove ScaledBorderAndShadow from ASS subtitles (#8207, #9028)
4220* [bandcamp] Fix free downloads extraction and extract all formats (#11067)
4221* [twitter:card] Relax URL regular expression (#11225)
4222+ [tvanouvelles] Add support for tvanouvelles.ca (#10616)
4223
303b38fa 4224
b25459b8 4225version 2016.11.18
d76767c9
YCH
4226
4227Extractors
08ec95a6 4228* [youtube:live] Relax URL regular expression (#11164)
d76767c9 4229* [openload] Fix extraction (#10408, #11122)
5f75c4a4 4230* [vlive] Prefer locale over language for subtitles id (#11203)
d76767c9
YCH
4231
4232
6b4dfa28 4233version 2016.11.14.1
3eaaa8ab 4234
dbffd00b
S
4235Core
4236+ [downoader/fragment,f4m,hls] Respect HTTP headers from info dict
4237* [extractor/common] Fix media templates with Bandwidth substitution pattern in
4238 MPD manifests (#11175)
4239* [extractor/common] Improve thumbnail extraction from JSON-LD
4240
3eaaa8ab 4241Extractors
dbffd00b
S
4242+ [nrk] Workaround geo restriction
4243+ [nrk] Improve error detection and messages
4244+ [afreecatv] Add support for vod.afreecatv.com (#11174)
4245* [cda] Fix and improve extraction (#10929, #10936)
4246* [plays] Fix extraction (#11165)
4247* [eagleplatform] Fix extraction (#11160)
3eaaa8ab
YCH
4248+ [audioboom] Recognize /posts/ URLs (#11149)
4249
4250
db3367f4 4251version 2016.11.08.1
6590925c
S
4252
4253Extractors
4254* [espn:article] Fix support for espn.com articles
4255* [franceculture] Fix extraction (#11140)
4256
4257
c58e07a7 4258version 2016.11.08
cb882540
D
4259
4260Extractors
5d47b38c 4261* [tmz:article] Fix extraction (#11052)
f700afa2 4262* [espn] Fix extraction (#11041)
cb882540 4263* [mitele] Fix extraction after website redesign (#10824)
f700afa2
S
4264- [ard] Remove age restriction check (#11129)
4265* [generic] Improve support for pornhub.com embeds (#11100)
4266+ [generic] Add support for redtube.com embeds (#11099)
4267+ [generic] Add support for drtuber.com embeds (#11098)
4268+ [redtube] Add support for embed URLs
4269+ [drtuber] Add support for embed URLs
4270+ [yahoo] Improve content id extraction (#11088)
4271* [toutv] Relax URL regular expression (#11121)
cb882540
D
4272
4273
b30e4c27 4274version 2016.11.04
cc99a77a 4275
09ffe34b
S
4276Core
4277* [extractor/common] Tolerate malformed RESOLUTION attribute in m3u8
4278 manifests (#11113)
4279* [downloader/ism] Fix AVC Decoder Configuration Record
4280
cc99a77a 4281Extractors
09ffe34b
S
4282+ [fox9] Add support for fox9.com (#11110)
4283+ [anvato] Extract more metadata and improve formats extraction
4284* [vodlocker] Improve removed videos detection (#11106)
4285+ [vzaar] Add support for vzaar.com (#11093)
4286+ [vice] Add support for uplynk preplay videos (#11101)
4287* [tubitv] Fix extraction (#11061)
4288+ [shahid] Add support for authentication (#11091)
4289+ [radiocanada] Add subtitles support (#11096)
cc99a77a
S
4290+ [generic] Add support for ISM manifests
4291
4292
8956d660 4293version 2016.11.02
a18aeee8
S
4294
4295Core
4296+ Add basic support for Smooth Streaming protocol (#8118, #10969)
4297* Improve MPD manifest base URL extraction (#10909, #11079)
4298* Fix --match-filter for int-like strings (#11082)
4299
4300Extractors
4301+ [mva] Add support for ISM formats
4302+ [msn] Add support for ISM formats
4303+ [onet] Add support for ISM formats
4304+ [tvp] Add support for ISM formats
4305+ [nicknight] Add support for nicknight sites (#10769)
4306
4307
e70a5e65 4308version 2016.10.30
ec870511
YCH
4309
4310Extractors
d9ee2e5c 4311* [facebook] Improve 1080P video detection (#11073)
e1a0b3b8 4312* [imgur] Recognize /r/ URLs (#11071)
3bf55be4 4313* [beeg] Fix extraction (#11069)
f02700a1 4314* [openload] Fix extraction (#10408)
3bf55be4 4315* [gvsearch] Modernize and fix search request (#11051)
a5a8877f 4316* [adultswim] Fix extraction (#10979)
3bf55be4 4317+ [nobelprize] Add support for nobelprize.org (#9999)
ec870511 4318* [hornbunny] Fix extraction (#10981)
3bf55be4 4319* [tvp] Improve video id extraction (#10585)
ec870511
YCH
4320
4321
88839f43 4322version 2016.10.26
83e93744
S
4323
4324Extractors
4325+ [rentv] Add support for ren.tv (#10620)
4326+ [ard] Detect unavailable videos (#11018)
4327* [vk] Fix extraction (#11022)
4328
4329
94e08950 4330version 2016.10.25
5378f8ce
YCH
4331
4332Core
4333* Running youtube-dl in the background is fixed (#10996, #10706, #955)
4334
9dde0e04 4335Extractors
ee824a8d 4336+ [jamendo] Add support for jamendo.com (#10132, #10736)
b0b28b82 4337+ [pandatv] Add support for panda.tv (#10736)
5ace137b 4338+ [dotsub] Support Vimeo embed (#10964)
9dde0e04 4339* [litv] Fix extraction
b0b28b82
S
4340+ [vimeo] Delegate ondemand redirects to ondemand extractor (#10994)
4341* [vivo] Fix extraction (#11003)
4342+ [twitch:stream] Add support for rebroadcasts (#10995)
4343* [pluralsight] Fix subtitles conversion (#10990)
9dde0e04 4344
5378f8ce 4345
69c2d42b 4346version 2016.10.21.1
062e2769
S
4347
4348Extractors
4349+ [pluralsight] Process all clip URLs (#10984)
4350
4351
9ce00774 4352version 2016.10.21
05b7996c 4353
0ebb86bd
S
4354Core
4355- Disable thumbnails embedding in mkv
4356+ Add support for Comcast multiple-system operator (#10819)
4357
19e44715 4358Extractors
0ebb86bd 4359* [pluralsight] Adapt to new API (#10972)
19e44715 4360* [openload] Fix extraction (#10408, #10971)
0ebb86bd 4361+ [natgeo] Extract m3u8 formats (#10959)
19e44715 4362
05b7996c 4363
c8802041 4364version 2016.10.19
c7911009
S
4365
4366Core
4367+ [utils] Expose PACKED_CODES_RE
4368+ [extractor/common] Extract non smil wowza mpd manifests
4369+ [extractor/common] Detect f4m audio-only formats
4370
4371Extractors
4372* [vidzi] Fix extraction (#10908, #10952)
05b7996c
S
4373* [urplay] Fix subtitles extraction
4374+ [urplay] Add support for urskola.se (#10915)
c7911009
S
4375+ [orf] Add subtitles support (#10939)
4376* [youtube] Fix --no-playlist behavior for youtu.be/id URLs (#10896)
4377* [nrk] Relax URL regular expression (#10928)
4378+ [nytimes] Add support for podcasts (#10926)
4379* [pluralsight] Relax URL regular expression (#10941)
4380
4381
bbd77068 4382version 2016.10.16
580d4119 4383
112740e7
S
4384Core
4385* [postprocessor/ffmpeg] Return correct filepath and ext in updated information
4386 in FFmpegExtractAudioPP (#10879)
4387
580d4119 4388Extractors
112740e7
S
4389+ [ruutu] Add support for supla.fi (#10849)
4390+ [theoperaplatform] Add support for theoperaplatform.eu (#10914)
4391* [lynda] Fix height for prioritized streams
4392+ [lynda] Add fallback extraction scenario
4393* [lynda] Switch to https (#10916)
f605242b 4394+ [huajiao] New extractor (#10917)
88ebefc0 4395* [cmt] Fix mgid extraction (#10813)
112740e7
S
4396+ [safari:course] Add support for techbus.safaribooksonline.com
4397* [orf:tvthek] Fix extraction and modernize (#10898)
2ecbd2ad 4398* [chirbit] Fix extraction of user profile pages
112740e7 4399* [carambatv] Fix extraction
e2004cca 4400* [canalplus] Fix extraction for some videos
a5f84731 4401* [cbsinteractive] Fix extraction for cnet.com
580d4119
YCH
4402* [parliamentliveuk] Lower case URLs are now recognized (#10912)
4403
4404
5c4bfd4d 4405version 2016.10.12
8204c733
YCH
4406
4407Core
cea364f7 4408+ Support HTML media elements without child nodes
8204c733
YCH
4409* [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)
4410
b0082629 4411Extractors
9feb1c97 4412* [dailymotion] Fix extraction (#10901)
a093cfc7 4413* [vimeo:review] Fix extraction (#10900)
55642487 4414* [nhl] Correctly handle invalid formats (#10713)
c452e69d 4415* [footyroom] Fix extraction (#10810)
f165ca70 4416* [abc.net.au:iview] Fix for standalone (non series) videos (#10895)
71cdcb23 4417+ [hbo] Add support for episode pages (#10892)
65f4c1de 4418* [allocine] Fix extraction (#10860)
b0082629 4419+ [nextmedia] Recognize action news on AppleDaily
7104ae79 4420* [lego] Improve info extraction and bypass geo restriction (#10872)
b0082629 4421
8204c733 4422
dd4291f7 4423version 2016.10.07
3d83a1ae
YCH
4424
4425Extractors
888f8d6b 4426+ [iprima] Detect geo restriction
38588ab9 4427* [facebook] Fix video extraction (#10846)
9dcd6fd3 4428+ [commonprotocols] Support direct MMS links (#10838)
888f8d6b
S
4429+ [generic] Add support for multiple vimeo embeds (#10862)
4430+ [nzz] Add support for nzz.ch (#4407)
4431+ [npo] Detect geo restriction
4432+ [npo] Add support for 2doc.nl (#10842)
4433+ [lego] Add support for lego.com (#10369)
4434+ [tonline] Add support for t-online.de (#10376)
4435* [techtalks] Relax URL regular expression (#10840)
4436* [youtube:live] Extend URL regular expression (#10839)
4437+ [theweatherchannel] Add support for weather.com (#7188)
4438+ [thisoldhouse] Add support for thisoldhouse.com (#10837)
4439+ [nhl] Add support for wch2016.com (#10833)
4440* [pornoxo] Use JWPlatform to improve metadata extraction
3d83a1ae
YCH
4441
4442
6c152ce2 4443version 2016.10.02
0d72ff9c 4444
53a7e3d2 4445Core
26406d33 4446* Fix possibly lost extended attributes during post-processing
53a7e3d2
YCH
4447+ Support pyxattr as well as python-xattr for --xattrs and
4448 --xattr-set-filesize (#9054)
4449
0d72ff9c 4450Extractors
99ed78c7 4451+ [jwplatform] Support DASH streams in JWPlayer
26406d33
S
4452+ [jwplatform] Support old-style JWPlayer playlists
4453+ [byutv:event] Add extractor
4454* [periscope:user] Fix extraction (#10820)
e295618f 4455* [dctp] Fix extraction (#10734)
26406d33
S
4456+ [instagram] Extract video dimensions (#10790)
4457+ [tvland] Extend URL regular expression (#10812)
4458+ [vgtv] Add support for tv.aftonbladet.se (#10800)
4459- [aftonbladet] Remove extractor
4460* [vk] Fix timestamp and view count extraction (#10760)
4461+ [vk] Add support for running and finished live streams (#10799)
0d72ff9c 4462+ [leeco] Recognize more Le Sports URLs (#10794)
26406d33
S
4463+ [instagram] Extract comments (#10788)
4464+ [ketnet] Extract mzsource formats (#10770)
4465* [limelight:media] Improve HTTP formats extraction
0d72ff9c
YCH
4466
4467
4468version 2016.09.27
5968d7d2
YCH
4469
4470Core
dd2cffee
S
4471+ Add hdcore query parameter to akamai f4m formats
4472+ Delegate HLS live streams downloading to ffmpeg
5968d7d2
YCH
4473+ Improved support for HTML5 subtitles
4474
0711995b 4475Extractors
dd2cffee 4476+ [vk] Add support for dailymotion embeds (#10661)
dd2cffee
S
4477* [promptfile] Fix extraction (#10634)
4478* [kaltura] Speed up embed regular expressions (#10764)
4479+ [npo] Add support for anderetijden.nl (#10754)
4480+ [prosiebensat1] Add support for advopedia sites
4481* [mwave] Relax URL regular expression (#10735, #10748)
4482* [prosiebensat1] Fix playlist support (#10745)
4483+ [prosiebensat1] Add support for sat1gold sites (#10745)
4484+ [cbsnews:livevideo] Fix extraction and extract m3u8 formats
4485+ [brightcove:new] Add support for live streams
4486* [soundcloud] Generalize playlist entries extraction (#10733)
4487+ [mtv] Add support for new URL schema (#8169, #9808)
d75d9e34 4488* [einthusan] Fix extraction (#10714)
f0bc5a86 4489+ [twitter] Support Periscope embeds (#10737)
0711995b
YCH
4490+ [openload] Support subtitles (#10625)
4491
5968d7d2 4492
e6332059 4493version 2016.09.24
e3d6bdc8 4494
8eec691e
S
4495Core
4496+ Add support for watchTVeverywhere.com authentication provider based MSOs for
4497 Adobe Pass authentication (#10709)
4498
e3d6bdc8 4499Extractors
8eec691e
S
4500+ [soundcloud:playlist] Provide video id for early playlist entries (#10733)
4501+ [prosiebensat1] Add support for kabeleinsdoku (#10732)
4502* [cbs] Extract info from thunder videoPlayerService (#10728)
4ddcb599 4503* [openload] Fix extraction (#10408)
e3d6bdc8 4504+ [ustream] Support the new HLS streams (#10698)
8eec691e
S
4505+ [ooyala] Extract all HLS formats
4506+ [cartoonnetwork] Add support for Adobe Pass authentication
4507+ [soundcloud] Extract license metadata
4508+ [fox] Add support for Adobe Pass authentication (#8584)
4509+ [tbs] Add support for Adobe Pass authentication (#10642, #10222)
4510+ [trutv] Add support for Adobe Pass authentication (#10519)
4511+ [turner] Add support for Adobe Pass authentication
4512
e3d6bdc8 4513
cb573868 4514version 2016.09.19
d8dbf870
YCH
4515
4516Extractors
59fd8f93
S
4517+ [crunchyroll] Check if already authenticated (#10700)
4518- [twitch:stream] Remove fallback to profile extraction when stream is offline
d8dbf870 4519* [thisav] Improve title extraction (#10682)
59fd8f93 4520* [vyborymos] Improve station info extraction
d8dbf870
YCH
4521
4522
3acff942 4523version 2016.09.18
e14c82bd 4524
9ca93b99
S
4525Core
4526+ Introduce manifest_url and fragments fields in formats dictionary for
4527 fragmented media
4528+ Provide manifest_url field for DASH segments, HLS and HDS
4529+ Provide fragments field for DASH segments
4530* Rework DASH segments downloader to use fragments field
4531+ Add helper method for Wowza Streaming Engine formats extraction
4532
e14c82bd 4533Extractors
9ca93b99
S
4534+ [vyborymos] Add extractor for vybory.mos.ru (#10692)
4535+ [xfileshare] Add title regular expression for streamin.to (#10646)
4536+ [globo:article] Add support for multiple videos (#10653)
584d6f34 4537+ [thisav] Recognize HTML5 videos (#10447)
e14c82bd 4538* [jwplatform] Improve JWPlayer detection
9ca93b99
S
4539+ [mangomolo] Add support for Mangomolo embeds
4540+ [toutv] Add support for authentication (#10669)
4541* [franceinter] Fix upload date extraction
4542* [tv4] Fix HLS and HDS formats extraction (#10659)
e14c82bd
YCH
4543
4544
f5e008d1 4545version 2016.09.15
be457302 4546
e6bf3621
S
4547Core
4548* Improve _hidden_inputs
4549+ Introduce improved explicit Adobe Pass support
4550+ Add --ap-mso to provide multiple-system operator identifier
4551+ Add --ap-username to provide MSO account username
4552+ Add --ap-password to provide MSO account password
4553+ Add --ap-list-mso to list all supported MSOs
4554+ Add support for Rogers Cable multiple-system operator (#10606)
4555
be457302 4556Extractors
e6bf3621
S
4557* [crunchyroll] Fix authentication (#10655)
4558* [twitch] Fix API calls (#10654, #10660)
4559+ [bellmedia] Add support for more Bell Media Television sites
4560* [franceinter] Fix extraction (#10538, #2105)
4561* [kuwo] Improve error detection (#10650)
4562+ [go] Add support for free full episodes (#10439)
86d68f90 4563* [bilibili] Fix extraction for specific videos (#10647)
e6bf3621
S
4564* [nhk] Fix extraction (#10633)
4565* [kaltura] Improve audio detection
4566* [kaltura] Skip chun format
4567+ [vimeo:ondemand] Pass Referer along with embed URL (#10624)
be457302
YCH
4568+ [nbc] Add support for NBC Olympics (#10361)
4569
4570
0307d6fb 4571version 2016.09.11.1
6c3affcb
YCH
4572
4573Extractors
d667ab7f 4574+ [tube8] Extract categories and tags (#10579)
6bb05b32 4575+ [pornhub] Extract categories and tags (#10499)
d667ab7f
S
4576* [openload] Temporary fix (#10408)
4577+ [foxnews] Add support Fox News articles (#10598)
4578* [viafree] Improve video id extraction (#10615)
001a5fd3 4579* [iwara] Fix extraction after relaunch (#10462, #3215)
d667ab7f
S
4580+ [tfo] Add extractor for tfo.org
4581* [lrt] Fix audio extraction (#10566)
4582* [9now] Fix extraction (#10561)
4583+ [canalplus] Add support for c8.fr (#10577)
6c3affcb 4584* [newgrounds] Fix uploader extraction (#10584)
d667ab7f
S
4585+ [polskieradio:category] Add support for category lists (#10576)
4586+ [ketnet] Add extractor for ketnet.be (#10343)
4587+ [canvas] Add support for een.be (#10605)
4588+ [telequebec] Add extractor for telequebec.tv (#1999)
4589* [parliamentliveuk] Fix extraction (#9137)
6c3affcb
YCH
4590
4591
b7178371 4592version 2016.09.08
b49ad71c
YCH
4593
4594Extractors
2abad67e
S
4595+ [jwplatform] Extract height from format label
4596+ [yahoo] Extract Brightcove Legacy Studio embeds (#9345)
4597* [videomore] Fix extraction (#10592)
e78a5428 4598* [foxgay] Fix extraction (#10480)
2abad67e 4599+ [rmcdecouverte] Add extractor for rmcdecouverte.bfmtv.com (#9709)
84b91dd4 4600* [gamestar] Fix metadata extraction (#10479)
2abad67e
S
4601* [puls4] Fix extraction (#10583)
4602+ [cctv] Add extractor for CCTV and CNTV (#8153)
4603+ [lci] Add extractor for lci.fr (#10573)
4604+ [wat] Extract DASH formats
4605+ [viafree] Improve video id detection (#10569)
4606+ [trutv] Add extractor for trutv.com (#10519)
4607+ [nick] Add support for nickelodeon.nl (#10559)
4608+ [abcotvs:clips] Add support for clips.abcotvs.com
4609+ [abcotvs] Add support for ABC Owned Television Stations sites (#9551)
4610+ [miaopai] Add extractor for miaopai.com (#10556)
4611* [gamestar] Fix metadata extraction (#10479)
4612+ [bilibili] Add support for episodes (#10190)
4613+ [tvnoe] Add extractor for tvnoe.cz (#10524)
b49ad71c
YCH
4614
4615
48094901 4616version 2016.09.04.1
cf0efe96 4617
919cf1a6 4618Core
8112bfea
S
4619* In DASH downloader if the first segment fails, abort the whole download
4620 process to prevent throttling (#10497)
4621+ Add support for --skip-unavailable-fragments and --fragment retries in
4622 hlsnative downloader (#10165, #10448).
4623+ Add support for --skip-unavailable-fragments in DASH downloader
4624+ Introduce --skip-unavailable-fragments option for fragment based downloaders
4625 that allows to skip fragments unavailable due to a HTTP error
4626* Fix extraction of video/audio entries with src attribute in
4627 _parse_html5_media_entries (#10540)
919cf1a6 4628
cf0efe96 4629Extractors
8112bfea
S
4630* [theplatform] Relax URL regular expression (#10546)
4631* [youtube:playlist] Extend URL regular expression
4632* [rottentomatoes] Delegate extraction to internetvideoarchive extractor
4633* [internetvideoarchive] Extract all formats
b29cd565 4634* [pornvoisines] Fix extraction (#10469)
62263851 4635* [rottentomatoes] Fix extraction (#10467)
8112bfea
S
4636* [espn] Extend URL regular expression (#10549)
4637* [vimple] Extend URL regular expression (#10547)
4638* [youtube:watchlater] Fix extraction (#10544)
45aab4d3 4639* [youjizz] Fix extraction (#10437)
cdc78351 4640+ [foxnews] Add support for FoxNews Insider (#10445)
cf0efe96
YCH
4641+ [fc2] Recognize Flash player URLs (#10512)
4642
4643
86c3bbbc 4644version 2016.09.03
05d46129 4645
4b3a6076
S
4646Core
4647* Restore usage of NAME attribute from EXT-X-MEDIA tag for formats codes in
4648 _extract_m3u8_formats (#10522)
4649* Handle semicolon in mimetype2ext
4650
05d46129 4651Extractors
4b3a6076
S
4652+ [youtube] Add support for rental videos' previews (#10532)
4653* [youtube:playlist] Fallback to video extraction for video/playlist URLs when
4654 no playlist is actually served (#10537)
4655+ [drtv] Add support for dr.dk/nyheder (#10536)
4656+ [facebook:plugins:video] Add extractor (#10530)
4657+ [go] Add extractor for *.go.com sites
4658* [adobepass] Check for authz_token expiration (#10527)
4659* [nytimes] improve extraction
4660* [thestar] Fix extraction (#10465)
4661* [glide] Fix extraction (#10478)
4662- [exfm] Remove extractor (#10482)
4663* [youporn] Fix categories and tags extraction (#10521)
4664+ [curiositystream] Add extractor for app.curiositystream.com
4c8ab6fd 4665- [thvideo] Remove extractor (#10464)
05d46129 4666* [movingimage] Fix for the new site name (#10466)
4b3a6076
S
4667+ [cbs] Add support for once formats (#10515)
4668* [limelight] Skip ism snd duplicate manifests
4669+ [porncom] Extract categories and tags (#10510)
4670+ [facebook] Extract timestamp (#10508)
4671+ [yahoo] Extract more formats
05d46129
YCH
4672
4673
4fd35061 4674version 2016.08.31
40eec6b1
YCH
4675
4676Extractors
263fef43
S
4677* [soundcloud] Fix URL regular expression to avoid clashes with sets (#10505)
4678* [bandcamp:album] Fix title extraction (#10455)
4679* [pyvideo] Fix extraction (#10468)
4680+ [ctv] Add support for tsn.ca, bnn.ca and thecomedynetwork.ca (#10016)
4681* [9c9media] Extract more metadata
4682* [9c9media] Fix multiple stacks extraction (#10016)
4683* [adultswim] Improve video info extraction (#10492)
4684* [vodplatform] Improve embed regular expression
4685- [played] Remove extractor (#10470)
4686+ [tbs] Add extractor for tbs.com and tntdrama.com (#10222)
4687+ [cartoonnetwork] Add extractor for cartoonnetwork.com (#10110)
4688* [adultswim] Rework in terms of turner extractor
4689* [cnn] Rework in terms of turner extractor
4690* [nba] Rework in terms of turner extractor
4691+ [turner] Add base extractor for Turner Broadcasting System based sites
04b32c8f 4692* [bilibili] Fix extraction (#10375)
40eec6b1
YCH
4693* [openload] Fix extraction (#10408)
4694
4695
1198fe14 4696version 2016.08.28
0c75abbb 4697
d7aae610
S
4698Core
4699+ Add warning message that ffmpeg doesn't support SOCKS
4700* Improve thumbnail sorting
4701+ Extract formats from #EXT-X-MEDIA tags in _extract_m3u8_formats
4702* Fill IV with leading zeros for IVs shorter than 16 octets in hlsnative
4703+ Add ac-3 to the list of audio codecs in parse_codecs
4704
0c75abbb 4705Extractors
d7aae610
S
4706* [periscope:user] Fix extraction (#10453)
4707* [douyutv] Fix extraction (#10153, #10318, #10444)
4708+ [nhk:vod] Add extractor for www3.nhk.or.jp on demand (#4437, #10424)
4709- [trutube] Remove extractor (#10438)
4710+ [usanetwork] Add extractor for usanetwork.com
b54a2da4 4711* [crackle] Fix extraction (#10333)
d7aae610
S
4712* [spankbang] Fix description and uploader extraction (#10339)
4713* [discoverygo] Detect cable provider restricted videos (#10425)
4714+ [cbc] Add support for watch.cbc.ca
4715* [kickstarter] Silent the warning for og:description (#10415)
0c75abbb
YCH
4716* [mtvservices:embedded] Fix extraction for the new 'edge' player (#10363)
4717
4718
d38b27dd 4719version 2016.08.24.1
6d94cbd2
S
4720
4721Extractors
4722+ [pluralsight] Add support for subtitles (#9681)
4723
4724
c86f51ee 4725version 2016.08.24
18b62161
YCH
4726
4727Extractors
6e52bbb4 4728* [youtube] Fix authentication (#10392)
18b62161 4729* [openload] Fix extraction (#10408)
6e52bbb4
S
4730+ [bravotv] Add support for Adobe Pass (#10407)
4731* [bravotv] Fix clip info extraction (#10407)
4732* [eagleplatform] Improve embedded videos detection (#10409)
4733* [awaan] Fix extraction
4734* [mtvservices:embedded] Update config URL
4735+ [abc:iview] Add extractor (#6148)
18b62161
YCH
4736
4737
6d2679ee 4738version 2016.08.22
e4659b45
YCH
4739
4740Core
afbab568
S
4741* Improve formats and subtitles extension auto calculation
4742+ Recognize full unit names in parse_filesize
4743+ Add support for m3u8 manifests in HTML5 multimedia tags
4744* Fix octal/hexadecimal number detection in js_to_json
e4659b45 4745
b8223203 4746Extractors
afbab568 4747+ [ivi] Add support for 720p and 1080p
ad120ae1 4748+ [charlierose] Add new extractor (#10382)
afbab568
S
4749* [1tv] Fix extraction (#9249)
4750* [twitch] Renew authentication
4751* [kaltura] Improve subtitles extension calculation
4752+ [zingmp3] Add support for video clips
4753* [zingmp3] Fix extraction (#10041)
4754* [kaltura] Improve subtitles extraction (#10279)
4755* [cultureunplugged] Fix extraction (#10330)
4756+ [cnn] Add support for money.cnn.com (#2797)
4757* [cbsnews] Fix extraction (#10362)
4758* [cbs] Fix extraction (#10393)
39e1c4f0 4759+ [litv] Support 'promo' URLs (#10385)
19f35402 4760* [snotr] Fix extraction (#10338)
b8223203 4761* [n-tv.de] Fix extraction (#10331)
afbab568 4762* [globo:article] Relax URL and video id regular expressions (#10379)
b8223203 4763
e4659b45 4764
bd1bcd3e 4765version 2016.08.19
93a63b36
S
4766
4767Core
4768- Remove output template description from --help
4769* Recognize lowercase units in parse_filesize
4770
4771Extractors
4772+ [porncom] Add extractor for porn.com (#2251, #10251)
4773+ [generic] Add support for DBTV embeds
4774* [vk:wallpost] Fix audio extraction for new site layout
4775* [vk] Fix authentication
4776+ [hgtvcom:show] Add extractor for hgtv.com shows (#10365)
4777+ [discoverygo] Add support for another GO network sites
4778
4779
b3d7dce4 4780version 2016.08.17
fafabc07 4781
a44694ab
S
4782Core
4783+ Add _get_netrc_login_info
4784
fafabc07 4785Extractors
a44694ab
S
4786* [mofosex] Extract all formats (#10335)
4787+ [generic] Add support for vbox7 embeds
4788+ [vbox7] Add support for embed URLs
4789+ [viafree] Add extractor (#10358)
4790+ [mtg] Add support for viafree URLs (#10358)
4791* [theplatform] Extract all subtitles per language
4792+ [xvideos] Fix HLS extraction (#10356)
4793+ [amcnetworks] Add extractor
4794+ [bbc:playlist] Add support for pagination (#10349)
4795+ [fxnetworks] Add extractor (#9462)
6d8ec8c3
YCH
4796* [cbslocal] Fix extraction for SendtoNews-based videos
4797* [sendtonews] Fix extraction
a44694ab
S
4798* [jwplatform] Extract video id from JWPlayer data
4799- [zippcast] Remove extractor (#10332)
4800+ [viceland] Add extractor (#8799)
4801+ [adobepass] Add base extractor for Adobe Pass Authentication
4802* [life:embed] Improve extraction
4803* [vgtv] Detect geo restricted videos (#10348)
4804+ [uplynk] Add extractor
fafabc07
YCH
4805* [xiami] Fix extraction (#10342)
4806
4807
73a85620 4808version 2016.08.13
e5812248 4809
a560f28c
S
4810Core
4811* Show progress for curl external downloader
4812* Forward more options to curl external downloader
4813
e5812248 4814Extractors
a560f28c
S
4815* [pbs] Fix description extraction
4816* [franceculture] Fix extraction (#10324)
4817* [pornotube] Fix extraction (#10322)
4818* [4tube] Fix metadata extraction (#10321)
4819* [imgur] Fix width and height extraction (#10325)
4820* [expotv] Improve extraction
4821+ [vbox7] Fix extraction (#10309)
e5812248 4822- [tapely] Remove extractor (#10323)
a560f28c
S
4823* [muenchentv] Fix extraction (#10313)
4824+ [24video] Add support for .me and .xxx TLDs
4825* [24video] Fix comment count extraction
4826* [sunporno] Add support for embed URLs
4827* [sunporno] Fix metadata extraction (#10316)
4828+ [hgtv] Add extractor for hgtv.ca (#3999)
4829- [pbs] Remove request to unavailable API
4830+ [pbs] Add support for high quality HTTP formats
4831+ [crunchyroll] Add support for HLS formats (#10301)
e5812248 4832
fafabc07 4833
b0081562 4834version 2016.08.12
81c13222
YCH
4835
4836Core
e5f878c2 4837* Subtitles are now written as is. Newline conversions are disabled. (#10268)
81c13222
YCH
4838+ Recognize more formats in unified_timestamp
4839
69d8eeee 4840Extractors
fff37cfd
S
4841- [goldenmoustache] Remove extractor (#10298)
4842* [drtuber] Improve title extraction
4843* [drtuber] Make dislike count optional (#10297)
4844* [chirbit] Fix extraction (#10296)
4845* [francetvinfo] Relax URL regular expression
4846* [rtlnl] Relax URL regular expression (#10282)
4847* [formula1] Relax URL regular expression (#10283)
4848* [wat] Improve extraction (#10281)
69d8eeee
YCH
4849* [ctsnews] Fix extraction
4850
81c13222 4851
b1ce2ba1 4852version 2016.08.10
b2bd968f 4853
5c8411e9
S
4854Core
4855* Make --metadata-from-title non fatal when title does not match the pattern
4856* Introduce options for randomized sleep before each download
4857 --min-sleep-interval and --max-sleep-interval (#9930)
4858* Respect default in _search_json_ld
4859
b2bd968f 4860Extractors
5c8411e9
S
4861+ [uol] Add extractor for uol.com.br (#4263)
4862* [rbmaradio] Fix extraction and extract all formats (#10242)
4863+ [sonyliv] Add extractor for sonyliv.com (#10258)
b1c6f21c 4864* [aparat] Fix extraction
5c8411e9
S
4865* [cwtv] Extract HTTP formats
4866+ [rozhlas] Add extractor for prehravac.rozhlas.cz (#10253)
4867* [kuwo:singer] Fix extraction
4868
b2bd968f 4869
4a01befb 4870version 2016.08.07
845dfcdc
S
4871
4872Core
4873+ Add support for TV Parental Guidelines ratings in parse_age_limit
4874+ Add decode_png (#9706)
4875+ Add support for partOfTVSeries in JSON-LD
4876* Lower master M3U8 manifest preference for better format sorting
4877
4878Extractors
4879+ [discoverygo] Add extractor (#10245)
4880* [flipagram] Make JSON-LD extraction non fatal
4881* [generic] Make JSON-LD extraction non fatal
4882+ [bbc] Add support for morph embeds (#10239)
4883* [tnaflixnetworkbase] Improve title extraction
4884* [tnaflix] Fix metadata extraction (#10249)
4885* [fox] Fix theplatform release URL query
4886* [openload] Fix extraction (#9706)
4887* [bbc] Skip duplicate manifest URLs
4888* [bbc] Improve format code
4889+ [bbc] Add support for DASH and F4M
4890* [bbc] Improve format sorting and listing
4891* [bbc] Improve playlist extraction
4892+ [pokemon] Add extractor (#10093)
4893+ [condenast] Add fallback scenario for video info extraction
4894
4895
491c42e6 4896version 2016.08.06
962250f7 4897
7f2339c6
S
4898Core
4899* Add support for JSON-LD root list entries (#10203)
4900* Improve unified_timestamp
4901* Lower preference of RTSP formats in generic sorting
4902+ Add support for multiple properties in _og_search_property
4903* Improve password hiding from verbose output
4904
4905Extractors
4906+ [adultswim] Add support for trailers (#10235)
4907* [archiveorg] Improve extraction (#10219)
4908+ [jwplatform] Add support for playlists
4909+ [jwplatform] Add support for relative URLs
4910* [jwplatform] Improve audio detection
4911+ [tvplay] Capture and output native error message
4912+ [tvplay] Extract series metadata
4913+ [tvplay] Add support for subtitles (#10194)
4914* [tvp] Improve extraction (#7799)
4915* [cbslocal] Fix timestamp parsing (#10213)
4916+ [naver] Add support for subtitles (#8096)
4917* [naver] Improve extraction
4918* [condenast] Improve extraction
4919* [engadget] Relax URL regular expression
4920* [5min] Fix extraction
4921+ [nationalgeographic] Add support for Episode Guide
4922+ [kaltura] Add support for subtitles
4923* [kaltura] Optimize network requests
4924+ [vodplatform] Add extractor for vod-platform.net
4925- [gamekings] Remove extractor
4926* [limelight] Extract HTTP formats
4927* [ntvru] Fix extraction
4928+ [comedycentral] Re-add :tds and :thedailyshow shortnames
962250f7
YCH
4929
4930
45408eb0 4931version 2016.08.01
116e7e0d
YCH
4932
4933Fixed/improved extractors
eafc6685 4934- [yandexmusic:track] Adapt to changes in track location JSON (#10193)
116e7e0d 4935- [bloomberg] Support another form of player (#10187)
eafc6685
S
4936- [limelight] Skip DRM protected videos
4937- [safari] Relax regular expressions for URL matching (#10202)
4938- [cwtv] Add support for cwtvpr.com (#10196)
116e7e0d 4939
962250f7 4940
29031372 4941version 2016.07.30
35aa6c53
YCH
4942
4943Fixed/improved extractors
9361f216
S
4944- [twitch:clips] Sort formats
4945- [tv2] Use m3u8_native
4946- [tv2:article] Fix video detection (#10188)
35aa6c53 4947- rtve (#10076)
9361f216 4948- [dailymotion:playlist] Optimize download archive processing (#10180)
35aa6c53
YCH
4949
4950
4951version 2016.07.28
4952
4953Fixed/improved extractors
4954- shared (#10170)
4955- soundcloud (#10179)
4956- twitch (#9767)
4957
4958
4959version 2016.07.26.2
4960
4961Fixed/improved extractors
4962- smotri
4963- camdemy
4964- mtv
4965- comedycentral
4966- cmt
4967- cbc
4968- mgtv
4969- orf
4970
4971
4972version 2016.07.24
4973
4974New extractors
4975- arkena (#8682)
4976- lcp (#8682)
4977
4978Fixed/improved extractors
4979- facebook (#10151)
4980- dailymail
4981- telegraaf
4982- dcn
4983- onet
4984- tvp
4985
4986Miscellaneous
4987- Support $Time$ in DASH manifests
4988
4989
4990version 2016.07.22
4991
4992New extractors
4993- odatv (#9285)
4994
4995Fixed/improved extractors
4996- bbc
4997- youjizz (#10131)
4998- youtube (#10140)
4999- pornhub (#10138)
5000- eporner (#10139)
5001
5002
5003version 2016.07.17
5004
5005New extractors
5006- nintendo (#9986)
5007- streamable (#9122)
5008
5009Fixed/improved extractors
5010- ard (#10095)
5011- mtv
5012- comedycentral (#10101)
5013- viki (#10098)
5014- spike (#10106)
5015
5016Miscellaneous
5017- Improved twitter player detection (#10090)
5018
5019
5020version 2016.07.16
5021
5022New extractors
5023- ninenow (#5181)
5024
5025Fixed/improved extractors
5026- rtve (#10076)
5027- brightcove
5028- 3qsdn
5029- syfy (#9087, #3820, #2388)
5030- youtube (#10083)
5031
5032Miscellaneous
5033- Fix subtitle embedding for video-only and audio-only files (#10081)
5034
5035
5036version 2016.07.13
5037
5038New extractors
5039- rudo
5040
5041Fixed/improved extractors
5042- biobiochiletv
5043- tvplay
5044- dbtv
5045- brightcove
5046- tmz
5047- youtube (#10059)
5048- shahid (#10062)
5049- vk
5050- ellentv (#10067)
5051
5052
5053version 2016.07.11
5054
5055New Extractors
5056- roosterteeth (#9864)
5057
5058Fixed/improved extractors
5059- miomio (#9605)
5060- vuclip
5061- youtube
5062- vidzi (#10058)
5063
5064
5065version 2016.07.09.2
5066
5067Fixed/improved extractors
5068- vimeo (#1638)
5069- facebook (#10048)
5070- lynda (#10047)
5071- animeondemand
5072
5073Fixed/improved features
5074- Embedding subtitles no longer throws an error with problematic inputs (#9063)
5075
5076
5077version 2016.07.09.1
5078
5079Fixed/improved extractors
5080- youtube
5081- ard
5082- srmediatek (#9373)
5083
5084
5085version 2016.07.09
5086
5087New extractors
5088- Flipagram (#9898)
5089
5090Fixed/improved extractors
5091- telecinco
5092- toutv
5093- radiocanada
5094- tweakers (#9516)
5095- lynda
5096- nick (#7542)
5097- polskieradio (#10028)
5098- le
5099- facebook (#9851)
5100- mgtv
5101- animeondemand (#10031)
5102
5103Fixed/improved features
5104- `--postprocessor-args` and `--downloader-args` now accepts non-ASCII inputs
5105 on non-Windows systems
5106
5107
5108version 2016.07.07
5109
5110New extractors
5111- kamcord (#10001)
5112
5113Fixed/improved extractors
5114- spiegel (#10018)
5115- metacafe (#8539, #3253)
5116- onet (#9950)
5117- francetv (#9955)
5118- brightcove (#9965)
5119- daum (#9972)
5120
5121
5122version 2016.07.06
5123
5124Fixed/improved extractors
5125- youtube (#10007, #10009)
5126- xuite
5127- stitcher
5128- spiegel
5129- slideshare
5130- sandia
5131- rtvnh
5132- prosiebensat1
5133- onionstudios
5134
5135
5136version 2016.07.05
5137
5138Fixed/improved extractors
5139- brightcove
5140- yahoo (#9995)
5141- pornhub (#9997)
5142- iqiyi
5143- kaltura (#5557)
5144- la7
5145- Changed features
5146- Rename --cn-verfication-proxy to --geo-verification-proxy
5147Miscellaneous
5148- Add script for displaying downloads statistics
5149
5150
5151version 2016.07.03.1
5152
5153Fixed/improved extractors
5154- theplatform
5155- aenetworks
5156- nationalgeographic
5157- hrti (#9482)
5158- facebook (#5701)
5159- buzzfeed (#5701)
5160- rai (#8617, #9157, #9232, #8552, #8551)
5161- nationalgeographic (#9991)
5162- iqiyi
5163
5164
5165version 2016.07.03
5166
5167New extractors
5168- hrti (#9482)
5169
5170Fixed/improved extractors
5171- vk (#9981)
5172- facebook (#9938)
5173- xtube (#9953, #9961)
5174
5175
5176version 2016.07.02
5177
5178New extractors
5179- fusion (#9958)
5180
5181Fixed/improved extractors
5182- twitch (#9975)
5183- vine (#9970)
5184- periscope (#9967)
5185- pornhub (#8696)
5186
5187
5188version 2016.07.01
5189
5190New extractors
5191- 9c9media
5192- ctvnews (#2156)
5193- ctv (#4077)
5194
5195Fixed/Improved extractors
5196- rds
5197- meta (#8789)
5198- pornhub (#9964)
5199- sixplay (#2183)
5200
5201New features
5202- Accept quoted strings across multiple lines (#9940)