ChangeLog 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  1. version <unreleased>
  2. Core
  3. + Recognize file size strings with full unit names (for example "8.5
  4. megabytes")
  5. + Support m3u8 manifests in HTML5 multimedia tags
  6. * Fix js_to_json(): correct octal or hexadecimal number detection
  7. Extractors
  8. * [n-tv.de] Fix extraction (#10331)
  9. version 2016.08.19
  10. Core
  11. - Remove output template description from --help
  12. * Recognize lowercase units in parse_filesize
  13. Extractors
  14. + [porncom] Add extractor for porn.com (#2251, #10251)
  15. + [generic] Add support for DBTV embeds
  16. * [vk:wallpost] Fix audio extraction for new site layout
  17. * [vk] Fix authentication
  18. + [hgtvcom:show] Add extractor for hgtv.com shows (#10365)
  19. + [discoverygo] Add support for another GO network sites
  20. version 2016.08.17
  21. Core
  22. + Add _get_netrc_login_info
  23. Extractors
  24. * [mofosex] Extract all formats (#10335)
  25. + [generic] Add support for vbox7 embeds
  26. + [vbox7] Add support for embed URLs
  27. + [viafree] Add extractor (#10358)
  28. + [mtg] Add support for viafree URLs (#10358)
  29. * [theplatform] Extract all subtitles per language
  30. + [xvideos] Fix HLS extraction (#10356)
  31. + [amcnetworks] Add extractor
  32. + [bbc:playlist] Add support for pagination (#10349)
  33. + [fxnetworks] Add extractor (#9462)
  34. * [cbslocal] Fix extraction for SendtoNews-based videos
  35. * [sendtonews] Fix extraction
  36. * [jwplatform] Extract video id from JWPlayer data
  37. - [zippcast] Remove extractor (#10332)
  38. + [viceland] Add extractor (#8799)
  39. + [adobepass] Add base extractor for Adobe Pass Authentication
  40. * [life:embed] Improve extraction
  41. * [vgtv] Detect geo restricted videos (#10348)
  42. + [uplynk] Add extractor
  43. * [xiami] Fix extraction (#10342)
  44. version 2016.08.13
  45. Core
  46. * Show progress for curl external downloader
  47. * Forward more options to curl external downloader
  48. Extractors
  49. * [pbs] Fix description extraction
  50. * [franceculture] Fix extraction (#10324)
  51. * [pornotube] Fix extraction (#10322)
  52. * [4tube] Fix metadata extraction (#10321)
  53. * [imgur] Fix width and height extraction (#10325)
  54. * [expotv] Improve extraction
  55. + [vbox7] Fix extraction (#10309)
  56. - [tapely] Remove extractor (#10323)
  57. * [muenchentv] Fix extraction (#10313)
  58. + [24video] Add support for .me and .xxx TLDs
  59. * [24video] Fix comment count extraction
  60. * [sunporno] Add support for embed URLs
  61. * [sunporno] Fix metadata extraction (#10316)
  62. + [hgtv] Add extractor for hgtv.ca (#3999)
  63. - [pbs] Remove request to unavailable API
  64. + [pbs] Add support for high quality HTTP formats
  65. + [crunchyroll] Add support for HLS formats (#10301)
  66. version 2016.08.12
  67. Core
  68. * Subtitles are now written as is. Newline conversions are disabled. (#10268)
  69. + Recognize more formats in unified_timestamp
  70. Extractors
  71. - [goldenmoustache] Remove extractor (#10298)
  72. * [drtuber] Improve title extraction
  73. * [drtuber] Make dislike count optional (#10297)
  74. * [chirbit] Fix extraction (#10296)
  75. * [francetvinfo] Relax URL regular expression
  76. * [rtlnl] Relax URL regular expression (#10282)
  77. * [formula1] Relax URL regular expression (#10283)
  78. * [wat] Improve extraction (#10281)
  79. * [ctsnews] Fix extraction
  80. version 2016.08.10
  81. Core
  82. * Make --metadata-from-title non fatal when title does not match the pattern
  83. * Introduce options for randomized sleep before each download
  84. --min-sleep-interval and --max-sleep-interval (#9930)
  85. * Respect default in _search_json_ld
  86. Extractors
  87. + [uol] Add extractor for uol.com.br (#4263)
  88. * [rbmaradio] Fix extraction and extract all formats (#10242)
  89. + [sonyliv] Add extractor for sonyliv.com (#10258)
  90. * [aparat] Fix extraction
  91. * [cwtv] Extract HTTP formats
  92. + [rozhlas] Add extractor for prehravac.rozhlas.cz (#10253)
  93. * [kuwo:singer] Fix extraction
  94. version 2016.08.07
  95. Core
  96. + Add support for TV Parental Guidelines ratings in parse_age_limit
  97. + Add decode_png (#9706)
  98. + Add support for partOfTVSeries in JSON-LD
  99. * Lower master M3U8 manifest preference for better format sorting
  100. Extractors
  101. + [discoverygo] Add extractor (#10245)
  102. * [flipagram] Make JSON-LD extraction non fatal
  103. * [generic] Make JSON-LD extraction non fatal
  104. + [bbc] Add support for morph embeds (#10239)
  105. * [tnaflixnetworkbase] Improve title extraction
  106. * [tnaflix] Fix metadata extraction (#10249)
  107. * [fox] Fix theplatform release URL query
  108. * [openload] Fix extraction (#9706)
  109. * [bbc] Skip duplicate manifest URLs
  110. * [bbc] Improve format code
  111. + [bbc] Add support for DASH and F4M
  112. * [bbc] Improve format sorting and listing
  113. * [bbc] Improve playlist extraction
  114. + [pokemon] Add extractor (#10093)
  115. + [condenast] Add fallback scenario for video info extraction
  116. version 2016.08.06
  117. Core
  118. * Add support for JSON-LD root list entries (#10203)
  119. * Improve unified_timestamp
  120. * Lower preference of RTSP formats in generic sorting
  121. + Add support for multiple properties in _og_search_property
  122. * Improve password hiding from verbose output
  123. Extractors
  124. + [adultswim] Add support for trailers (#10235)
  125. * [archiveorg] Improve extraction (#10219)
  126. + [jwplatform] Add support for playlists
  127. + [jwplatform] Add support for relative URLs
  128. * [jwplatform] Improve audio detection
  129. + [tvplay] Capture and output native error message
  130. + [tvplay] Extract series metadata
  131. + [tvplay] Add support for subtitles (#10194)
  132. * [tvp] Improve extraction (#7799)
  133. * [cbslocal] Fix timestamp parsing (#10213)
  134. + [naver] Add support for subtitles (#8096)
  135. * [naver] Improve extraction
  136. * [condenast] Improve extraction
  137. * [engadget] Relax URL regular expression
  138. * [5min] Fix extraction
  139. + [nationalgeographic] Add support for Episode Guide
  140. + [kaltura] Add support for subtitles
  141. * [kaltura] Optimize network requests
  142. + [vodplatform] Add extractor for vod-platform.net
  143. - [gamekings] Remove extractor
  144. * [limelight] Extract HTTP formats
  145. * [ntvru] Fix extraction
  146. + [comedycentral] Re-add :tds and :thedailyshow shortnames
  147. version 2016.08.01
  148. Fixed/improved extractors
  149. - [yandexmusic:track] Adapt to changes in track location JSON (#10193)
  150. - [bloomberg] Support another form of player (#10187)
  151. - [limelight] Skip DRM protected videos
  152. - [safari] Relax regular expressions for URL matching (#10202)
  153. - [cwtv] Add support for cwtvpr.com (#10196)
  154. version 2016.07.30
  155. Fixed/improved extractors
  156. - [twitch:clips] Sort formats
  157. - [tv2] Use m3u8_native
  158. - [tv2:article] Fix video detection (#10188)
  159. - rtve (#10076)
  160. - [dailymotion:playlist] Optimize download archive processing (#10180)
  161. version 2016.07.28
  162. Fixed/improved extractors
  163. - shared (#10170)
  164. - soundcloud (#10179)
  165. - twitch (#9767)
  166. version 2016.07.26.2
  167. Fixed/improved extractors
  168. - smotri
  169. - camdemy
  170. - mtv
  171. - comedycentral
  172. - cmt
  173. - cbc
  174. - mgtv
  175. - orf
  176. version 2016.07.24
  177. New extractors
  178. - arkena (#8682)
  179. - lcp (#8682)
  180. Fixed/improved extractors
  181. - facebook (#10151)
  182. - dailymail
  183. - telegraaf
  184. - dcn
  185. - onet
  186. - tvp
  187. Miscellaneous
  188. - Support $Time$ in DASH manifests
  189. version 2016.07.22
  190. New extractors
  191. - odatv (#9285)
  192. Fixed/improved extractors
  193. - bbc
  194. - youjizz (#10131)
  195. - youtube (#10140)
  196. - pornhub (#10138)
  197. - eporner (#10139)
  198. version 2016.07.17
  199. New extractors
  200. - nintendo (#9986)
  201. - streamable (#9122)
  202. Fixed/improved extractors
  203. - ard (#10095)
  204. - mtv
  205. - comedycentral (#10101)
  206. - viki (#10098)
  207. - spike (#10106)
  208. Miscellaneous
  209. - Improved twitter player detection (#10090)
  210. version 2016.07.16
  211. New extractors
  212. - ninenow (#5181)
  213. Fixed/improved extractors
  214. - rtve (#10076)
  215. - brightcove
  216. - 3qsdn
  217. - syfy (#9087, #3820, #2388)
  218. - youtube (#10083)
  219. Miscellaneous
  220. - Fix subtitle embedding for video-only and audio-only files (#10081)
  221. version 2016.07.13
  222. New extractors
  223. - rudo
  224. Fixed/improved extractors
  225. - biobiochiletv
  226. - tvplay
  227. - dbtv
  228. - brightcove
  229. - tmz
  230. - youtube (#10059)
  231. - shahid (#10062)
  232. - vk
  233. - ellentv (#10067)
  234. version 2016.07.11
  235. New Extractors
  236. - roosterteeth (#9864)
  237. Fixed/improved extractors
  238. - miomio (#9605)
  239. - vuclip
  240. - youtube
  241. - vidzi (#10058)
  242. version 2016.07.09.2
  243. Fixed/improved extractors
  244. - vimeo (#1638)
  245. - facebook (#10048)
  246. - lynda (#10047)
  247. - animeondemand
  248. Fixed/improved features
  249. - Embedding subtitles no longer throws an error with problematic inputs (#9063)
  250. version 2016.07.09.1
  251. Fixed/improved extractors
  252. - youtube
  253. - ard
  254. - srmediatek (#9373)
  255. version 2016.07.09
  256. New extractors
  257. - Flipagram (#9898)
  258. Fixed/improved extractors
  259. - telecinco
  260. - toutv
  261. - radiocanada
  262. - tweakers (#9516)
  263. - lynda
  264. - nick (#7542)
  265. - polskieradio (#10028)
  266. - le
  267. - facebook (#9851)
  268. - mgtv
  269. - animeondemand (#10031)
  270. Fixed/improved features
  271. - `--postprocessor-args` and `--downloader-args` now accepts non-ASCII inputs
  272. on non-Windows systems
  273. version 2016.07.07
  274. New extractors
  275. - kamcord (#10001)
  276. Fixed/improved extractors
  277. - spiegel (#10018)
  278. - metacafe (#8539, #3253)
  279. - onet (#9950)
  280. - francetv (#9955)
  281. - brightcove (#9965)
  282. - daum (#9972)
  283. version 2016.07.06
  284. Fixed/improved extractors
  285. - youtube (#10007, #10009)
  286. - xuite
  287. - stitcher
  288. - spiegel
  289. - slideshare
  290. - sandia
  291. - rtvnh
  292. - prosiebensat1
  293. - onionstudios
  294. version 2016.07.05
  295. Fixed/improved extractors
  296. - brightcove
  297. - yahoo (#9995)
  298. - pornhub (#9997)
  299. - iqiyi
  300. - kaltura (#5557)
  301. - la7
  302. - Changed features
  303. - Rename --cn-verfication-proxy to --geo-verification-proxy
  304. Miscellaneous
  305. - Add script for displaying downloads statistics
  306. version 2016.07.03.1
  307. Fixed/improved extractors
  308. - theplatform
  309. - aenetworks
  310. - nationalgeographic
  311. - hrti (#9482)
  312. - facebook (#5701)
  313. - buzzfeed (#5701)
  314. - rai (#8617, #9157, #9232, #8552, #8551)
  315. - nationalgeographic (#9991)
  316. - iqiyi
  317. version 2016.07.03
  318. New extractors
  319. - hrti (#9482)
  320. Fixed/improved extractors
  321. - vk (#9981)
  322. - facebook (#9938)
  323. - xtube (#9953, #9961)
  324. version 2016.07.02
  325. New extractors
  326. - fusion (#9958)
  327. Fixed/improved extractors
  328. - twitch (#9975)
  329. - vine (#9970)
  330. - periscope (#9967)
  331. - pornhub (#8696)
  332. version 2016.07.01
  333. New extractors
  334. - 9c9media
  335. - ctvnews (#2156)
  336. - ctv (#4077)
  337. Fixed/Improved extractors
  338. - rds
  339. - meta (#8789)
  340. - pornhub (#9964)
  341. - sixplay (#2183)
  342. New features
  343. - Accept quoted strings across multiple lines (#9940)