ChangeLog 7.9 KB

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