ChangeLog 11 KB

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