You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2586 lines
82 KiB

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