ChangeLog 12 KB

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