ChangeLog 11 KB

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