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