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