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