ChangeLog 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335
  1. version <unreleased>
  2. Extractors
  3. * [prosiebensat1] Fix extraction of descriptions (#11810, #11929)
  4. version 2017.01.31
  5. Core
  6. + [compat] Add compat_etree_register_namespace
  7. Extractors
  8. * [youtube] Fix extraction for domainless player URLs (#11890, #11891, #11892,
  9. #11894, #11895, #11897, #11900, #11903, #11904, #11906, #11907, #11909,
  10. #11913, #11914, #11915, #11916, #11917, #11918, #11919)
  11. + [vimeo] Extract both mixed and separated DASH formats
  12. + [ruutu] Extract DASH formats
  13. * [itv] Fix extraction for python 2.6
  14. version 2017.01.29
  15. Core
  16. * [extractor/common] Fix initialization template (#11605, #11825)
  17. + [extractor/common] Document fragment_base_url and fragment's path fields
  18. * [extractor/common] Fix duration per DASH segment (#11868)
  19. + Introduce --autonumber-start option for initial value of %(autonumber)s
  20. template (#727, #2702, #9362, #10457, #10529, #11862)
  21. Extractors
  22. + [azmedien:playlist] Add support for topic and themen playlists (#11817)
  23. * [npo] Fix subtitles extraction
  24. + [itv] Extract subtitles
  25. + [itv] Add support for itv.com (#9240)
  26. + [mtv81] Add support for mtv81.com (#7619)
  27. + [vlive] Add support for channels (#11826)
  28. + [kaltura] Add fallback for fileExt
  29. + [kaltura] Improve uploader_id extraction
  30. + [konserthusetplay] Add support for rspoplay.se (#11828)
  31. version 2017.01.28
  32. Core
  33. * [utils] Improve parse_duration
  34. Extractors
  35. * [crunchyroll] Improve series and season metadata extraction (#11832)
  36. * [soundcloud] Improve formats extraction and extract audio bitrate
  37. + [soundcloud] Extract HLS formats
  38. * [soundcloud] Fix track URL extraction (#11852)
  39. + [twitch:vod] Expand URL regular expressions (#11846)
  40. * [aenetworks] Fix season episodes extraction (#11669)
  41. + [tva] Add support for videos.tva.ca (#11842)
  42. * [jamendo] Improve and extract more metadata (#11836)
  43. + [disney] Add support for Disney sites (#7409, #11801, #4975, #11000)
  44. * [vevo] Remove request to old API and catch API v2 errors
  45. + [cmt,mtv,southpark] Add support for episode URLs (#11837)
  46. + [youtube] Add fallback for duration extraction (#11841)
  47. version 2017.01.25
  48. Extractors
  49. + [openload] Fallback video extension to mp4
  50. + [extractor/generic] Add support for Openload embeds (#11536, #11812)
  51. * [srgssr] Fix rts video extraction (#11831)
  52. + [afreecatv:global] Add support for afreeca.tv (#11807)
  53. + [crackle] Extract vtt subtitles
  54. + [crackle] Extract multiple resolutions for thumbnails
  55. + [crackle] Add support for mobile URLs
  56. + [konserthusetplay] Extract subtitles (#11823)
  57. + [konserthusetplay] Add support for HLS videos (#11823)
  58. * [vimeo:review] Fix config URL extraction (#11821)
  59. version 2017.01.24
  60. Extractors
  61. * [pluralsight] Fix extraction (#11820)
  62. + [nextmedia] Add support for NextTV (壹電視)
  63. * [24video] Fix extraction (#11811)
  64. * [youtube:playlist] Fix nonexistent and private playlist detection (#11604)
  65. + [chirbit] Extract uploader (#11809)
  66. version 2017.01.22
  67. Extractors
  68. + [pornflip] Add support for pornflip.com (#11556, #11795)
  69. * [chaturbate] Fix extraction (#11797, #11802)
  70. + [azmedien] Add support for AZ Medien sites (#11784, #11785)
  71. + [nextmedia] Support redirected URLs
  72. + [vimeo:channel] Extract videos' titles for playlist entries (#11796)
  73. + [youtube] Extract episode metadata (#9695, #11774)
  74. + [cspan] Support Ustream embedded videos (#11547)
  75. + [1tv] Add support for HLS videos (#11786)
  76. * [uol] Fix extraction (#11770)
  77. * [mtv] Relax triforce feed regular expression (#11766)
  78. version 2017.01.18
  79. Extractors
  80. * [bilibili] Fix extraction (#11077)
  81. + [canalplus] Add fallback for video id (#11764)
  82. * [20min] Fix extraction (#11683, #11751)
  83. * [imdb] Extend URL regular expression (#11744)
  84. + [naver] Add support for tv.naver.com links (#11743)
  85. version 2017.01.16
  86. Core
  87. * [options] Apply custom config to final composite configuration (#11741)
  88. * [YoutubeDL] Improve protocol auto determining (#11720)
  89. Extractors
  90. * [xiami] Relax URL regular expressions
  91. * [xiami] Improve track metadata extraction (#11699)
  92. + [limelight] Check hand-make direct HTTP links
  93. + [limelight] Add support for direct HTTP links at video.llnw.net (#11737)
  94. + [brightcove] Recognize another player ID pattern (#11688)
  95. + [niconico] Support login via cookies (#7968)
  96. * [yourupload] Fix extraction (#11601)
  97. + [beam:live] Add support for beam.pro live streams (#10702, #11596)
  98. * [vevo] Improve geo restriction detection
  99. + [dramafever] Add support for URLs with language code (#11714)
  100. * [cbc] Improve playlist support (#11704)
  101. version 2017.01.14
  102. Core
  103. + [common] Add ability to customize akamai manifest host
  104. + [utils] Add more date formats
  105. Extractors
  106. - [mtv] Eliminate _transform_rtmp_url
  107. * [mtv] Generalize triforce mgid extraction
  108. + [cmt] Add support for full episodes and video clips (#11623)
  109. + [mitele] Extract DASH formats
  110. + [ooyala] Add support for videos with embedToken (#11684)
  111. * [mixcloud] Fix extraction (#11674)
  112. * [openload] Fix extraction (#10408)
  113. * [tv4] Improve extraction (#11698)
  114. * [freesound] Fix and improve extraction (#11602)
  115. + [nick] Add support for beta.nick.com (#11655)
  116. * [mtv,cc] Use HLS by default with native HLS downloader (#11641)
  117. * [mtv] Fix non-HLS extraction
  118. version 2017.01.10
  119. Extractors
  120. * [youtube] Fix extraction (#11663, #11664)
  121. + [inc] Add support for inc.com (#11277, #11647)
  122. + [youtube] Add itag 212 (#11575)
  123. + [egghead:course] Add support for egghead.io courses
  124. version 2017.01.08
  125. Core
  126. * Fix "invalid escape sequence" errors under Python 3.6 (#11581)
  127. Extractors
  128. + [hitrecord] Add support for hitrecord.org (#10867, #11626)
  129. - [videott] Remove extractor
  130. * [swrmediathek] Improve extraction
  131. - [sharesix] Remove extractor
  132. - [aol:features] Remove extractor
  133. * [sendtonews] Improve info extraction
  134. * [3sat,phoenix] Fix extraction (#11619)
  135. * [comedycentral/mtv] Add support for HLS videos (#11600)
  136. * [discoverygo] Fix JSON data parsing (#11219, #11522)
  137. version 2017.01.05
  138. Extractors
  139. + [zdf] Fix extraction (#11055, #11063)
  140. * [pornhub:playlist] Improve extraction (#11594)
  141. + [cctv] Add support for ncpa-classic.com (#11591)
  142. + [tunein] Add support for embeds (#11579)
  143. version 2017.01.02
  144. Extractors
  145. * [cctv] Improve extraction (#879, #6753, #8541)
  146. + [nrktv:episodes] Add support for episodes (#11571)
  147. + [arkena] Add support for video.arkena.com (#11568)
  148. version 2016.12.31
  149. Core
  150. + Introduce --config-location option for custom configuration files (#6745,
  151. #10648)
  152. Extractors
  153. + [twitch] Add support for player.twitch.tv (#11535, #11537)
  154. + [videa] Add support for videa.hu (#8181, #11133)
  155. * [vk] Fix postlive videos extraction
  156. * [vk] Extract from playerParams (#11555)
  157. - [freevideo] Remove extractor (#11515)
  158. + [showroomlive] Add support for showroom-live.com (#11458)
  159. * [xhamster] Fix duration extraction (#11549)
  160. * [rtve:live] Fix extraction (#11529)
  161. * [brightcove:legacy] Improve embeds detection (#11523)
  162. + [twitch] Add support for rechat messages (#11524)
  163. * [acast] Fix audio and timestamp extraction (#11521)
  164. version 2016.12.22
  165. Core
  166. * [extractor/common] Improve detection of video-only formats in m3u8
  167. manifests (#11507)
  168. Extractors
  169. + [theplatform] Pass geo verification headers to SMIL request (#10146)
  170. + [viu] Pass geo verification headers to auth request
  171. * [rtl2] Extract more formats and metadata
  172. * [vbox7] Skip malformed JSON-LD (#11501)
  173. * [uplynk] Force downloading using native HLS downloader (#11496)
  174. + [laola1] Add support for another extraction scenario (#11460)
  175. version 2016.12.20
  176. Core
  177. * [extractor/common] Improve fragment URL construction for DASH media
  178. * [extractor/common] Fix codec information extraction for mixed audio/video
  179. DASH media (#11490)
  180. Extractors
  181. * [vbox7] Fix extraction (#11494)
  182. + [uktvplay] Add support for uktvplay.uktv.co.uk (#11027)
  183. + [piksel] Add support for player.piksel.com (#11246)
  184. + [vimeo] Add support for DASH formats
  185. * [vimeo] Fix extraction for HLS formats (#11490)
  186. * [kaltura] Fix wrong widget ID in some cases (#11480)
  187. + [nrktv:direkte] Add support for live streams (#11488)
  188. * [pbs] Fix extraction for geo restricted videos (#7095)
  189. * [brightcove:new] Skip widevine classic videos
  190. + [viu] Add support for viu.com (#10607, #11329)
  191. version 2016.12.18
  192. Core
  193. + [extractor/common] Recognize DASH formats in html5 media entries
  194. Extractors
  195. + [ccma] Add support for ccma.cat (#11359)
  196. * [laola1tv] Improve extraction
  197. + [laola1tv] Add support embed URLs (#11460)
  198. * [nbc] Fix extraction for MSNBC videos (#11466)
  199. * [twitch] Adapt to new videos pages URL schema (#11469)
  200. + [meipai] Add support for meipai.com (#10718)
  201. * [jwplatform] Improve subtitles and duration extraction
  202. + [ondemandkorea] Add support for ondemandkorea.com (#10772)
  203. + [vvvvid] Add support for vvvvid.it (#5915)
  204. version 2016.12.15
  205. Core
  206. + [utils] Add convenience urljoin
  207. Extractors
  208. + [openload] Recognize oload.tv URLs (#10408)
  209. + [facebook] Recognize .onion URLs (#11443)
  210. * [vlive] Fix extraction (#11375, #11383)
  211. + [canvas] Extract DASH formats
  212. + [melonvod] Add support for vod.melon.com (#11419)
  213. version 2016.12.12
  214. Core
  215. + [utils] Add common user agents map
  216. + [common] Recognize HLS manifests that contain video only formats (#11394)
  217. Extractors
  218. + [dplay] Use Safari user agent for HLS (#11418)
  219. + [facebook] Detect login required error message
  220. * [facebook] Improve video selection (#11390)
  221. + [canalplus] Add another video id pattern (#11399)
  222. * [mixcloud] Relax URL regular expression (#11406)
  223. * [ctvnews] Relax URL regular expression (#11394)
  224. + [rte] Capture and output error message (#7746, #10498)
  225. + [prosiebensat1] Add support for DASH formats
  226. * [srgssr] Improve extraction for geo restricted videos (#11089)
  227. * [rts] Improve extraction for geo restricted videos (#4989)
  228. version 2016.12.09
  229. Core
  230. * [socks] Fix error reporting (#11355)
  231. Extractors
  232. * [openload] Fix extraction (#10408)
  233. * [pandoratv] Fix extraction (#11023)
  234. + [telebruxelles] Add support for emission URLs
  235. * [telebruxelles] Extract all formats
  236. + [bloomberg] Add another video id regular expression (#11371)
  237. * [fusion] Update ooyala id regular expression (#11364)
  238. + [1tv] Add support for playlists (#11335)
  239. * [1tv] Improve extraction (#11335)
  240. + [aenetworks] Extract more formats (#11321)
  241. + [thisoldhouse] Recognize /tv-episode/ URLs (#11271)
  242. version 2016.12.01
  243. Extractors
  244. * [soundcloud] Update client id (#11327)
  245. * [ruutu] Detect DRM protected videos
  246. + [liveleak] Add support for youtube embeds (#10688)
  247. * [spike] Fix full episodes support (#11312)
  248. * [comedycentral] Fix full episodes support
  249. * [normalboots] Rewrite in terms of JWPlatform (#11184)
  250. * [teamfourstar] Rewrite in terms of JWPlatform (#11184)
  251. - [screenwavemedia] Remove extractor (#11184)
  252. version 2016.11.27
  253. Extractors
  254. + [webcaster] Add support for webcaster.pro
  255. + [azubu] Add support for azubu.uol.com.br (#11305)
  256. * [viki] Prefer hls formats
  257. * [viki] Fix rtmp formats extraction (#11255)
  258. * [puls4] Relax URL regular expression (#11267)
  259. * [vevo] Improve artist extraction (#10911)
  260. * [mitele] Relax URL regular expression and extract more metadata (#11244)
  261. + [cbslocal] Recognize New York site (#11285)
  262. + [youtube:playlist] Pass disable_polymer in URL query (#11193)
  263. version 2016.11.22
  264. Extractors
  265. * [hellporno] Fix video extension extraction (#11247)
  266. + [hellporno] Add support for hellporno.net (#11247)
  267. + [amcnetworks] Recognize more BBC America URLs (#11263)
  268. * [funnyordie] Improve extraction (#11208)
  269. * [extractor/generic] Improve limelight embeds support
  270. - [crunchyroll] Remove ScaledBorderAndShadow from ASS subtitles (#8207, #9028)
  271. * [bandcamp] Fix free downloads extraction and extract all formats (#11067)
  272. * [twitter:card] Relax URL regular expression (#11225)
  273. + [tvanouvelles] Add support for tvanouvelles.ca (#10616)
  274. version 2016.11.18
  275. Extractors
  276. * [youtube:live] Relax URL regular expression (#11164)
  277. * [openload] Fix extraction (#10408, #11122)
  278. * [vlive] Prefer locale over language for subtitles id (#11203)
  279. version 2016.11.14.1
  280. Core
  281. + [downoader/fragment,f4m,hls] Respect HTTP headers from info dict
  282. * [extractor/common] Fix media templates with Bandwidth substitution pattern in
  283. MPD manifests (#11175)
  284. * [extractor/common] Improve thumbnail extraction from JSON-LD
  285. Extractors
  286. + [nrk] Workaround geo restriction
  287. + [nrk] Improve error detection and messages
  288. + [afreecatv] Add support for vod.afreecatv.com (#11174)
  289. * [cda] Fix and improve extraction (#10929, #10936)
  290. * [plays] Fix extraction (#11165)
  291. * [eagleplatform] Fix extraction (#11160)
  292. + [audioboom] Recognize /posts/ URLs (#11149)
  293. version 2016.11.08.1
  294. Extractors
  295. * [espn:article] Fix support for espn.com articles
  296. * [franceculture] Fix extraction (#11140)
  297. version 2016.11.08
  298. Extractors
  299. * [tmz:article] Fix extraction (#11052)
  300. * [espn] Fix extraction (#11041)
  301. * [mitele] Fix extraction after website redesign (#10824)
  302. - [ard] Remove age restriction check (#11129)
  303. * [generic] Improve support for pornhub.com embeds (#11100)
  304. + [generic] Add support for redtube.com embeds (#11099)
  305. + [generic] Add support for drtuber.com embeds (#11098)
  306. + [redtube] Add support for embed URLs
  307. + [drtuber] Add support for embed URLs
  308. + [yahoo] Improve content id extraction (#11088)
  309. * [toutv] Relax URL regular expression (#11121)
  310. version 2016.11.04
  311. Core
  312. * [extractor/common] Tolerate malformed RESOLUTION attribute in m3u8
  313. manifests (#11113)
  314. * [downloader/ism] Fix AVC Decoder Configuration Record
  315. Extractors
  316. + [fox9] Add support for fox9.com (#11110)
  317. + [anvato] Extract more metadata and improve formats extraction
  318. * [vodlocker] Improve removed videos detection (#11106)
  319. + [vzaar] Add support for vzaar.com (#11093)
  320. + [vice] Add support for uplynk preplay videos (#11101)
  321. * [tubitv] Fix extraction (#11061)
  322. + [shahid] Add support for authentication (#11091)
  323. + [radiocanada] Add subtitles support (#11096)
  324. + [generic] Add support for ISM manifests
  325. version 2016.11.02
  326. Core
  327. + Add basic support for Smooth Streaming protocol (#8118, #10969)
  328. * Improve MPD manifest base URL extraction (#10909, #11079)
  329. * Fix --match-filter for int-like strings (#11082)
  330. Extractors
  331. + [mva] Add support for ISM formats
  332. + [msn] Add support for ISM formats
  333. + [onet] Add support for ISM formats
  334. + [tvp] Add support for ISM formats
  335. + [nicknight] Add support for nicknight sites (#10769)
  336. version 2016.10.30
  337. Extractors
  338. * [facebook] Improve 1080P video detection (#11073)
  339. * [imgur] Recognize /r/ URLs (#11071)
  340. * [beeg] Fix extraction (#11069)
  341. * [openload] Fix extraction (#10408)
  342. * [gvsearch] Modernize and fix search request (#11051)
  343. * [adultswim] Fix extraction (#10979)
  344. + [nobelprize] Add support for nobelprize.org (#9999)
  345. * [hornbunny] Fix extraction (#10981)
  346. * [tvp] Improve video id extraction (#10585)
  347. version 2016.10.26
  348. Extractors
  349. + [rentv] Add support for ren.tv (#10620)
  350. + [ard] Detect unavailable videos (#11018)
  351. * [vk] Fix extraction (#11022)
  352. version 2016.10.25
  353. Core
  354. * Running youtube-dl in the background is fixed (#10996, #10706, #955)
  355. Extractors
  356. + [jamendo] Add support for jamendo.com (#10132, #10736)
  357. + [pandatv] Add support for panda.tv (#10736)
  358. + [dotsub] Support Vimeo embed (#10964)
  359. * [litv] Fix extraction
  360. + [vimeo] Delegate ondemand redirects to ondemand extractor (#10994)
  361. * [vivo] Fix extraction (#11003)
  362. + [twitch:stream] Add support for rebroadcasts (#10995)
  363. * [pluralsight] Fix subtitles conversion (#10990)
  364. version 2016.10.21.1
  365. Extractors
  366. + [pluralsight] Process all clip URLs (#10984)
  367. version 2016.10.21
  368. Core
  369. - Disable thumbnails embedding in mkv
  370. + Add support for Comcast multiple-system operator (#10819)
  371. Extractors
  372. * [pluralsight] Adapt to new API (#10972)
  373. * [openload] Fix extraction (#10408, #10971)
  374. + [natgeo] Extract m3u8 formats (#10959)
  375. version 2016.10.19
  376. Core
  377. + [utils] Expose PACKED_CODES_RE
  378. + [extractor/common] Extract non smil wowza mpd manifests
  379. + [extractor/common] Detect f4m audio-only formats
  380. Extractors
  381. * [vidzi] Fix extraction (#10908, #10952)
  382. * [urplay] Fix subtitles extraction
  383. + [urplay] Add support for urskola.se (#10915)
  384. + [orf] Add subtitles support (#10939)
  385. * [youtube] Fix --no-playlist behavior for youtu.be/id URLs (#10896)
  386. * [nrk] Relax URL regular expression (#10928)
  387. + [nytimes] Add support for podcasts (#10926)
  388. * [pluralsight] Relax URL regular expression (#10941)
  389. version 2016.10.16
  390. Core
  391. * [postprocessor/ffmpeg] Return correct filepath and ext in updated information
  392. in FFmpegExtractAudioPP (#10879)
  393. Extractors
  394. + [ruutu] Add support for supla.fi (#10849)
  395. + [theoperaplatform] Add support for theoperaplatform.eu (#10914)
  396. * [lynda] Fix height for prioritized streams
  397. + [lynda] Add fallback extraction scenario
  398. * [lynda] Switch to https (#10916)
  399. + [huajiao] New extractor (#10917)
  400. * [cmt] Fix mgid extraction (#10813)
  401. + [safari:course] Add support for techbus.safaribooksonline.com
  402. * [orf:tvthek] Fix extraction and modernize (#10898)
  403. * [chirbit] Fix extraction of user profile pages
  404. * [carambatv] Fix extraction
  405. * [canalplus] Fix extraction for some videos
  406. * [cbsinteractive] Fix extraction for cnet.com
  407. * [parliamentliveuk] Lower case URLs are now recognized (#10912)
  408. version 2016.10.12
  409. Core
  410. + Support HTML media elements without child nodes
  411. * [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)
  412. Extractors
  413. * [dailymotion] Fix extraction (#10901)
  414. * [vimeo:review] Fix extraction (#10900)
  415. * [nhl] Correctly handle invalid formats (#10713)
  416. * [footyroom] Fix extraction (#10810)
  417. * [abc.net.au:iview] Fix for standalone (non series) videos (#10895)
  418. + [hbo] Add support for episode pages (#10892)
  419. * [allocine] Fix extraction (#10860)
  420. + [nextmedia] Recognize action news on AppleDaily
  421. * [lego] Improve info extraction and bypass geo restriction (#10872)
  422. version 2016.10.07
  423. Extractors
  424. + [iprima] Detect geo restriction
  425. * [facebook] Fix video extraction (#10846)
  426. + [commonprotocols] Support direct MMS links (#10838)
  427. + [generic] Add support for multiple vimeo embeds (#10862)
  428. + [nzz] Add support for nzz.ch (#4407)
  429. + [npo] Detect geo restriction
  430. + [npo] Add support for 2doc.nl (#10842)
  431. + [lego] Add support for lego.com (#10369)
  432. + [tonline] Add support for t-online.de (#10376)
  433. * [techtalks] Relax URL regular expression (#10840)
  434. * [youtube:live] Extend URL regular expression (#10839)
  435. + [theweatherchannel] Add support for weather.com (#7188)
  436. + [thisoldhouse] Add support for thisoldhouse.com (#10837)
  437. + [nhl] Add support for wch2016.com (#10833)
  438. * [pornoxo] Use JWPlatform to improve metadata extraction
  439. version 2016.10.02
  440. Core
  441. * Fix possibly lost extended attributes during post-processing
  442. + Support pyxattr as well as python-xattr for --xattrs and
  443. --xattr-set-filesize (#9054)
  444. Extractors
  445. + [jwplatform] Support DASH streams in JWPlayer
  446. + [jwplatform] Support old-style JWPlayer playlists
  447. + [byutv:event] Add extractor
  448. * [periscope:user] Fix extraction (#10820)
  449. * [dctp] Fix extraction (#10734)
  450. + [instagram] Extract video dimensions (#10790)
  451. + [tvland] Extend URL regular expression (#10812)
  452. + [vgtv] Add support for tv.aftonbladet.se (#10800)
  453. - [aftonbladet] Remove extractor
  454. * [vk] Fix timestamp and view count extraction (#10760)
  455. + [vk] Add support for running and finished live streams (#10799)
  456. + [leeco] Recognize more Le Sports URLs (#10794)
  457. + [instagram] Extract comments (#10788)
  458. + [ketnet] Extract mzsource formats (#10770)
  459. * [limelight:media] Improve HTTP formats extraction
  460. version 2016.09.27
  461. Core
  462. + Add hdcore query parameter to akamai f4m formats
  463. + Delegate HLS live streams downloading to ffmpeg
  464. + Improved support for HTML5 subtitles
  465. Extractors
  466. + [vk] Add support for dailymotion embeds (#10661)
  467. * [promptfile] Fix extraction (#10634)
  468. * [kaltura] Speed up embed regular expressions (#10764)
  469. + [npo] Add support for anderetijden.nl (#10754)
  470. + [prosiebensat1] Add support for advopedia sites
  471. * [mwave] Relax URL regular expression (#10735, #10748)
  472. * [prosiebensat1] Fix playlist support (#10745)
  473. + [prosiebensat1] Add support for sat1gold sites (#10745)
  474. + [cbsnews:livevideo] Fix extraction and extract m3u8 formats
  475. + [brightcove:new] Add support for live streams
  476. * [soundcloud] Generalize playlist entries extraction (#10733)
  477. + [mtv] Add support for new URL schema (#8169, #9808)
  478. * [einthusan] Fix extraction (#10714)
  479. + [twitter] Support Periscope embeds (#10737)
  480. + [openload] Support subtitles (#10625)
  481. version 2016.09.24
  482. Core
  483. + Add support for watchTVeverywhere.com authentication provider based MSOs for
  484. Adobe Pass authentication (#10709)
  485. Extractors
  486. + [soundcloud:playlist] Provide video id for early playlist entries (#10733)
  487. + [prosiebensat1] Add support for kabeleinsdoku (#10732)
  488. * [cbs] Extract info from thunder videoPlayerService (#10728)
  489. * [openload] Fix extraction (#10408)
  490. + [ustream] Support the new HLS streams (#10698)
  491. + [ooyala] Extract all HLS formats
  492. + [cartoonnetwork] Add support for Adobe Pass authentication
  493. + [soundcloud] Extract license metadata
  494. + [fox] Add support for Adobe Pass authentication (#8584)
  495. + [tbs] Add support for Adobe Pass authentication (#10642, #10222)
  496. + [trutv] Add support for Adobe Pass authentication (#10519)
  497. + [turner] Add support for Adobe Pass authentication
  498. version 2016.09.19
  499. Extractors
  500. + [crunchyroll] Check if already authenticated (#10700)
  501. - [twitch:stream] Remove fallback to profile extraction when stream is offline
  502. * [thisav] Improve title extraction (#10682)
  503. * [vyborymos] Improve station info extraction
  504. version 2016.09.18
  505. Core
  506. + Introduce manifest_url and fragments fields in formats dictionary for
  507. fragmented media
  508. + Provide manifest_url field for DASH segments, HLS and HDS
  509. + Provide fragments field for DASH segments
  510. * Rework DASH segments downloader to use fragments field
  511. + Add helper method for Wowza Streaming Engine formats extraction
  512. Extractors
  513. + [vyborymos] Add extractor for vybory.mos.ru (#10692)
  514. + [xfileshare] Add title regular expression for streamin.to (#10646)
  515. + [globo:article] Add support for multiple videos (#10653)
  516. + [thisav] Recognize HTML5 videos (#10447)
  517. * [jwplatform] Improve JWPlayer detection
  518. + [mangomolo] Add support for Mangomolo embeds
  519. + [toutv] Add support for authentication (#10669)
  520. * [franceinter] Fix upload date extraction
  521. * [tv4] Fix HLS and HDS formats extraction (#10659)
  522. version 2016.09.15
  523. Core
  524. * Improve _hidden_inputs
  525. + Introduce improved explicit Adobe Pass support
  526. + Add --ap-mso to provide multiple-system operator identifier
  527. + Add --ap-username to provide MSO account username
  528. + Add --ap-password to provide MSO account password
  529. + Add --ap-list-mso to list all supported MSOs
  530. + Add support for Rogers Cable multiple-system operator (#10606)
  531. Extractors
  532. * [crunchyroll] Fix authentication (#10655)
  533. * [twitch] Fix API calls (#10654, #10660)
  534. + [bellmedia] Add support for more Bell Media Television sites
  535. * [franceinter] Fix extraction (#10538, #2105)
  536. * [kuwo] Improve error detection (#10650)
  537. + [go] Add support for free full episodes (#10439)
  538. * [bilibili] Fix extraction for specific videos (#10647)
  539. * [nhk] Fix extraction (#10633)
  540. * [kaltura] Improve audio detection
  541. * [kaltura] Skip chun format
  542. + [vimeo:ondemand] Pass Referer along with embed URL (#10624)
  543. + [nbc] Add support for NBC Olympics (#10361)
  544. version 2016.09.11.1
  545. Extractors
  546. + [tube8] Extract categories and tags (#10579)
  547. + [pornhub] Extract categories and tags (#10499)
  548. * [openload] Temporary fix (#10408)
  549. + [foxnews] Add support Fox News articles (#10598)
  550. * [viafree] Improve video id extraction (#10615)
  551. * [iwara] Fix extraction after relaunch (#10462, #3215)
  552. + [tfo] Add extractor for tfo.org
  553. * [lrt] Fix audio extraction (#10566)
  554. * [9now] Fix extraction (#10561)
  555. + [canalplus] Add support for c8.fr (#10577)
  556. * [newgrounds] Fix uploader extraction (#10584)
  557. + [polskieradio:category] Add support for category lists (#10576)
  558. + [ketnet] Add extractor for ketnet.be (#10343)
  559. + [canvas] Add support for een.be (#10605)
  560. + [telequebec] Add extractor for telequebec.tv (#1999)
  561. * [parliamentliveuk] Fix extraction (#9137)
  562. version 2016.09.08
  563. Extractors
  564. + [jwplatform] Extract height from format label
  565. + [yahoo] Extract Brightcove Legacy Studio embeds (#9345)
  566. * [videomore] Fix extraction (#10592)
  567. * [foxgay] Fix extraction (#10480)
  568. + [rmcdecouverte] Add extractor for rmcdecouverte.bfmtv.com (#9709)
  569. * [gamestar] Fix metadata extraction (#10479)
  570. * [puls4] Fix extraction (#10583)
  571. + [cctv] Add extractor for CCTV and CNTV (#8153)
  572. + [lci] Add extractor for lci.fr (#10573)
  573. + [wat] Extract DASH formats
  574. + [viafree] Improve video id detection (#10569)
  575. + [trutv] Add extractor for trutv.com (#10519)
  576. + [nick] Add support for nickelodeon.nl (#10559)
  577. + [abcotvs:clips] Add support for clips.abcotvs.com
  578. + [abcotvs] Add support for ABC Owned Television Stations sites (#9551)
  579. + [miaopai] Add extractor for miaopai.com (#10556)
  580. * [gamestar] Fix metadata extraction (#10479)
  581. + [bilibili] Add support for episodes (#10190)
  582. + [tvnoe] Add extractor for tvnoe.cz (#10524)
  583. version 2016.09.04.1
  584. Core
  585. * In DASH downloader if the first segment fails, abort the whole download
  586. process to prevent throttling (#10497)
  587. + Add support for --skip-unavailable-fragments and --fragment retries in
  588. hlsnative downloader (#10165, #10448).
  589. + Add support for --skip-unavailable-fragments in DASH downloader
  590. + Introduce --skip-unavailable-fragments option for fragment based downloaders
  591. that allows to skip fragments unavailable due to a HTTP error
  592. * Fix extraction of video/audio entries with src attribute in
  593. _parse_html5_media_entries (#10540)
  594. Extractors
  595. * [theplatform] Relax URL regular expression (#10546)
  596. * [youtube:playlist] Extend URL regular expression
  597. * [rottentomatoes] Delegate extraction to internetvideoarchive extractor
  598. * [internetvideoarchive] Extract all formats
  599. * [pornvoisines] Fix extraction (#10469)
  600. * [rottentomatoes] Fix extraction (#10467)
  601. * [espn] Extend URL regular expression (#10549)
  602. * [vimple] Extend URL regular expression (#10547)
  603. * [youtube:watchlater] Fix extraction (#10544)
  604. * [youjizz] Fix extraction (#10437)
  605. + [foxnews] Add support for FoxNews Insider (#10445)
  606. + [fc2] Recognize Flash player URLs (#10512)
  607. version 2016.09.03
  608. Core
  609. * Restore usage of NAME attribute from EXT-X-MEDIA tag for formats codes in
  610. _extract_m3u8_formats (#10522)
  611. * Handle semicolon in mimetype2ext
  612. Extractors
  613. + [youtube] Add support for rental videos' previews (#10532)
  614. * [youtube:playlist] Fallback to video extraction for video/playlist URLs when
  615. no playlist is actually served (#10537)
  616. + [drtv] Add support for dr.dk/nyheder (#10536)
  617. + [facebook:plugins:video] Add extractor (#10530)
  618. + [go] Add extractor for *.go.com sites
  619. * [adobepass] Check for authz_token expiration (#10527)
  620. * [nytimes] improve extraction
  621. * [thestar] Fix extraction (#10465)
  622. * [glide] Fix extraction (#10478)
  623. - [exfm] Remove extractor (#10482)
  624. * [youporn] Fix categories and tags extraction (#10521)
  625. + [curiositystream] Add extractor for app.curiositystream.com
  626. - [thvideo] Remove extractor (#10464)
  627. * [movingimage] Fix for the new site name (#10466)
  628. + [cbs] Add support for once formats (#10515)
  629. * [limelight] Skip ism snd duplicate manifests
  630. + [porncom] Extract categories and tags (#10510)
  631. + [facebook] Extract timestamp (#10508)
  632. + [yahoo] Extract more formats
  633. version 2016.08.31
  634. Extractors
  635. * [soundcloud] Fix URL regular expression to avoid clashes with sets (#10505)
  636. * [bandcamp:album] Fix title extraction (#10455)
  637. * [pyvideo] Fix extraction (#10468)
  638. + [ctv] Add support for tsn.ca, bnn.ca and thecomedynetwork.ca (#10016)
  639. * [9c9media] Extract more metadata
  640. * [9c9media] Fix multiple stacks extraction (#10016)
  641. * [adultswim] Improve video info extraction (#10492)
  642. * [vodplatform] Improve embed regular expression
  643. - [played] Remove extractor (#10470)
  644. + [tbs] Add extractor for tbs.com and tntdrama.com (#10222)
  645. + [cartoonnetwork] Add extractor for cartoonnetwork.com (#10110)
  646. * [adultswim] Rework in terms of turner extractor
  647. * [cnn] Rework in terms of turner extractor
  648. * [nba] Rework in terms of turner extractor
  649. + [turner] Add base extractor for Turner Broadcasting System based sites
  650. * [bilibili] Fix extraction (#10375)
  651. * [openload] Fix extraction (#10408)
  652. version 2016.08.28
  653. Core
  654. + Add warning message that ffmpeg doesn't support SOCKS
  655. * Improve thumbnail sorting
  656. + Extract formats from #EXT-X-MEDIA tags in _extract_m3u8_formats
  657. * Fill IV with leading zeros for IVs shorter than 16 octets in hlsnative
  658. + Add ac-3 to the list of audio codecs in parse_codecs
  659. Extractors
  660. * [periscope:user] Fix extraction (#10453)
  661. * [douyutv] Fix extraction (#10153, #10318, #10444)
  662. + [nhk:vod] Add extractor for www3.nhk.or.jp on demand (#4437, #10424)
  663. - [trutube] Remove extractor (#10438)
  664. + [usanetwork] Add extractor for usanetwork.com
  665. * [crackle] Fix extraction (#10333)
  666. * [spankbang] Fix description and uploader extraction (#10339)
  667. * [discoverygo] Detect cable provider restricted videos (#10425)
  668. + [cbc] Add support for watch.cbc.ca
  669. * [kickstarter] Silent the warning for og:description (#10415)
  670. * [mtvservices:embedded] Fix extraction for the new 'edge' player (#10363)
  671. version 2016.08.24.1
  672. Extractors
  673. + [pluralsight] Add support for subtitles (#9681)
  674. version 2016.08.24
  675. Extractors
  676. * [youtube] Fix authentication (#10392)
  677. * [openload] Fix extraction (#10408)
  678. + [bravotv] Add support for Adobe Pass (#10407)
  679. * [bravotv] Fix clip info extraction (#10407)
  680. * [eagleplatform] Improve embedded videos detection (#10409)
  681. * [awaan] Fix extraction
  682. * [mtvservices:embedded] Update config URL
  683. + [abc:iview] Add extractor (#6148)
  684. version 2016.08.22
  685. Core
  686. * Improve formats and subtitles extension auto calculation
  687. + Recognize full unit names in parse_filesize
  688. + Add support for m3u8 manifests in HTML5 multimedia tags
  689. * Fix octal/hexadecimal number detection in js_to_json
  690. Extractors
  691. + [ivi] Add support for 720p and 1080p
  692. + [charlierose] Add new extractor (#10382)
  693. * [1tv] Fix extraction (#9249)
  694. * [twitch] Renew authentication
  695. * [kaltura] Improve subtitles extension calculation
  696. + [zingmp3] Add support for video clips
  697. * [zingmp3] Fix extraction (#10041)
  698. * [kaltura] Improve subtitles extraction (#10279)
  699. * [cultureunplugged] Fix extraction (#10330)
  700. + [cnn] Add support for money.cnn.com (#2797)
  701. * [cbsnews] Fix extraction (#10362)
  702. * [cbs] Fix extraction (#10393)
  703. + [litv] Support 'promo' URLs (#10385)
  704. * [snotr] Fix extraction (#10338)
  705. * [n-tv.de] Fix extraction (#10331)
  706. * [globo:article] Relax URL and video id regular expressions (#10379)
  707. version 2016.08.19
  708. Core
  709. - Remove output template description from --help
  710. * Recognize lowercase units in parse_filesize
  711. Extractors
  712. + [porncom] Add extractor for porn.com (#2251, #10251)
  713. + [generic] Add support for DBTV embeds
  714. * [vk:wallpost] Fix audio extraction for new site layout
  715. * [vk] Fix authentication
  716. + [hgtvcom:show] Add extractor for hgtv.com shows (#10365)
  717. + [discoverygo] Add support for another GO network sites
  718. version 2016.08.17
  719. Core
  720. + Add _get_netrc_login_info
  721. Extractors
  722. * [mofosex] Extract all formats (#10335)
  723. + [generic] Add support for vbox7 embeds
  724. + [vbox7] Add support for embed URLs
  725. + [viafree] Add extractor (#10358)
  726. + [mtg] Add support for viafree URLs (#10358)
  727. * [theplatform] Extract all subtitles per language
  728. + [xvideos] Fix HLS extraction (#10356)
  729. + [amcnetworks] Add extractor
  730. + [bbc:playlist] Add support for pagination (#10349)
  731. + [fxnetworks] Add extractor (#9462)
  732. * [cbslocal] Fix extraction for SendtoNews-based videos
  733. * [sendtonews] Fix extraction
  734. * [jwplatform] Extract video id from JWPlayer data
  735. - [zippcast] Remove extractor (#10332)
  736. + [viceland] Add extractor (#8799)
  737. + [adobepass] Add base extractor for Adobe Pass Authentication
  738. * [life:embed] Improve extraction
  739. * [vgtv] Detect geo restricted videos (#10348)
  740. + [uplynk] Add extractor
  741. * [xiami] Fix extraction (#10342)
  742. version 2016.08.13
  743. Core
  744. * Show progress for curl external downloader
  745. * Forward more options to curl external downloader
  746. Extractors
  747. * [pbs] Fix description extraction
  748. * [franceculture] Fix extraction (#10324)
  749. * [pornotube] Fix extraction (#10322)
  750. * [4tube] Fix metadata extraction (#10321)
  751. * [imgur] Fix width and height extraction (#10325)
  752. * [expotv] Improve extraction
  753. + [vbox7] Fix extraction (#10309)
  754. - [tapely] Remove extractor (#10323)
  755. * [muenchentv] Fix extraction (#10313)
  756. + [24video] Add support for .me and .xxx TLDs
  757. * [24video] Fix comment count extraction
  758. * [sunporno] Add support for embed URLs
  759. * [sunporno] Fix metadata extraction (#10316)
  760. + [hgtv] Add extractor for hgtv.ca (#3999)
  761. - [pbs] Remove request to unavailable API
  762. + [pbs] Add support for high quality HTTP formats
  763. + [crunchyroll] Add support for HLS formats (#10301)
  764. version 2016.08.12
  765. Core
  766. * Subtitles are now written as is. Newline conversions are disabled. (#10268)
  767. + Recognize more formats in unified_timestamp
  768. Extractors
  769. - [goldenmoustache] Remove extractor (#10298)
  770. * [drtuber] Improve title extraction
  771. * [drtuber] Make dislike count optional (#10297)
  772. * [chirbit] Fix extraction (#10296)
  773. * [francetvinfo] Relax URL regular expression
  774. * [rtlnl] Relax URL regular expression (#10282)
  775. * [formula1] Relax URL regular expression (#10283)
  776. * [wat] Improve extraction (#10281)
  777. * [ctsnews] Fix extraction
  778. version 2016.08.10
  779. Core
  780. * Make --metadata-from-title non fatal when title does not match the pattern
  781. * Introduce options for randomized sleep before each download
  782. --min-sleep-interval and --max-sleep-interval (#9930)
  783. * Respect default in _search_json_ld
  784. Extractors
  785. + [uol] Add extractor for uol.com.br (#4263)
  786. * [rbmaradio] Fix extraction and extract all formats (#10242)
  787. + [sonyliv] Add extractor for sonyliv.com (#10258)
  788. * [aparat] Fix extraction
  789. * [cwtv] Extract HTTP formats
  790. + [rozhlas] Add extractor for prehravac.rozhlas.cz (#10253)
  791. * [kuwo:singer] Fix extraction
  792. version 2016.08.07
  793. Core
  794. + Add support for TV Parental Guidelines ratings in parse_age_limit
  795. + Add decode_png (#9706)
  796. + Add support for partOfTVSeries in JSON-LD
  797. * Lower master M3U8 manifest preference for better format sorting
  798. Extractors
  799. + [discoverygo] Add extractor (#10245)
  800. * [flipagram] Make JSON-LD extraction non fatal
  801. * [generic] Make JSON-LD extraction non fatal
  802. + [bbc] Add support for morph embeds (#10239)
  803. * [tnaflixnetworkbase] Improve title extraction
  804. * [tnaflix] Fix metadata extraction (#10249)
  805. * [fox] Fix theplatform release URL query
  806. * [openload] Fix extraction (#9706)
  807. * [bbc] Skip duplicate manifest URLs
  808. * [bbc] Improve format code
  809. + [bbc] Add support for DASH and F4M
  810. * [bbc] Improve format sorting and listing
  811. * [bbc] Improve playlist extraction
  812. + [pokemon] Add extractor (#10093)
  813. + [condenast] Add fallback scenario for video info extraction
  814. version 2016.08.06
  815. Core
  816. * Add support for JSON-LD root list entries (#10203)
  817. * Improve unified_timestamp
  818. * Lower preference of RTSP formats in generic sorting
  819. + Add support for multiple properties in _og_search_property
  820. * Improve password hiding from verbose output
  821. Extractors
  822. + [adultswim] Add support for trailers (#10235)
  823. * [archiveorg] Improve extraction (#10219)
  824. + [jwplatform] Add support for playlists
  825. + [jwplatform] Add support for relative URLs
  826. * [jwplatform] Improve audio detection
  827. + [tvplay] Capture and output native error message
  828. + [tvplay] Extract series metadata
  829. + [tvplay] Add support for subtitles (#10194)
  830. * [tvp] Improve extraction (#7799)
  831. * [cbslocal] Fix timestamp parsing (#10213)
  832. + [naver] Add support for subtitles (#8096)
  833. * [naver] Improve extraction
  834. * [condenast] Improve extraction
  835. * [engadget] Relax URL regular expression
  836. * [5min] Fix extraction
  837. + [nationalgeographic] Add support for Episode Guide
  838. + [kaltura] Add support for subtitles
  839. * [kaltura] Optimize network requests
  840. + [vodplatform] Add extractor for vod-platform.net
  841. - [gamekings] Remove extractor
  842. * [limelight] Extract HTTP formats
  843. * [ntvru] Fix extraction
  844. + [comedycentral] Re-add :tds and :thedailyshow shortnames
  845. version 2016.08.01
  846. Fixed/improved extractors
  847. - [yandexmusic:track] Adapt to changes in track location JSON (#10193)
  848. - [bloomberg] Support another form of player (#10187)
  849. - [limelight] Skip DRM protected videos
  850. - [safari] Relax regular expressions for URL matching (#10202)
  851. - [cwtv] Add support for cwtvpr.com (#10196)
  852. version 2016.07.30
  853. Fixed/improved extractors
  854. - [twitch:clips] Sort formats
  855. - [tv2] Use m3u8_native
  856. - [tv2:article] Fix video detection (#10188)
  857. - rtve (#10076)
  858. - [dailymotion:playlist] Optimize download archive processing (#10180)
  859. version 2016.07.28
  860. Fixed/improved extractors
  861. - shared (#10170)
  862. - soundcloud (#10179)
  863. - twitch (#9767)
  864. version 2016.07.26.2
  865. Fixed/improved extractors
  866. - smotri
  867. - camdemy
  868. - mtv
  869. - comedycentral
  870. - cmt
  871. - cbc
  872. - mgtv
  873. - orf
  874. version 2016.07.24
  875. New extractors
  876. - arkena (#8682)
  877. - lcp (#8682)
  878. Fixed/improved extractors
  879. - facebook (#10151)
  880. - dailymail
  881. - telegraaf
  882. - dcn
  883. - onet
  884. - tvp
  885. Miscellaneous
  886. - Support $Time$ in DASH manifests
  887. version 2016.07.22
  888. New extractors
  889. - odatv (#9285)
  890. Fixed/improved extractors
  891. - bbc
  892. - youjizz (#10131)
  893. - youtube (#10140)
  894. - pornhub (#10138)
  895. - eporner (#10139)
  896. version 2016.07.17
  897. New extractors
  898. - nintendo (#9986)
  899. - streamable (#9122)
  900. Fixed/improved extractors
  901. - ard (#10095)
  902. - mtv
  903. - comedycentral (#10101)
  904. - viki (#10098)
  905. - spike (#10106)
  906. Miscellaneous
  907. - Improved twitter player detection (#10090)
  908. version 2016.07.16
  909. New extractors
  910. - ninenow (#5181)
  911. Fixed/improved extractors
  912. - rtve (#10076)
  913. - brightcove
  914. - 3qsdn
  915. - syfy (#9087, #3820, #2388)
  916. - youtube (#10083)
  917. Miscellaneous
  918. - Fix subtitle embedding for video-only and audio-only files (#10081)
  919. version 2016.07.13
  920. New extractors
  921. - rudo
  922. Fixed/improved extractors
  923. - biobiochiletv
  924. - tvplay
  925. - dbtv
  926. - brightcove
  927. - tmz
  928. - youtube (#10059)
  929. - shahid (#10062)
  930. - vk
  931. - ellentv (#10067)
  932. version 2016.07.11
  933. New Extractors
  934. - roosterteeth (#9864)
  935. Fixed/improved extractors
  936. - miomio (#9605)
  937. - vuclip
  938. - youtube
  939. - vidzi (#10058)
  940. version 2016.07.09.2
  941. Fixed/improved extractors
  942. - vimeo (#1638)
  943. - facebook (#10048)
  944. - lynda (#10047)
  945. - animeondemand
  946. Fixed/improved features
  947. - Embedding subtitles no longer throws an error with problematic inputs (#9063)
  948. version 2016.07.09.1
  949. Fixed/improved extractors
  950. - youtube
  951. - ard
  952. - srmediatek (#9373)
  953. version 2016.07.09
  954. New extractors
  955. - Flipagram (#9898)
  956. Fixed/improved extractors
  957. - telecinco
  958. - toutv
  959. - radiocanada
  960. - tweakers (#9516)
  961. - lynda
  962. - nick (#7542)
  963. - polskieradio (#10028)
  964. - le
  965. - facebook (#9851)
  966. - mgtv
  967. - animeondemand (#10031)
  968. Fixed/improved features
  969. - `--postprocessor-args` and `--downloader-args` now accepts non-ASCII inputs
  970. on non-Windows systems
  971. version 2016.07.07
  972. New extractors
  973. - kamcord (#10001)
  974. Fixed/improved extractors
  975. - spiegel (#10018)
  976. - metacafe (#8539, #3253)
  977. - onet (#9950)
  978. - francetv (#9955)
  979. - brightcove (#9965)
  980. - daum (#9972)
  981. version 2016.07.06
  982. Fixed/improved extractors
  983. - youtube (#10007, #10009)
  984. - xuite
  985. - stitcher
  986. - spiegel
  987. - slideshare
  988. - sandia
  989. - rtvnh
  990. - prosiebensat1
  991. - onionstudios
  992. version 2016.07.05
  993. Fixed/improved extractors
  994. - brightcove
  995. - yahoo (#9995)
  996. - pornhub (#9997)
  997. - iqiyi
  998. - kaltura (#5557)
  999. - la7
  1000. - Changed features
  1001. - Rename --cn-verfication-proxy to --geo-verification-proxy
  1002. Miscellaneous
  1003. - Add script for displaying downloads statistics
  1004. version 2016.07.03.1
  1005. Fixed/improved extractors
  1006. - theplatform
  1007. - aenetworks
  1008. - nationalgeographic
  1009. - hrti (#9482)
  1010. - facebook (#5701)
  1011. - buzzfeed (#5701)
  1012. - rai (#8617, #9157, #9232, #8552, #8551)
  1013. - nationalgeographic (#9991)
  1014. - iqiyi
  1015. version 2016.07.03
  1016. New extractors
  1017. - hrti (#9482)
  1018. Fixed/improved extractors
  1019. - vk (#9981)
  1020. - facebook (#9938)
  1021. - xtube (#9953, #9961)
  1022. version 2016.07.02
  1023. New extractors
  1024. - fusion (#9958)
  1025. Fixed/improved extractors
  1026. - twitch (#9975)
  1027. - vine (#9970)
  1028. - periscope (#9967)
  1029. - pornhub (#8696)
  1030. version 2016.07.01
  1031. New extractors
  1032. - 9c9media
  1033. - ctvnews (#2156)
  1034. - ctv (#4077)
  1035. Fixed/Improved extractors
  1036. - rds
  1037. - meta (#8789)
  1038. - pornhub (#9964)
  1039. - sixplay (#2183)
  1040. New features
  1041. - Accept quoted strings across multiple lines (#9940)