ChangeLog 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952
  1. version 2016.11.08.1
  2. Extractors
  3. * [espn:article] Fix support for espn.com articles
  4. * [franceculture] Fix extraction (#11140)
  5. version 2016.11.08
  6. Extractors
  7. * [tmz:article] Fix extraction (#11052)
  8. * [espn] Fix extraction (#11041)
  9. * [mitele] Fix extraction after website redesign (#10824)
  10. - [ard] Remove age restriction check (#11129)
  11. * [generic] Improve support for pornhub.com embeds (#11100)
  12. + [generic] Add support for redtube.com embeds (#11099)
  13. + [generic] Add support for drtuber.com embeds (#11098)
  14. + [redtube] Add support for embed URLs
  15. + [drtuber] Add support for embed URLs
  16. + [yahoo] Improve content id extraction (#11088)
  17. * [toutv] Relax URL regular expression (#11121)
  18. version 2016.11.04
  19. Core
  20. * [extractor/common] Tolerate malformed RESOLUTION attribute in m3u8
  21. manifests (#11113)
  22. * [downloader/ism] Fix AVC Decoder Configuration Record
  23. Extractors
  24. + [fox9] Add support for fox9.com (#11110)
  25. + [anvato] Extract more metadata and improve formats extraction
  26. * [vodlocker] Improve removed videos detection (#11106)
  27. + [vzaar] Add support for vzaar.com (#11093)
  28. + [vice] Add support for uplynk preplay videos (#11101)
  29. * [tubitv] Fix extraction (#11061)
  30. + [shahid] Add support for authentication (#11091)
  31. + [radiocanada] Add subtitles support (#11096)
  32. + [generic] Add support for ISM manifests
  33. version 2016.11.02
  34. Core
  35. + Add basic support for Smooth Streaming protocol (#8118, #10969)
  36. * Improve MPD manifest base URL extraction (#10909, #11079)
  37. * Fix --match-filter for int-like strings (#11082)
  38. Extractors
  39. + [mva] Add support for ISM formats
  40. + [msn] Add support for ISM formats
  41. + [onet] Add support for ISM formats
  42. + [tvp] Add support for ISM formats
  43. + [nicknight] Add support for nicknight sites (#10769)
  44. version 2016.10.30
  45. Extractors
  46. * [facebook] Improve 1080P video detection (#11073)
  47. * [imgur] Recognize /r/ URLs (#11071)
  48. * [beeg] Fix extraction (#11069)
  49. * [openload] Fix extraction (#10408)
  50. * [gvsearch] Modernize and fix search request (#11051)
  51. * [adultswim] Fix extraction (#10979)
  52. + [nobelprize] Add support for nobelprize.org (#9999)
  53. * [hornbunny] Fix extraction (#10981)
  54. * [tvp] Improve video id extraction (#10585)
  55. version 2016.10.26
  56. Extractors
  57. + [rentv] Add support for ren.tv (#10620)
  58. + [ard] Detect unavailable videos (#11018)
  59. * [vk] Fix extraction (#11022)
  60. version 2016.10.25
  61. Core
  62. * Running youtube-dl in the background is fixed (#10996, #10706, #955)
  63. Extractors
  64. + [jamendo] Add support for jamendo.com (#10132, #10736)
  65. + [pandatv] Add support for panda.tv (#10736)
  66. + [dotsub] Support Vimeo embed (#10964)
  67. * [litv] Fix extraction
  68. + [vimeo] Delegate ondemand redirects to ondemand extractor (#10994)
  69. * [vivo] Fix extraction (#11003)
  70. + [twitch:stream] Add support for rebroadcasts (#10995)
  71. * [pluralsight] Fix subtitles conversion (#10990)
  72. version 2016.10.21.1
  73. Extractors
  74. + [pluralsight] Process all clip URLs (#10984)
  75. version 2016.10.21
  76. Core
  77. - Disable thumbnails embedding in mkv
  78. + Add support for Comcast multiple-system operator (#10819)
  79. Extractors
  80. * [pluralsight] Adapt to new API (#10972)
  81. * [openload] Fix extraction (#10408, #10971)
  82. + [natgeo] Extract m3u8 formats (#10959)
  83. version 2016.10.19
  84. Core
  85. + [utils] Expose PACKED_CODES_RE
  86. + [extractor/common] Extract non smil wowza mpd manifests
  87. + [extractor/common] Detect f4m audio-only formats
  88. Extractors
  89. * [vidzi] Fix extraction (#10908, #10952)
  90. * [urplay] Fix subtitles extraction
  91. + [urplay] Add support for urskola.se (#10915)
  92. + [orf] Add subtitles support (#10939)
  93. * [youtube] Fix --no-playlist behavior for youtu.be/id URLs (#10896)
  94. * [nrk] Relax URL regular expression (#10928)
  95. + [nytimes] Add support for podcasts (#10926)
  96. * [pluralsight] Relax URL regular expression (#10941)
  97. version 2016.10.16
  98. Core
  99. * [postprocessor/ffmpeg] Return correct filepath and ext in updated information
  100. in FFmpegExtractAudioPP (#10879)
  101. Extractors
  102. + [ruutu] Add support for supla.fi (#10849)
  103. + [theoperaplatform] Add support for theoperaplatform.eu (#10914)
  104. * [lynda] Fix height for prioritized streams
  105. + [lynda] Add fallback extraction scenario
  106. * [lynda] Switch to https (#10916)
  107. + [huajiao] New extractor (#10917)
  108. * [cmt] Fix mgid extraction (#10813)
  109. + [safari:course] Add support for techbus.safaribooksonline.com
  110. * [orf:tvthek] Fix extraction and modernize (#10898)
  111. * [chirbit] Fix extraction of user profile pages
  112. * [carambatv] Fix extraction
  113. * [canalplus] Fix extraction for some videos
  114. * [cbsinteractive] Fix extraction for cnet.com
  115. * [parliamentliveuk] Lower case URLs are now recognized (#10912)
  116. version 2016.10.12
  117. Core
  118. + Support HTML media elements without child nodes
  119. * [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)
  120. Extractors
  121. * [dailymotion] Fix extraction (#10901)
  122. * [vimeo:review] Fix extraction (#10900)
  123. * [nhl] Correctly handle invalid formats (#10713)
  124. * [footyroom] Fix extraction (#10810)
  125. * [abc.net.au:iview] Fix for standalone (non series) videos (#10895)
  126. + [hbo] Add support for episode pages (#10892)
  127. * [allocine] Fix extraction (#10860)
  128. + [nextmedia] Recognize action news on AppleDaily
  129. * [lego] Improve info extraction and bypass geo restriction (#10872)
  130. version 2016.10.07
  131. Extractors
  132. + [iprima] Detect geo restriction
  133. * [facebook] Fix video extraction (#10846)
  134. + [commonprotocols] Support direct MMS links (#10838)
  135. + [generic] Add support for multiple vimeo embeds (#10862)
  136. + [nzz] Add support for nzz.ch (#4407)
  137. + [npo] Detect geo restriction
  138. + [npo] Add support for 2doc.nl (#10842)
  139. + [lego] Add support for lego.com (#10369)
  140. + [tonline] Add support for t-online.de (#10376)
  141. * [techtalks] Relax URL regular expression (#10840)
  142. * [youtube:live] Extend URL regular expression (#10839)
  143. + [theweatherchannel] Add support for weather.com (#7188)
  144. + [thisoldhouse] Add support for thisoldhouse.com (#10837)
  145. + [nhl] Add support for wch2016.com (#10833)
  146. * [pornoxo] Use JWPlatform to improve metadata extraction
  147. version 2016.10.02
  148. Core
  149. * Fix possibly lost extended attributes during post-processing
  150. + Support pyxattr as well as python-xattr for --xattrs and
  151. --xattr-set-filesize (#9054)
  152. Extractors
  153. + [jwplatform] Support DASH streams in JWPlayer
  154. + [jwplatform] Support old-style JWPlayer playlists
  155. + [byutv:event] Add extractor
  156. * [periscope:user] Fix extraction (#10820)
  157. * [dctp] Fix extraction (#10734)
  158. + [instagram] Extract video dimensions (#10790)
  159. + [tvland] Extend URL regular expression (#10812)
  160. + [vgtv] Add support for tv.aftonbladet.se (#10800)
  161. - [aftonbladet] Remove extractor
  162. * [vk] Fix timestamp and view count extraction (#10760)
  163. + [vk] Add support for running and finished live streams (#10799)
  164. + [leeco] Recognize more Le Sports URLs (#10794)
  165. + [instagram] Extract comments (#10788)
  166. + [ketnet] Extract mzsource formats (#10770)
  167. * [limelight:media] Improve HTTP formats extraction
  168. version 2016.09.27
  169. Core
  170. + Add hdcore query parameter to akamai f4m formats
  171. + Delegate HLS live streams downloading to ffmpeg
  172. + Improved support for HTML5 subtitles
  173. Extractors
  174. + [vk] Add support for dailymotion embeds (#10661)
  175. * [promptfile] Fix extraction (#10634)
  176. * [kaltura] Speed up embed regular expressions (#10764)
  177. + [npo] Add support for anderetijden.nl (#10754)
  178. + [prosiebensat1] Add support for advopedia sites
  179. * [mwave] Relax URL regular expression (#10735, #10748)
  180. * [prosiebensat1] Fix playlist support (#10745)
  181. + [prosiebensat1] Add support for sat1gold sites (#10745)
  182. + [cbsnews:livevideo] Fix extraction and extract m3u8 formats
  183. + [brightcove:new] Add support for live streams
  184. * [soundcloud] Generalize playlist entries extraction (#10733)
  185. + [mtv] Add support for new URL schema (#8169, #9808)
  186. * [einthusan] Fix extraction (#10714)
  187. + [twitter] Support Periscope embeds (#10737)
  188. + [openload] Support subtitles (#10625)
  189. version 2016.09.24
  190. Core
  191. + Add support for watchTVeverywhere.com authentication provider based MSOs for
  192. Adobe Pass authentication (#10709)
  193. Extractors
  194. + [soundcloud:playlist] Provide video id for early playlist entries (#10733)
  195. + [prosiebensat1] Add support for kabeleinsdoku (#10732)
  196. * [cbs] Extract info from thunder videoPlayerService (#10728)
  197. * [openload] Fix extraction (#10408)
  198. + [ustream] Support the new HLS streams (#10698)
  199. + [ooyala] Extract all HLS formats
  200. + [cartoonnetwork] Add support for Adobe Pass authentication
  201. + [soundcloud] Extract license metadata
  202. + [fox] Add support for Adobe Pass authentication (#8584)
  203. + [tbs] Add support for Adobe Pass authentication (#10642, #10222)
  204. + [trutv] Add support for Adobe Pass authentication (#10519)
  205. + [turner] Add support for Adobe Pass authentication
  206. version 2016.09.19
  207. Extractors
  208. + [crunchyroll] Check if already authenticated (#10700)
  209. - [twitch:stream] Remove fallback to profile extraction when stream is offline
  210. * [thisav] Improve title extraction (#10682)
  211. * [vyborymos] Improve station info extraction
  212. version 2016.09.18
  213. Core
  214. + Introduce manifest_url and fragments fields in formats dictionary for
  215. fragmented media
  216. + Provide manifest_url field for DASH segments, HLS and HDS
  217. + Provide fragments field for DASH segments
  218. * Rework DASH segments downloader to use fragments field
  219. + Add helper method for Wowza Streaming Engine formats extraction
  220. Extractors
  221. + [vyborymos] Add extractor for vybory.mos.ru (#10692)
  222. + [xfileshare] Add title regular expression for streamin.to (#10646)
  223. + [globo:article] Add support for multiple videos (#10653)
  224. + [thisav] Recognize HTML5 videos (#10447)
  225. * [jwplatform] Improve JWPlayer detection
  226. + [mangomolo] Add support for Mangomolo embeds
  227. + [toutv] Add support for authentication (#10669)
  228. * [franceinter] Fix upload date extraction
  229. * [tv4] Fix HLS and HDS formats extraction (#10659)
  230. version 2016.09.15
  231. Core
  232. * Improve _hidden_inputs
  233. + Introduce improved explicit Adobe Pass support
  234. + Add --ap-mso to provide multiple-system operator identifier
  235. + Add --ap-username to provide MSO account username
  236. + Add --ap-password to provide MSO account password
  237. + Add --ap-list-mso to list all supported MSOs
  238. + Add support for Rogers Cable multiple-system operator (#10606)
  239. Extractors
  240. * [crunchyroll] Fix authentication (#10655)
  241. * [twitch] Fix API calls (#10654, #10660)
  242. + [bellmedia] Add support for more Bell Media Television sites
  243. * [franceinter] Fix extraction (#10538, #2105)
  244. * [kuwo] Improve error detection (#10650)
  245. + [go] Add support for free full episodes (#10439)
  246. * [bilibili] Fix extraction for specific videos (#10647)
  247. * [nhk] Fix extraction (#10633)
  248. * [kaltura] Improve audio detection
  249. * [kaltura] Skip chun format
  250. + [vimeo:ondemand] Pass Referer along with embed URL (#10624)
  251. + [nbc] Add support for NBC Olympics (#10361)
  252. version 2016.09.11.1
  253. Extractors
  254. + [tube8] Extract categories and tags (#10579)
  255. + [pornhub] Extract categories and tags (#10499)
  256. * [openload] Temporary fix (#10408)
  257. + [foxnews] Add support Fox News articles (#10598)
  258. * [viafree] Improve video id extraction (#10615)
  259. * [iwara] Fix extraction after relaunch (#10462, #3215)
  260. + [tfo] Add extractor for tfo.org
  261. * [lrt] Fix audio extraction (#10566)
  262. * [9now] Fix extraction (#10561)
  263. + [canalplus] Add support for c8.fr (#10577)
  264. * [newgrounds] Fix uploader extraction (#10584)
  265. + [polskieradio:category] Add support for category lists (#10576)
  266. + [ketnet] Add extractor for ketnet.be (#10343)
  267. + [canvas] Add support for een.be (#10605)
  268. + [telequebec] Add extractor for telequebec.tv (#1999)
  269. * [parliamentliveuk] Fix extraction (#9137)
  270. version 2016.09.08
  271. Extractors
  272. + [jwplatform] Extract height from format label
  273. + [yahoo] Extract Brightcove Legacy Studio embeds (#9345)
  274. * [videomore] Fix extraction (#10592)
  275. * [foxgay] Fix extraction (#10480)
  276. + [rmcdecouverte] Add extractor for rmcdecouverte.bfmtv.com (#9709)
  277. * [gamestar] Fix metadata extraction (#10479)
  278. * [puls4] Fix extraction (#10583)
  279. + [cctv] Add extractor for CCTV and CNTV (#8153)
  280. + [lci] Add extractor for lci.fr (#10573)
  281. + [wat] Extract DASH formats
  282. + [viafree] Improve video id detection (#10569)
  283. + [trutv] Add extractor for trutv.com (#10519)
  284. + [nick] Add support for nickelodeon.nl (#10559)
  285. + [abcotvs:clips] Add support for clips.abcotvs.com
  286. + [abcotvs] Add support for ABC Owned Television Stations sites (#9551)
  287. + [miaopai] Add extractor for miaopai.com (#10556)
  288. * [gamestar] Fix metadata extraction (#10479)
  289. + [bilibili] Add support for episodes (#10190)
  290. + [tvnoe] Add extractor for tvnoe.cz (#10524)
  291. version 2016.09.04.1
  292. Core
  293. * In DASH downloader if the first segment fails, abort the whole download
  294. process to prevent throttling (#10497)
  295. + Add support for --skip-unavailable-fragments and --fragment retries in
  296. hlsnative downloader (#10165, #10448).
  297. + Add support for --skip-unavailable-fragments in DASH downloader
  298. + Introduce --skip-unavailable-fragments option for fragment based downloaders
  299. that allows to skip fragments unavailable due to a HTTP error
  300. * Fix extraction of video/audio entries with src attribute in
  301. _parse_html5_media_entries (#10540)
  302. Extractors
  303. * [theplatform] Relax URL regular expression (#10546)
  304. * [youtube:playlist] Extend URL regular expression
  305. * [rottentomatoes] Delegate extraction to internetvideoarchive extractor
  306. * [internetvideoarchive] Extract all formats
  307. * [pornvoisines] Fix extraction (#10469)
  308. * [rottentomatoes] Fix extraction (#10467)
  309. * [espn] Extend URL regular expression (#10549)
  310. * [vimple] Extend URL regular expression (#10547)
  311. * [youtube:watchlater] Fix extraction (#10544)
  312. * [youjizz] Fix extraction (#10437)
  313. + [foxnews] Add support for FoxNews Insider (#10445)
  314. + [fc2] Recognize Flash player URLs (#10512)
  315. version 2016.09.03
  316. Core
  317. * Restore usage of NAME attribute from EXT-X-MEDIA tag for formats codes in
  318. _extract_m3u8_formats (#10522)
  319. * Handle semicolon in mimetype2ext
  320. Extractors
  321. + [youtube] Add support for rental videos' previews (#10532)
  322. * [youtube:playlist] Fallback to video extraction for video/playlist URLs when
  323. no playlist is actually served (#10537)
  324. + [drtv] Add support for dr.dk/nyheder (#10536)
  325. + [facebook:plugins:video] Add extractor (#10530)
  326. + [go] Add extractor for *.go.com sites
  327. * [adobepass] Check for authz_token expiration (#10527)
  328. * [nytimes] improve extraction
  329. * [thestar] Fix extraction (#10465)
  330. * [glide] Fix extraction (#10478)
  331. - [exfm] Remove extractor (#10482)
  332. * [youporn] Fix categories and tags extraction (#10521)
  333. + [curiositystream] Add extractor for app.curiositystream.com
  334. - [thvideo] Remove extractor (#10464)
  335. * [movingimage] Fix for the new site name (#10466)
  336. + [cbs] Add support for once formats (#10515)
  337. * [limelight] Skip ism snd duplicate manifests
  338. + [porncom] Extract categories and tags (#10510)
  339. + [facebook] Extract timestamp (#10508)
  340. + [yahoo] Extract more formats
  341. version 2016.08.31
  342. Extractors
  343. * [soundcloud] Fix URL regular expression to avoid clashes with sets (#10505)
  344. * [bandcamp:album] Fix title extraction (#10455)
  345. * [pyvideo] Fix extraction (#10468)
  346. + [ctv] Add support for tsn.ca, bnn.ca and thecomedynetwork.ca (#10016)
  347. * [9c9media] Extract more metadata
  348. * [9c9media] Fix multiple stacks extraction (#10016)
  349. * [adultswim] Improve video info extraction (#10492)
  350. * [vodplatform] Improve embed regular expression
  351. - [played] Remove extractor (#10470)
  352. + [tbs] Add extractor for tbs.com and tntdrama.com (#10222)
  353. + [cartoonnetwork] Add extractor for cartoonnetwork.com (#10110)
  354. * [adultswim] Rework in terms of turner extractor
  355. * [cnn] Rework in terms of turner extractor
  356. * [nba] Rework in terms of turner extractor
  357. + [turner] Add base extractor for Turner Broadcasting System based sites
  358. * [bilibili] Fix extraction (#10375)
  359. * [openload] Fix extraction (#10408)
  360. version 2016.08.28
  361. Core
  362. + Add warning message that ffmpeg doesn't support SOCKS
  363. * Improve thumbnail sorting
  364. + Extract formats from #EXT-X-MEDIA tags in _extract_m3u8_formats
  365. * Fill IV with leading zeros for IVs shorter than 16 octets in hlsnative
  366. + Add ac-3 to the list of audio codecs in parse_codecs
  367. Extractors
  368. * [periscope:user] Fix extraction (#10453)
  369. * [douyutv] Fix extraction (#10153, #10318, #10444)
  370. + [nhk:vod] Add extractor for www3.nhk.or.jp on demand (#4437, #10424)
  371. - [trutube] Remove extractor (#10438)
  372. + [usanetwork] Add extractor for usanetwork.com
  373. * [crackle] Fix extraction (#10333)
  374. * [spankbang] Fix description and uploader extraction (#10339)
  375. * [discoverygo] Detect cable provider restricted videos (#10425)
  376. + [cbc] Add support for watch.cbc.ca
  377. * [kickstarter] Silent the warning for og:description (#10415)
  378. * [mtvservices:embedded] Fix extraction for the new 'edge' player (#10363)
  379. version 2016.08.24.1
  380. Extractors
  381. + [pluralsight] Add support for subtitles (#9681)
  382. version 2016.08.24
  383. Extractors
  384. * [youtube] Fix authentication (#10392)
  385. * [openload] Fix extraction (#10408)
  386. + [bravotv] Add support for Adobe Pass (#10407)
  387. * [bravotv] Fix clip info extraction (#10407)
  388. * [eagleplatform] Improve embedded videos detection (#10409)
  389. * [awaan] Fix extraction
  390. * [mtvservices:embedded] Update config URL
  391. + [abc:iview] Add extractor (#6148)
  392. version 2016.08.22
  393. Core
  394. * Improve formats and subtitles extension auto calculation
  395. + Recognize full unit names in parse_filesize
  396. + Add support for m3u8 manifests in HTML5 multimedia tags
  397. * Fix octal/hexadecimal number detection in js_to_json
  398. Extractors
  399. + [ivi] Add support for 720p and 1080p
  400. + [charlierose] Add new extractor (#10382)
  401. * [1tv] Fix extraction (#9249)
  402. * [twitch] Renew authentication
  403. * [kaltura] Improve subtitles extension calculation
  404. + [zingmp3] Add support for video clips
  405. * [zingmp3] Fix extraction (#10041)
  406. * [kaltura] Improve subtitles extraction (#10279)
  407. * [cultureunplugged] Fix extraction (#10330)
  408. + [cnn] Add support for money.cnn.com (#2797)
  409. * [cbsnews] Fix extraction (#10362)
  410. * [cbs] Fix extraction (#10393)
  411. + [litv] Support 'promo' URLs (#10385)
  412. * [snotr] Fix extraction (#10338)
  413. * [n-tv.de] Fix extraction (#10331)
  414. * [globo:article] Relax URL and video id regular expressions (#10379)
  415. version 2016.08.19
  416. Core
  417. - Remove output template description from --help
  418. * Recognize lowercase units in parse_filesize
  419. Extractors
  420. + [porncom] Add extractor for porn.com (#2251, #10251)
  421. + [generic] Add support for DBTV embeds
  422. * [vk:wallpost] Fix audio extraction for new site layout
  423. * [vk] Fix authentication
  424. + [hgtvcom:show] Add extractor for hgtv.com shows (#10365)
  425. + [discoverygo] Add support for another GO network sites
  426. version 2016.08.17
  427. Core
  428. + Add _get_netrc_login_info
  429. Extractors
  430. * [mofosex] Extract all formats (#10335)
  431. + [generic] Add support for vbox7 embeds
  432. + [vbox7] Add support for embed URLs
  433. + [viafree] Add extractor (#10358)
  434. + [mtg] Add support for viafree URLs (#10358)
  435. * [theplatform] Extract all subtitles per language
  436. + [xvideos] Fix HLS extraction (#10356)
  437. + [amcnetworks] Add extractor
  438. + [bbc:playlist] Add support for pagination (#10349)
  439. + [fxnetworks] Add extractor (#9462)
  440. * [cbslocal] Fix extraction for SendtoNews-based videos
  441. * [sendtonews] Fix extraction
  442. * [jwplatform] Extract video id from JWPlayer data
  443. - [zippcast] Remove extractor (#10332)
  444. + [viceland] Add extractor (#8799)
  445. + [adobepass] Add base extractor for Adobe Pass Authentication
  446. * [life:embed] Improve extraction
  447. * [vgtv] Detect geo restricted videos (#10348)
  448. + [uplynk] Add extractor
  449. * [xiami] Fix extraction (#10342)
  450. version 2016.08.13
  451. Core
  452. * Show progress for curl external downloader
  453. * Forward more options to curl external downloader
  454. Extractors
  455. * [pbs] Fix description extraction
  456. * [franceculture] Fix extraction (#10324)
  457. * [pornotube] Fix extraction (#10322)
  458. * [4tube] Fix metadata extraction (#10321)
  459. * [imgur] Fix width and height extraction (#10325)
  460. * [expotv] Improve extraction
  461. + [vbox7] Fix extraction (#10309)
  462. - [tapely] Remove extractor (#10323)
  463. * [muenchentv] Fix extraction (#10313)
  464. + [24video] Add support for .me and .xxx TLDs
  465. * [24video] Fix comment count extraction
  466. * [sunporno] Add support for embed URLs
  467. * [sunporno] Fix metadata extraction (#10316)
  468. + [hgtv] Add extractor for hgtv.ca (#3999)
  469. - [pbs] Remove request to unavailable API
  470. + [pbs] Add support for high quality HTTP formats
  471. + [crunchyroll] Add support for HLS formats (#10301)
  472. version 2016.08.12
  473. Core
  474. * Subtitles are now written as is. Newline conversions are disabled. (#10268)
  475. + Recognize more formats in unified_timestamp
  476. Extractors
  477. - [goldenmoustache] Remove extractor (#10298)
  478. * [drtuber] Improve title extraction
  479. * [drtuber] Make dislike count optional (#10297)
  480. * [chirbit] Fix extraction (#10296)
  481. * [francetvinfo] Relax URL regular expression
  482. * [rtlnl] Relax URL regular expression (#10282)
  483. * [formula1] Relax URL regular expression (#10283)
  484. * [wat] Improve extraction (#10281)
  485. * [ctsnews] Fix extraction
  486. version 2016.08.10
  487. Core
  488. * Make --metadata-from-title non fatal when title does not match the pattern
  489. * Introduce options for randomized sleep before each download
  490. --min-sleep-interval and --max-sleep-interval (#9930)
  491. * Respect default in _search_json_ld
  492. Extractors
  493. + [uol] Add extractor for uol.com.br (#4263)
  494. * [rbmaradio] Fix extraction and extract all formats (#10242)
  495. + [sonyliv] Add extractor for sonyliv.com (#10258)
  496. * [aparat] Fix extraction
  497. * [cwtv] Extract HTTP formats
  498. + [rozhlas] Add extractor for prehravac.rozhlas.cz (#10253)
  499. * [kuwo:singer] Fix extraction
  500. version 2016.08.07
  501. Core
  502. + Add support for TV Parental Guidelines ratings in parse_age_limit
  503. + Add decode_png (#9706)
  504. + Add support for partOfTVSeries in JSON-LD
  505. * Lower master M3U8 manifest preference for better format sorting
  506. Extractors
  507. + [discoverygo] Add extractor (#10245)
  508. * [flipagram] Make JSON-LD extraction non fatal
  509. * [generic] Make JSON-LD extraction non fatal
  510. + [bbc] Add support for morph embeds (#10239)
  511. * [tnaflixnetworkbase] Improve title extraction
  512. * [tnaflix] Fix metadata extraction (#10249)
  513. * [fox] Fix theplatform release URL query
  514. * [openload] Fix extraction (#9706)
  515. * [bbc] Skip duplicate manifest URLs
  516. * [bbc] Improve format code
  517. + [bbc] Add support for DASH and F4M
  518. * [bbc] Improve format sorting and listing
  519. * [bbc] Improve playlist extraction
  520. + [pokemon] Add extractor (#10093)
  521. + [condenast] Add fallback scenario for video info extraction
  522. version 2016.08.06
  523. Core
  524. * Add support for JSON-LD root list entries (#10203)
  525. * Improve unified_timestamp
  526. * Lower preference of RTSP formats in generic sorting
  527. + Add support for multiple properties in _og_search_property
  528. * Improve password hiding from verbose output
  529. Extractors
  530. + [adultswim] Add support for trailers (#10235)
  531. * [archiveorg] Improve extraction (#10219)
  532. + [jwplatform] Add support for playlists
  533. + [jwplatform] Add support for relative URLs
  534. * [jwplatform] Improve audio detection
  535. + [tvplay] Capture and output native error message
  536. + [tvplay] Extract series metadata
  537. + [tvplay] Add support for subtitles (#10194)
  538. * [tvp] Improve extraction (#7799)
  539. * [cbslocal] Fix timestamp parsing (#10213)
  540. + [naver] Add support for subtitles (#8096)
  541. * [naver] Improve extraction
  542. * [condenast] Improve extraction
  543. * [engadget] Relax URL regular expression
  544. * [5min] Fix extraction
  545. + [nationalgeographic] Add support for Episode Guide
  546. + [kaltura] Add support for subtitles
  547. * [kaltura] Optimize network requests
  548. + [vodplatform] Add extractor for vod-platform.net
  549. - [gamekings] Remove extractor
  550. * [limelight] Extract HTTP formats
  551. * [ntvru] Fix extraction
  552. + [comedycentral] Re-add :tds and :thedailyshow shortnames
  553. version 2016.08.01
  554. Fixed/improved extractors
  555. - [yandexmusic:track] Adapt to changes in track location JSON (#10193)
  556. - [bloomberg] Support another form of player (#10187)
  557. - [limelight] Skip DRM protected videos
  558. - [safari] Relax regular expressions for URL matching (#10202)
  559. - [cwtv] Add support for cwtvpr.com (#10196)
  560. version 2016.07.30
  561. Fixed/improved extractors
  562. - [twitch:clips] Sort formats
  563. - [tv2] Use m3u8_native
  564. - [tv2:article] Fix video detection (#10188)
  565. - rtve (#10076)
  566. - [dailymotion:playlist] Optimize download archive processing (#10180)
  567. version 2016.07.28
  568. Fixed/improved extractors
  569. - shared (#10170)
  570. - soundcloud (#10179)
  571. - twitch (#9767)
  572. version 2016.07.26.2
  573. Fixed/improved extractors
  574. - smotri
  575. - camdemy
  576. - mtv
  577. - comedycentral
  578. - cmt
  579. - cbc
  580. - mgtv
  581. - orf
  582. version 2016.07.24
  583. New extractors
  584. - arkena (#8682)
  585. - lcp (#8682)
  586. Fixed/improved extractors
  587. - facebook (#10151)
  588. - dailymail
  589. - telegraaf
  590. - dcn
  591. - onet
  592. - tvp
  593. Miscellaneous
  594. - Support $Time$ in DASH manifests
  595. version 2016.07.22
  596. New extractors
  597. - odatv (#9285)
  598. Fixed/improved extractors
  599. - bbc
  600. - youjizz (#10131)
  601. - youtube (#10140)
  602. - pornhub (#10138)
  603. - eporner (#10139)
  604. version 2016.07.17
  605. New extractors
  606. - nintendo (#9986)
  607. - streamable (#9122)
  608. Fixed/improved extractors
  609. - ard (#10095)
  610. - mtv
  611. - comedycentral (#10101)
  612. - viki (#10098)
  613. - spike (#10106)
  614. Miscellaneous
  615. - Improved twitter player detection (#10090)
  616. version 2016.07.16
  617. New extractors
  618. - ninenow (#5181)
  619. Fixed/improved extractors
  620. - rtve (#10076)
  621. - brightcove
  622. - 3qsdn
  623. - syfy (#9087, #3820, #2388)
  624. - youtube (#10083)
  625. Miscellaneous
  626. - Fix subtitle embedding for video-only and audio-only files (#10081)
  627. version 2016.07.13
  628. New extractors
  629. - rudo
  630. Fixed/improved extractors
  631. - biobiochiletv
  632. - tvplay
  633. - dbtv
  634. - brightcove
  635. - tmz
  636. - youtube (#10059)
  637. - shahid (#10062)
  638. - vk
  639. - ellentv (#10067)
  640. version 2016.07.11
  641. New Extractors
  642. - roosterteeth (#9864)
  643. Fixed/improved extractors
  644. - miomio (#9605)
  645. - vuclip
  646. - youtube
  647. - vidzi (#10058)
  648. version 2016.07.09.2
  649. Fixed/improved extractors
  650. - vimeo (#1638)
  651. - facebook (#10048)
  652. - lynda (#10047)
  653. - animeondemand
  654. Fixed/improved features
  655. - Embedding subtitles no longer throws an error with problematic inputs (#9063)
  656. version 2016.07.09.1
  657. Fixed/improved extractors
  658. - youtube
  659. - ard
  660. - srmediatek (#9373)
  661. version 2016.07.09
  662. New extractors
  663. - Flipagram (#9898)
  664. Fixed/improved extractors
  665. - telecinco
  666. - toutv
  667. - radiocanada
  668. - tweakers (#9516)
  669. - lynda
  670. - nick (#7542)
  671. - polskieradio (#10028)
  672. - le
  673. - facebook (#9851)
  674. - mgtv
  675. - animeondemand (#10031)
  676. Fixed/improved features
  677. - `--postprocessor-args` and `--downloader-args` now accepts non-ASCII inputs
  678. on non-Windows systems
  679. version 2016.07.07
  680. New extractors
  681. - kamcord (#10001)
  682. Fixed/improved extractors
  683. - spiegel (#10018)
  684. - metacafe (#8539, #3253)
  685. - onet (#9950)
  686. - francetv (#9955)
  687. - brightcove (#9965)
  688. - daum (#9972)
  689. version 2016.07.06
  690. Fixed/improved extractors
  691. - youtube (#10007, #10009)
  692. - xuite
  693. - stitcher
  694. - spiegel
  695. - slideshare
  696. - sandia
  697. - rtvnh
  698. - prosiebensat1
  699. - onionstudios
  700. version 2016.07.05
  701. Fixed/improved extractors
  702. - brightcove
  703. - yahoo (#9995)
  704. - pornhub (#9997)
  705. - iqiyi
  706. - kaltura (#5557)
  707. - la7
  708. - Changed features
  709. - Rename --cn-verfication-proxy to --geo-verification-proxy
  710. Miscellaneous
  711. - Add script for displaying downloads statistics
  712. version 2016.07.03.1
  713. Fixed/improved extractors
  714. - theplatform
  715. - aenetworks
  716. - nationalgeographic
  717. - hrti (#9482)
  718. - facebook (#5701)
  719. - buzzfeed (#5701)
  720. - rai (#8617, #9157, #9232, #8552, #8551)
  721. - nationalgeographic (#9991)
  722. - iqiyi
  723. version 2016.07.03
  724. New extractors
  725. - hrti (#9482)
  726. Fixed/improved extractors
  727. - vk (#9981)
  728. - facebook (#9938)
  729. - xtube (#9953, #9961)
  730. version 2016.07.02
  731. New extractors
  732. - fusion (#9958)
  733. Fixed/improved extractors
  734. - twitch (#9975)
  735. - vine (#9970)
  736. - periscope (#9967)
  737. - pornhub (#8696)
  738. version 2016.07.01
  739. New extractors
  740. - 9c9media
  741. - ctvnews (#2156)
  742. - ctv (#4077)
  743. Fixed/Improved extractors
  744. - rds
  745. - meta (#8789)
  746. - pornhub (#9964)
  747. - sixplay (#2183)
  748. New features
  749. - Accept quoted strings across multiple lines (#9940)