ChangeLog 10 KB

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