ChangeLog 13 KB

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