You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1763 lines
53 KiB

9 years ago
9 years ago
9 years ago
  1. version 2017.03.26
  2. Core
  3. * Don't raise an error if JWPlayer config data is not a Javascript object
  4. literal. _find_jwplayer_data now returns a dict rather than an str. (#12307)
  5. * Expand environment variables for options representing paths (#12556)
  6. + [utils] Introduce expand_path
  7. * [downloader/hls] Delegate downloading to ffmpeg immediately for live streams
  8. Extractors
  9. * [afreecatv] Fix extraction (#12179)
  10. + [atvat] Add support for atv.at (#5325)
  11. + [fox] Add metadata extraction (#12391)
  12. + [atresplayer] Extract DASH formats
  13. + [atresplayer] Extract HD manifest (#12548)
  14. * [atresplayer] Fix login error detection (#12548)
  15. * [franceculture] Fix extraction (#12547)
  16. * [youtube] Improve URL regular expression (#12538)
  17. * [generic] Do not follow redirects to the same URL
  18. version 2017.03.24
  19. Extractors
  20. - [9c9media] Remove mp4 URL extraction request
  21. + [bellmedia] Add support for etalk.ca and space.ca (#12447)
  22. * [channel9] Fix extraction (#11323)
  23. * [cloudy] Fix extraction (#12525)
  24. + [hbo] Add support for free episode URLs and new formats extraction (#12519)
  25. * [condenast] Fix extraction and style (#12526)
  26. * [viu] Relax URL regular expression (#12529)
  27. version 2017.03.22
  28. Extractors
  29. - [pluralsight] Omit module title from video title (#12506)
  30. * [pornhub] Decode obfuscated video URL (#12470, #12515)
  31. * [senateisvp] Allow https URL scheme for embeds (#12512)
  32. version 2017.03.20
  33. Core
  34. + [YoutubeDL] Allow multiple input URLs to be used with stdout (-) as
  35. output template
  36. + [adobepass] Detect and output error on authz token extraction (#12472)
  37. Extractors
  38. + [bostonglobe] Add extractor for bostonglobe.com (#12099)
  39. + [toongoggles] Add support for toongoggles.com (#12171)
  40. + [medialaan] Add support for Medialaan sites (#9974, #11912)
  41. + [discoverynetworks] Add support for more domains and bypass geo restiction
  42. * [openload] Fix extraction (#10408)
  43. version 2017.03.16
  44. Core
  45. + [postprocessor/ffmpeg] Add support for flac
  46. + [extractor/common] Extract SMIL formats from jwplayer
  47. Extractors
  48. + [generic] Add forgotten return for jwplayer formats
  49. * [redbulltv] Improve extraction
  50. version 2017.03.15
  51. Core
  52. * Fix missing subtitles if --add-metadata is used (#12423)
  53. Extractors
  54. * [facebook] Make title optional (#12443)
  55. + [mitele] Add support for ooyala videos (#12430)
  56. * [openload] Fix extraction (#12435, #12446)
  57. * [streamable] Update API URL (#12433)
  58. + [crunchyroll] Extract season name (#12428)
  59. * [discoverygo] Bypass geo restriction
  60. + [discoverygo:playlist] Add support for playlists (#12424)
  61. version 2017.03.10
  62. Extractors
  63. * [generic] Make title optional for jwplayer embeds (#12410)
  64. * [wdr:maus] Fix extraction (#12373)
  65. * [prosiebensat1] Improve title extraction (#12318, #12327)
  66. * [dplayit] Separate and rewrite extractor and bypass geo restriction (#12393)
  67. * [miomio] Fix extraction (#12291, #12388, #12402)
  68. * [telequebec] Fix description extraction (#12399)
  69. * [openload] Fix extraction (#12357)
  70. * [brightcove:legacy] Relax videoPlayer validation check (#12381)
  71. version 2017.03.07
  72. Core
  73. * Metadata are now added after conversion (#5594)
  74. Extractors
  75. * [soundcloud] Update client id (#12376)
  76. * [openload] Fix extraction (#10408, #12357)
  77. version 2017.03.06
  78. Core
  79. + [utils] Process bytestrings in urljoin (#12369)
  80. * [extractor/common] Improve height extraction and extract bitrate
  81. * [extractor/common] Move jwplayer formats extraction in separate method
  82. + [external:ffmpeg] Limit test download size to 10KiB (#12362)
  83. Extractors
  84. + [drtv] Add geo countries to GeoRestrictedError
  85. + [drtv:live] Bypass geo restriction
  86. + [tunepk] Add extractor (#12197, #12243)
  87. version 2017.03.05
  88. Extractors
  89. + [twitch] Add basic support for two-factor authentication (#11974)
  90. + [vier] Add support for vijf.be (#12304)
  91. + [redbulltv] Add support for redbull.tv (#3919, #11948)
  92. * [douyutv] Switch to the PC API to escape the 5-min limitation (#12316)
  93. + [generic] Add support for rutube embeds
  94. + [rutube] Relax URL regular expression
  95. + [vrak] Add support for vrak.tv (#11452)
  96. + [brightcove:new] Add ability to smuggle geo_countries into URL
  97. + [brightcove:new] Raise GeoRestrictedError
  98. * [go] Relax URL regular expression (#12341)
  99. * [24video] Use original host for requests (#12339)
  100. * [ruutu] Disable DASH formats (#12322)
  101. version 2017.03.02
  102. Core
  103. + [adobepass] Add support for Charter Spectrum (#11465)
  104. * [YoutubeDL] Don't sanitize identifiers in output template (#12317)
  105. Extractors
  106. * [facebook] Fix extraction (#12323, #12330)
  107. * [youtube] Mark errors about rental videos as expected (#12324)
  108. + [npo] Add support for audio
  109. * [npo] Adapt to app.php API (#12311, #12320)
  110. version 2017.02.28
  111. Core
  112. + [utils] Add bytes_to_long and long_to_bytes
  113. + [utils] Add pkcs1pad
  114. + [aes] Add aes_cbc_encrypt
  115. Extractors
  116. + [azmedien:showplaylist] Add support for show playlists (#12160)
  117. + [youtube:playlist] Recognize another playlist pattern (#11928, #12286)
  118. + [daisuki] Add support for daisuki.net (#2486, #3186, #4738, #6175, #7776,
  119. #10060)
  120. * [douyu] Fix extraction (#12301)
  121. version 2017.02.27
  122. Core
  123. * [downloader/common] Limit displaying 2 digits after decimal point in sleep
  124. interval message (#12183)
  125. + [extractor/common] Add preference to _parse_html5_media_entries
  126. Extractors
  127. + [npo] Add support for zapp.nl
  128. + [npo] Add support for hetklokhuis.nl (#12293)
  129. - [scivee] Remove extractor (#9315)
  130. + [cda] Decode download URL (#12255)
  131. + [crunchyroll] Improve uploader extraction (#12267)
  132. + [youtube] Raise GeoRestrictedError
  133. + [dailymotion] Raise GeoRestrictedError
  134. + [mdr] Recognize more URL patterns (#12169)
  135. + [tvigle] Raise GeoRestrictedError
  136. * [vevo] Fix extraction for videos with the new streams/streamsV3 format
  137. (#11719)
  138. + [freshlive] Add support for freshlive.tv (#12175)
  139. + [xhamster] Capture and output videoClosed error (#12263)
  140. + [etonline] Add support for etonline.com (#12236)
  141. + [njpwworld] Add support for njpwworld.com (#11561)
  142. * [amcnetworks] Relax URL regular expression (#12127)
  143. version 2017.02.24.1
  144. Extractors
  145. * [noco] Modernize
  146. * [noco] Switch login URL to https (#12246)
  147. + [thescene] Extract more metadata
  148. * [thescene] Fix extraction (#12235)
  149. + [tubitv] Use geo bypass mechanism
  150. * [openload] Fix extraction (#10408)
  151. + [ivi] Raise GeoRestrictedError
  152. version 2017.02.24
  153. Core
  154. * [options] Hide deprecated options from --help
  155. * [options] Deprecate --autonumber-size
  156. + [YoutubeDL] Add support for string formatting operations in output template
  157. (#5185, #5748, #6841, #9929, #9966 #9978, #12189)
  158. Extractors
  159. + [lynda:course] Add webpage extraction fallback (#12238)
  160. * [go] Sign all uplynk URLs and use geo bypass only for free videos
  161. (#12087, #12210)
  162. + [skylinewebcams] Add support for skylinewebcams.com (#12221)
  163. + [instagram] Add support for multi video posts (#12226)
  164. + [crunchyroll] Extract playlist entries ids
  165. * [mgtv] Fix extraction
  166. + [sohu] Raise GeoRestrictedError
  167. + [leeco] Raise GeoRestrictedError and use geo bypass mechanism
  168. version 2017.02.22
  169. Extractors
  170. * [crunchyroll] Fix descriptions with double quotes (#12124)
  171. * [dailymotion] Make comment count optional (#12209)
  172. + [vidzi] Add support for vidzi.cc (#12213)
  173. + [24video] Add support for 24video.tube (#12217)
  174. + [crackle] Use geo bypass mechanism
  175. + [viewster] Use geo verification headers
  176. + [tfo] Improve geo restriction detection and use geo bypass mechanism
  177. + [telequebec] Use geo bypass mechanism
  178. + [limelight] Extract PlaylistService errors and improve geo restriction
  179. detection
  180. version 2017.02.21
  181. Core
  182. * [extractor/common] Allow calling _initialize_geo_bypass from extractors
  183. (#11970)
  184. + [adobepass] Add support for Time Warner Cable (#12191)
  185. + [travis] Run tests in parallel
  186. + [downloader/ism] Honor HTTP headers when downloading fragments
  187. + [downloader/dash] Honor HTTP headers when downloading fragments
  188. + [utils] Add GeoUtils class for working with geo tools and GeoUtils.random_ipv4
  189. + Add option --geo-bypass-country for explicit geo bypass on behalf of
  190. specified country
  191. + Add options to control geo bypass mechanism --geo-bypass and --no-geo-bypass
  192. + Add experimental geo restriction bypass mechanism based on faking
  193. X-Forwarded-For HTTP header
  194. + [utils] Introduce GeoRestrictedError for geo restricted videos
  195. + [utils] Introduce YoutubeDLError base class for all youtube-dl exceptions
  196. Extractors
  197. + [ninecninemedia] Use geo bypass mechanism
  198. * [spankbang] Make uploader optional (#12193)
  199. + [iprima] Improve geo restriction detection and disable geo bypass
  200. * [iprima] Modernize
  201. * [commonmistakes] Disable UnicodeBOM extractor test for python 3.2
  202. + [prosiebensat1] Throw ExtractionError on unsupported page type (#12180)
  203. * [nrk] Update _API_HOST and relax _VALID_URL
  204. + [tv4] Bypass geo restriction and improve detection
  205. * [tv4] Switch to hls3 protocol (#12177)
  206. + [viki] Improve geo restriction detection
  207. + [vgtv] Improve geo restriction detection
  208. + [srgssr] Improve geo restriction detection
  209. + [vbox7] Improve geo restriction detection and use geo bypass mechanism
  210. + [svt] Improve geo restriction detection and use geo bypass mechanism
  211. + [pbs] Improve geo restriction detection and use geo bypass mechanism
  212. + [ondemandkorea] Improve geo restriction detection and use geo bypass mechanism
  213. + [nrk] Improve geo restriction detection and use geo bypass mechanism
  214. + [itv] Improve geo restriction detection and use geo bypass mechanism
  215. + [go] Improve geo restriction detection and use geo bypass mechanism
  216. + [dramafever] Improve geo restriction detection and use geo bypass mechanism
  217. * [brightcove:legacy] Restrict videoPlayer value (#12040)
  218. + [tvn24] Add support for tvn24.pl and tvn24bis.pl (#11679)
  219. + [thisav] Add support for HTML5 media (#11771)
  220. * [metacafe] Bypass family filter (#10371)
  221. * [viceland] Improve info extraction
  222. version 2017.02.17
  223. Extractors
  224. * [heise] Improve extraction (#9725)
  225. * [ellentv] Improve (#11653)
  226. * [openload] Fix extraction (#10408, #12002)
  227. + [theplatform] Recognize URLs with whitespaces (#12044)
  228. * [einthusan] Relax URL regular expression (#12141, #12159)
  229. + [generic] Support complex JWPlayer embedded videos (#12030)
  230. * [elpais] Improve extraction (#12139)
  231. version 2017.02.16
  232. Core
  233. + [utils] Add support for quoted string literals in --match-filter (#8050,
  234. #12142, #12144)
  235. Extractors
  236. * [ceskatelevize] Lower priority for audio description sources (#12119)
  237. * [amcnetworks] Fix extraction (#12127)
  238. * [pinkbike] Fix uploader extraction (#12054)
  239. + [onetpl] Add support for businessinsider.com.pl and plejada.pl
  240. + [onetpl] Add support for onet.pl (#10507)
  241. + [onetmvp] Add shortcut extractor
  242. + [vodpl] Add support for vod.pl (#12122)
  243. + [pornhub] Extract video URL from tv platform site (#12007, #12129)
  244. + [ceskatelevize] Extract DASH formats (#12119, #12133)
  245. version 2017.02.14
  246. Core
  247. * TypeError is fixed with Python 2.7.13 on Windows (#11540, #12085)
  248. Extractor
  249. * [zdf] Fix extraction (#12117)
  250. * [xtube] Fix extraction for both kinds of video id (#12088)
  251. * [xtube] Improve title extraction (#12088)
  252. + [lemonde] Fallback delegate extraction to generic extractor (#12115, #12116)
  253. * [bellmedia] Allow video id longer than 6 characters (#12114)
  254. + [limelight] Add support for referer protected videos
  255. * [disney] Improve extraction (#4975, #11000, #11882, #11936)
  256. * [hotstar] Improve extraction (#12096)
  257. * [einthusan] Fix extraction (#11416)
  258. + [aenetworks] Add support for lifetimemovieclub.com (#12097)
  259. * [youtube] Fix parsing codecs (#12091)
  260. version 2017.02.11
  261. Core
  262. + [utils] Introduce get_elements_by_class and get_elements_by_attribute
  263. utility functions
  264. + [extractor/common] Skip m3u8 manifests protected with Adobe Flash Access
  265. Extractor
  266. * [pluralsight:course] Fix extraction (#12075)
  267. + [bbc] Extract m3u8 formats with 320k audio
  268. * [facebook] Relax video id matching (#11017, #12055, #12056)
  269. + [corus] Add support for Corus Entertainment sites (#12060, #9164)
  270. + [pluralsight] Detect blocked account error message (#12070)
  271. + [bloomberg] Add another video id pattern (#12062)
  272. * [extractor/commonmistakes] Restrict URL regular expression (#12050)
  273. + [tvplayer] Add support for tvplayer.com
  274. version 2017.02.10
  275. Extractors
  276. * [xtube] Fix extraction (#12023)
  277. * [pornhub] Fix extraction (#12007, #12018)
  278. * [facebook] Improve JS data regular expression (#12042)
  279. * [kaltura] Improve embed partner id extraction (#12041)
  280. + [sprout] Add support for sproutonline.com
  281. * [6play] Improve extraction
  282. + [scrippsnetworks:watch] Add support for Scripps Networks sites (#10765)
  283. + [go] Add support for Adobe Pass authentication (#11468, #10831)
  284. * [6play] Fix extraction (#12011)
  285. + [nbc] Add support for Adobe Pass authentication (#12006)
  286. version 2017.02.07
  287. Core
  288. * [extractor/common] Fix audio only with audio group in m3u8 (#11995)
  289. + [downloader/fragment] Respect --no-part
  290. * [extractor/common] Speed-up HTML5 media entries extraction (#11979)
  291. Extractors
  292. * [pornhub] Fix extraction (#11997)
  293. + [canalplus] Add support for cstar.fr (#11990)
  294. + [extractor/generic] Improve RTMP support (#11993)
  295. + [gaskrank] Add support for gaskrank.tv (#11685)
  296. * [bandcamp] Fix extraction for incomplete albums (#11727)
  297. * [iwara] Fix extraction (#11781)
  298. * [googledrive] Fix extraction on Python 3.6
  299. + [videopress] Add support for videopress.com
  300. + [afreecatv] Extract RTMP formats
  301. version 2017.02.04.1
  302. Extractors
  303. + [twitch:stream] Add support for player.twitch.tv (#11971)
  304. * [radiocanada] Fix extraction for toutv rtmp formats
  305. version 2017.02.04
  306. Core
  307. + Add --playlist-random to shuffle playlists (#11889, #11901)
  308. * [utils] Improve comments processing in js_to_json (#11947)
  309. * [utils] Handle single-line comments in js_to_json
  310. * [downloader/external:ffmpeg] Minimize the use of aac_adtstoasc filter
  311. Extractors
  312. + [piksel] Add another app token pattern (#11969)
  313. + [vk] Capture and output author blocked error message (#11965)
  314. + [turner] Fix secure HLS formats downloading with ffmpeg (#11358, #11373,
  315. #11800)
  316. + [drtv] Add support for live and radio sections (#1827, #3427)
  317. * [myspace] Fix extraction and extract HLS and HTTP formats
  318. + [youtube] Add format info for itag 325 and 328
  319. * [vine] Fix extraction (#11955)
  320. - [sportbox] Remove extractor (#11954)
  321. + [filmon] Add support for filmon.com (#11187)
  322. + [infoq] Add audio only formats (#11565)
  323. * [douyutv] Improve room id regular expression (#11931)
  324. * [iprima] Fix extraction (#11920, #11896)
  325. * [youtube] Fix ytsearch when cookies are provided (#11924)
  326. * [go] Relax video id regular expression (#11937)
  327. * [facebook] Fix title extraction (#11941)
  328. + [youtube:playlist] Recognize TL playlists (#11945)
  329. + [bilibili] Support new Bangumi URLs (#11845)
  330. + [cbc:watch] Extract audio codec for audio only formats (#11893)
  331. + [elpais] Fix extraction for some URLs (#11765)
  332. version 2017.02.01
  333. Extractors
  334. + [facebook] Add another fallback extraction scenario (#11926)
  335. * [prosiebensat1] Fix extraction of descriptions (#11810, #11929)
  336. - [crunchyroll] Remove ScaledBorderAndShadow settings (#9028)
  337. + [vimeo] Extract upload timestamp
  338. + [vimeo] Extract license (#8726, #11880)
  339. + [nrk:series] Add support for series (#11571, #11711)
  340. version 2017.01.31
  341. Core
  342. + [compat] Add compat_etree_register_namespace
  343. Extractors
  344. * [youtube] Fix extraction for domainless player URLs (#11890, #11891, #11892,
  345. #11894, #11895, #11897, #11900, #11903, #11904, #11906, #11907, #11909,
  346. #11913, #11914, #11915, #11916, #11917, #11918, #11919)
  347. + [vimeo] Extract both mixed and separated DASH formats
  348. + [ruutu] Extract DASH formats
  349. * [itv] Fix extraction for python 2.6
  350. version 2017.01.29
  351. Core
  352. * [extractor/common] Fix initialization template (#11605, #11825)
  353. + [extractor/common] Document fragment_base_url and fragment's path fields
  354. * [extractor/common] Fix duration per DASH segment (#11868)
  355. + Introduce --autonumber-start option for initial value of %(autonumber)s
  356. template (#727, #2702, #9362, #10457, #10529, #11862)
  357. Extractors
  358. + [azmedien:playlist] Add support for topic and themen playlists (#11817)
  359. * [npo] Fix subtitles extraction
  360. + [itv] Extract subtitles
  361. + [itv] Add support for itv.com (#9240)
  362. + [mtv81] Add support for mtv81.com (#7619)
  363. + [vlive] Add support for channels (#11826)
  364. + [kaltura] Add fallback for fileExt
  365. + [kaltura] Improve uploader_id extraction
  366. + [konserthusetplay] Add support for rspoplay.se (#11828)
  367. version 2017.01.28
  368. Core
  369. * [utils] Improve parse_duration
  370. Extractors
  371. * [crunchyroll] Improve series and season metadata extraction (#11832)
  372. * [soundcloud] Improve formats extraction and extract audio bitrate
  373. + [soundcloud] Extract HLS formats
  374. * [soundcloud] Fix track URL extraction (#11852)
  375. + [twitch:vod] Expand URL regular expressions (#11846)
  376. * [aenetworks] Fix season episodes extraction (#11669)
  377. + [tva] Add support for videos.tva.ca (#11842)
  378. * [jamendo] Improve and extract more metadata (#11836)
  379. + [disney] Add support for Disney sites (#7409, #11801, #4975, #11000)
  380. * [vevo] Remove request to old API and catch API v2 errors
  381. + [cmt,mtv,southpark] Add support for episode URLs (#11837)
  382. + [youtube] Add fallback for duration extraction (#11841)
  383. version 2017.01.25
  384. Extractors
  385. + [openload] Fallback video extension to mp4
  386. + [extractor/generic] Add support for Openload embeds (#11536, #11812)
  387. * [srgssr] Fix rts video extraction (#11831)
  388. + [afreecatv:global] Add support for afreeca.tv (#11807)
  389. + [crackle] Extract vtt subtitles
  390. + [crackle] Extract multiple resolutions for thumbnails
  391. + [crackle] Add support for mobile URLs
  392. + [konserthusetplay] Extract subtitles (#11823)
  393. + [konserthusetplay] Add support for HLS videos (#11823)
  394. * [vimeo:review] Fix config URL extraction (#11821)
  395. version 2017.01.24
  396. Extractors
  397. * [pluralsight] Fix extraction (#11820)
  398. + [nextmedia] Add support for NextTV (壹電視)
  399. * [24video] Fix extraction (#11811)
  400. * [youtube:playlist] Fix nonexistent and private playlist detection (#11604)
  401. + [chirbit] Extract uploader (#11809)
  402. version 2017.01.22
  403. Extractors
  404. + [pornflip] Add support for pornflip.com (#11556, #11795)
  405. * [chaturbate] Fix extraction (#11797, #11802)
  406. + [azmedien] Add support for AZ Medien sites (#11784, #11785)
  407. + [nextmedia] Support redirected URLs
  408. + [vimeo:channel] Extract videos' titles for playlist entries (#11796)
  409. + [youtube] Extract episode metadata (#9695, #11774)
  410. + [cspan] Support Ustream embedded videos (#11547)
  411. + [1tv] Add support for HLS videos (#11786)
  412. * [uol] Fix extraction (#11770)
  413. * [mtv] Relax triforce feed regular expression (#11766)
  414. version 2017.01.18
  415. Extractors
  416. * [bilibili] Fix extraction (#11077)
  417. + [canalplus] Add fallback for video id (#11764)
  418. * [20min] Fix extraction (#11683, #11751)
  419. * [imdb] Extend URL regular expression (#11744)
  420. + [naver] Add support for tv.naver.com links (#11743)
  421. version 2017.01.16
  422. Core
  423. * [options] Apply custom config to final composite configuration (#11741)
  424. * [YoutubeDL] Improve protocol auto determining (#11720)
  425. Extractors
  426. * [xiami] Relax URL regular expressions
  427. * [xiami] Improve track metadata extraction (#11699)
  428. + [limelight] Check hand-make direct HTTP links
  429. + [limelight] Add support for direct HTTP links at video.llnw.net (#11737)
  430. + [brightcove] Recognize another player ID pattern (#11688)
  431. + [niconico] Support login via cookies (#7968)
  432. * [yourupload] Fix extraction (#11601)
  433. + [beam:live] Add support for beam.pro live streams (#10702, #11596)
  434. * [vevo] Improve geo restriction detection
  435. + [dramafever] Add support for URLs with language code (#11714)
  436. * [cbc] Improve playlist support (#11704)
  437. version 2017.01.14
  438. Core
  439. + [common] Add ability to customize akamai manifest host
  440. + [utils] Add more date formats
  441. Extractors
  442. - [mtv] Eliminate _transform_rtmp_url
  443. * [mtv] Generalize triforce mgid extraction
  444. + [cmt] Add support for full episodes and video clips (#11623)
  445. + [mitele] Extract DASH formats
  446. + [ooyala] Add support for videos with embedToken (#11684)
  447. * [mixcloud] Fix extraction (#11674)
  448. * [openload] Fix extraction (#10408)
  449. * [tv4] Improve extraction (#11698)
  450. * [freesound] Fix and improve extraction (#11602)
  451. + [nick] Add support for beta.nick.com (#11655)
  452. * [mtv,cc] Use HLS by default with native HLS downloader (#11641)
  453. * [mtv] Fix non-HLS extraction
  454. version 2017.01.10
  455. Extractors
  456. * [youtube] Fix extraction (#11663, #11664)
  457. + [inc] Add support for inc.com (#11277, #11647)
  458. + [youtube] Add itag 212 (#11575)
  459. + [egghead:course] Add support for egghead.io courses
  460. version 2017.01.08
  461. Core
  462. * Fix "invalid escape sequence" errors under Python 3.6 (#11581)
  463. Extractors
  464. + [hitrecord] Add support for hitrecord.org (#10867, #11626)
  465. - [videott] Remove extractor
  466. * [swrmediathek] Improve extraction
  467. - [sharesix] Remove extractor
  468. - [aol:features] Remove extractor
  469. * [sendtonews] Improve info extraction
  470. * [3sat,phoenix] Fix extraction (#11619)
  471. * [comedycentral/mtv] Add support for HLS videos (#11600)
  472. * [discoverygo] Fix JSON data parsing (#11219, #11522)
  473. version 2017.01.05
  474. Extractors
  475. + [zdf] Fix extraction (#11055, #11063)
  476. * [pornhub:playlist] Improve extraction (#11594)
  477. + [cctv] Add support for ncpa-classic.com (#11591)
  478. + [tunein] Add support for embeds (#11579)
  479. version 2017.01.02
  480. Extractors
  481. * [cctv] Improve extraction (#879, #6753, #8541)
  482. + [nrktv:episodes] Add support for episodes (#11571)
  483. + [arkena] Add support for video.arkena.com (#11568)
  484. version 2016.12.31
  485. Core
  486. + Introduce --config-location option for custom configuration files (#6745,
  487. #10648)
  488. Extractors
  489. + [twitch] Add support for player.twitch.tv (#11535, #11537)
  490. + [videa] Add support for videa.hu (#8181, #11133)
  491. * [vk] Fix postlive videos extraction
  492. * [vk] Extract from playerParams (#11555)
  493. - [freevideo] Remove extractor (#11515)
  494. + [showroomlive] Add support for showroom-live.com (#11458)
  495. * [xhamster] Fix duration extraction (#11549)
  496. * [rtve:live] Fix extraction (#11529)
  497. * [brightcove:legacy] Improve embeds detection (#11523)
  498. + [twitch] Add support for rechat messages (#11524)
  499. * [acast] Fix audio and timestamp extraction (#11521)
  500. version 2016.12.22
  501. Core
  502. * [extractor/common] Improve detection of video-only formats in m3u8
  503. manifests (#11507)
  504. Extractors
  505. + [theplatform] Pass geo verification headers to SMIL request (#10146)
  506. + [viu] Pass geo verification headers to auth request
  507. * [rtl2] Extract more formats and metadata
  508. * [vbox7] Skip malformed JSON-LD (#11501)
  509. * [uplynk] Force downloading using native HLS downloader (#11496)
  510. + [laola1] Add support for another extraction scenario (#11460)
  511. version 2016.12.20
  512. Core
  513. * [extractor/common] Improve fragment URL construction for DASH media
  514. * [extractor/common] Fix codec information extraction for mixed audio/video
  515. DASH media (#11490)
  516. Extractors
  517. * [vbox7] Fix extraction (#11494)
  518. + [uktvplay] Add support for uktvplay.uktv.co.uk (#11027)
  519. + [piksel] Add support for player.piksel.com (#11246)
  520. + [vimeo] Add support for DASH formats
  521. * [vimeo] Fix extraction for HLS formats (#11490)
  522. * [kaltura] Fix wrong widget ID in some cases (#11480)
  523. + [nrktv:direkte] Add support for live streams (#11488)
  524. * [pbs] Fix extraction for geo restricted videos (#7095)
  525. * [brightcove:new] Skip widevine classic videos
  526. + [viu] Add support for viu.com (#10607, #11329)
  527. version 2016.12.18
  528. Core
  529. + [extractor/common] Recognize DASH formats in html5 media entries
  530. Extractors
  531. + [ccma] Add support for ccma.cat (#11359)
  532. * [laola1tv] Improve extraction
  533. + [laola1tv] Add support embed URLs (#11460)
  534. * [nbc] Fix extraction for MSNBC videos (#11466)
  535. * [twitch] Adapt to new videos pages URL schema (#11469)
  536. + [meipai] Add support for meipai.com (#10718)
  537. * [jwplatform] Improve subtitles and duration extraction
  538. + [ondemandkorea] Add support for ondemandkorea.com (#10772)
  539. + [vvvvid] Add support for vvvvid.it (#5915)
  540. version 2016.12.15
  541. Core
  542. + [utils] Add convenience urljoin
  543. Extractors
  544. + [openload] Recognize oload.tv URLs (#10408)
  545. + [facebook] Recognize .onion URLs (#11443)
  546. * [vlive] Fix extraction (#11375, #11383)
  547. + [canvas] Extract DASH formats
  548. + [melonvod] Add support for vod.melon.com (#11419)
  549. version 2016.12.12
  550. Core
  551. + [utils] Add common user agents map
  552. + [common] Recognize HLS manifests that contain video only formats (#11394)
  553. Extractors
  554. + [dplay] Use Safari user agent for HLS (#11418)
  555. + [facebook] Detect login required error message
  556. * [facebook] Improve video selection (#11390)
  557. + [canalplus] Add another video id pattern (#11399)
  558. * [mixcloud] Relax URL regular expression (#11406)
  559. * [ctvnews] Relax URL regular expression (#11394)
  560. + [rte] Capture and output error message (#7746, #10498)
  561. + [prosiebensat1] Add support for DASH formats
  562. * [srgssr] Improve extraction for geo restricted videos (#11089)
  563. * [rts] Improve extraction for geo restricted videos (#4989)
  564. version 2016.12.09
  565. Core
  566. * [socks] Fix error reporting (#11355)
  567. Extractors
  568. * [openload] Fix extraction (#10408)
  569. * [pandoratv] Fix extraction (#11023)
  570. + [telebruxelles] Add support for emission URLs
  571. * [telebruxelles] Extract all formats
  572. + [bloomberg] Add another video id regular expression (#11371)
  573. * [fusion] Update ooyala id regular expression (#11364)
  574. + [1tv] Add support for playlists (#11335)
  575. * [1tv] Improve extraction (#11335)
  576. + [aenetworks] Extract more formats (#11321)
  577. + [thisoldhouse] Recognize /tv-episode/ URLs (#11271)
  578. version 2016.12.01
  579. Extractors
  580. * [soundcloud] Update client id (#11327)
  581. * [ruutu] Detect DRM protected videos
  582. + [liveleak] Add support for youtube embeds (#10688)
  583. * [spike] Fix full episodes support (#11312)
  584. * [comedycentral] Fix full episodes support
  585. * [normalboots] Rewrite in terms of JWPlatform (#11184)
  586. * [teamfourstar] Rewrite in terms of JWPlatform (#11184)
  587. - [screenwavemedia] Remove extractor (#11184)
  588. version 2016.11.27
  589. Extractors
  590. + [webcaster] Add support for webcaster.pro
  591. + [azubu] Add support for azubu.uol.com.br (#11305)
  592. * [viki] Prefer hls formats
  593. * [viki] Fix rtmp formats extraction (#11255)
  594. * [puls4] Relax URL regular expression (#11267)
  595. * [vevo] Improve artist extraction (#10911)
  596. * [mitele] Relax URL regular expression and extract more metadata (#11244)
  597. + [cbslocal] Recognize New York site (#11285)
  598. + [youtube:playlist] Pass disable_polymer in URL query (#11193)
  599. version 2016.11.22
  600. Extractors
  601. * [hellporno] Fix video extension extraction (#11247)
  602. + [hellporno] Add support for hellporno.net (#11247)
  603. + [amcnetworks] Recognize more BBC America URLs (#11263)
  604. * [funnyordie] Improve extraction (#11208)
  605. * [extractor/generic] Improve limelight embeds support
  606. - [crunchyroll] Remove ScaledBorderAndShadow from ASS subtitles (#8207, #9028)
  607. * [bandcamp] Fix free downloads extraction and extract all formats (#11067)
  608. * [twitter:card] Relax URL regular expression (#11225)
  609. + [tvanouvelles] Add support for tvanouvelles.ca (#10616)
  610. version 2016.11.18
  611. Extractors
  612. * [youtube:live] Relax URL regular expression (#11164)
  613. * [openload] Fix extraction (#10408, #11122)
  614. * [vlive] Prefer locale over language for subtitles id (#11203)
  615. version 2016.11.14.1
  616. Core
  617. + [downoader/fragment,f4m,hls] Respect HTTP headers from info dict
  618. * [extractor/common] Fix media templates with Bandwidth substitution pattern in
  619. MPD manifests (#11175)
  620. * [extractor/common] Improve thumbnail extraction from JSON-LD
  621. Extractors
  622. + [nrk] Workaround geo restriction
  623. + [nrk] Improve error detection and messages
  624. + [afreecatv] Add support for vod.afreecatv.com (#11174)
  625. * [cda] Fix and improve extraction (#10929, #10936)
  626. * [plays] Fix extraction (#11165)
  627. * [eagleplatform] Fix extraction (#11160)
  628. + [audioboom] Recognize /posts/ URLs (#11149)
  629. version 2016.11.08.1
  630. Extractors
  631. * [espn:article] Fix support for espn.com articles
  632. * [franceculture] Fix extraction (#11140)
  633. version 2016.11.08
  634. Extractors
  635. * [tmz:article] Fix extraction (#11052)
  636. * [espn] Fix extraction (#11041)
  637. * [mitele] Fix extraction after website redesign (#10824)
  638. - [ard] Remove age restriction check (#11129)
  639. * [generic] Improve support for pornhub.com embeds (#11100)
  640. + [generic] Add support for redtube.com embeds (#11099)
  641. + [generic] Add support for drtuber.com embeds (#11098)
  642. + [redtube] Add support for embed URLs
  643. + [drtuber] Add support for embed URLs
  644. + [yahoo] Improve content id extraction (#11088)
  645. * [toutv] Relax URL regular expression (#11121)
  646. version 2016.11.04
  647. Core
  648. * [extractor/common] Tolerate malformed RESOLUTION attribute in m3u8
  649. manifests (#11113)
  650. * [downloader/ism] Fix AVC Decoder Configuration Record
  651. Extractors
  652. + [fox9] Add support for fox9.com (#11110)
  653. + [anvato] Extract more metadata and improve formats extraction
  654. * [vodlocker] Improve removed videos detection (#11106)
  655. + [vzaar] Add support for vzaar.com (#11093)
  656. + [vice] Add support for uplynk preplay videos (#11101)
  657. * [tubitv] Fix extraction (#11061)
  658. + [shahid] Add support for authentication (#11091)
  659. + [radiocanada] Add subtitles support (#11096)
  660. + [generic] Add support for ISM manifests
  661. version 2016.11.02
  662. Core
  663. + Add basic support for Smooth Streaming protocol (#8118, #10969)
  664. * Improve MPD manifest base URL extraction (#10909, #11079)
  665. * Fix --match-filter for int-like strings (#11082)
  666. Extractors
  667. + [mva] Add support for ISM formats
  668. + [msn] Add support for ISM formats
  669. + [onet] Add support for ISM formats
  670. + [tvp] Add support for ISM formats
  671. + [nicknight] Add support for nicknight sites (#10769)
  672. version 2016.10.30
  673. Extractors
  674. * [facebook] Improve 1080P video detection (#11073)
  675. * [imgur] Recognize /r/ URLs (#11071)
  676. * [beeg] Fix extraction (#11069)
  677. * [openload] Fix extraction (#10408)
  678. * [gvsearch] Modernize and fix search request (#11051)
  679. * [adultswim] Fix extraction (#10979)
  680. + [nobelprize] Add support for nobelprize.org (#9999)
  681. * [hornbunny] Fix extraction (#10981)
  682. * [tvp] Improve video id extraction (#10585)
  683. version 2016.10.26
  684. Extractors
  685. + [rentv] Add support for ren.tv (#10620)
  686. + [ard] Detect unavailable videos (#11018)
  687. * [vk] Fix extraction (#11022)
  688. version 2016.10.25
  689. Core
  690. * Running youtube-dl in the background is fixed (#10996, #10706, #955)
  691. Extractors
  692. + [jamendo] Add support for jamendo.com (#10132, #10736)
  693. + [pandatv] Add support for panda.tv (#10736)
  694. + [dotsub] Support Vimeo embed (#10964)
  695. * [litv] Fix extraction
  696. + [vimeo] Delegate ondemand redirects to ondemand extractor (#10994)
  697. * [vivo] Fix extraction (#11003)
  698. + [twitch:stream] Add support for rebroadcasts (#10995)
  699. * [pluralsight] Fix subtitles conversion (#10990)
  700. version 2016.10.21.1
  701. Extractors
  702. + [pluralsight] Process all clip URLs (#10984)
  703. version 2016.10.21
  704. Core
  705. - Disable thumbnails embedding in mkv
  706. + Add support for Comcast multiple-system operator (#10819)
  707. Extractors
  708. * [pluralsight] Adapt to new API (#10972)
  709. * [openload] Fix extraction (#10408, #10971)
  710. + [natgeo] Extract m3u8 formats (#10959)
  711. version 2016.10.19
  712. Core
  713. + [utils] Expose PACKED_CODES_RE
  714. + [extractor/common] Extract non smil wowza mpd manifests
  715. + [extractor/common] Detect f4m audio-only formats
  716. Extractors
  717. * [vidzi] Fix extraction (#10908, #10952)
  718. * [urplay] Fix subtitles extraction
  719. + [urplay] Add support for urskola.se (#10915)
  720. + [orf] Add subtitles support (#10939)
  721. * [youtube] Fix --no-playlist behavior for youtu.be/id URLs (#10896)
  722. * [nrk] Relax URL regular expression (#10928)
  723. + [nytimes] Add support for podcasts (#10926)
  724. * [pluralsight] Relax URL regular expression (#10941)
  725. version 2016.10.16
  726. Core
  727. * [postprocessor/ffmpeg] Return correct filepath and ext in updated information
  728. in FFmpegExtractAudioPP (#10879)
  729. Extractors
  730. + [ruutu] Add support for supla.fi (#10849)
  731. + [theoperaplatform] Add support for theoperaplatform.eu (#10914)
  732. * [lynda] Fix height for prioritized streams
  733. + [lynda] Add fallback extraction scenario
  734. * [lynda] Switch to https (#10916)
  735. + [huajiao] New extractor (#10917)
  736. * [cmt] Fix mgid extraction (#10813)
  737. + [safari:course] Add support for techbus.safaribooksonline.com
  738. * [orf:tvthek] Fix extraction and modernize (#10898)
  739. * [chirbit] Fix extraction of user profile pages
  740. * [carambatv] Fix extraction
  741. * [canalplus] Fix extraction for some videos
  742. * [cbsinteractive] Fix extraction for cnet.com
  743. * [parliamentliveuk] Lower case URLs are now recognized (#10912)
  744. version 2016.10.12
  745. Core
  746. + Support HTML media elements without child nodes
  747. * [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)
  748. Extractors
  749. * [dailymotion] Fix extraction (#10901)
  750. * [vimeo:review] Fix extraction (#10900)
  751. * [nhl] Correctly handle invalid formats (#10713)
  752. * [footyroom] Fix extraction (#10810)
  753. * [abc.net.au:iview] Fix for standalone (non series) videos (#10895)
  754. + [hbo] Add support for episode pages (#10892)
  755. * [allocine] Fix extraction (#10860)
  756. + [nextmedia] Recognize action news on AppleDaily
  757. * [lego] Improve info extraction and bypass geo restriction (#10872)
  758. version 2016.10.07
  759. Extractors
  760. + [iprima] Detect geo restriction
  761. * [facebook] Fix video extraction (#10846)
  762. + [commonprotocols] Support direct MMS links (#10838)
  763. + [generic] Add support for multiple vimeo embeds (#10862)
  764. + [nzz] Add support for nzz.ch (#4407)
  765. + [npo] Detect geo restriction
  766. + [npo] Add support for 2doc.nl (#10842)
  767. + [lego] Add support for lego.com (#10369)
  768. + [tonline] Add support for t-online.de (#10376)
  769. * [techtalks] Relax URL regular expression (#10840)
  770. * [youtube:live] Extend URL regular expression (#10839)
  771. + [theweatherchannel] Add support for weather.com (#7188)
  772. + [thisoldhouse] Add support for thisoldhouse.com (#10837)
  773. + [nhl] Add support for wch2016.com (#10833)
  774. * [pornoxo] Use JWPlatform to improve metadata extraction
  775. version 2016.10.02
  776. Core
  777. * Fix possibly lost extended attributes during post-processing
  778. + Support pyxattr as well as python-xattr for --xattrs and
  779. --xattr-set-filesize (#9054)
  780. Extractors
  781. + [jwplatform] Support DASH streams in JWPlayer
  782. + [jwplatform] Support old-style JWPlayer playlists
  783. + [byutv:event] Add extractor
  784. * [periscope:user] Fix extraction (#10820)
  785. * [dctp] Fix extraction (#10734)
  786. + [instagram] Extract video dimensions (#10790)
  787. + [tvland] Extend URL regular expression (#10812)
  788. + [vgtv] Add support for tv.aftonbladet.se (#10800)
  789. - [aftonbladet] Remove extractor
  790. * [vk] Fix timestamp and view count extraction (#10760)
  791. + [vk] Add support for running and finished live streams (#10799)
  792. + [leeco] Recognize more Le Sports URLs (#10794)
  793. + [instagram] Extract comments (#10788)
  794. + [ketnet] Extract mzsource formats (#10770)
  795. * [limelight:media] Improve HTTP formats extraction
  796. version 2016.09.27
  797. Core
  798. + Add hdcore query parameter to akamai f4m formats
  799. + Delegate HLS live streams downloading to ffmpeg
  800. + Improved support for HTML5 subtitles
  801. Extractors
  802. + [vk] Add support for dailymotion embeds (#10661)
  803. * [promptfile] Fix extraction (#10634)
  804. * [kaltura] Speed up embed regular expressions (#10764)
  805. + [npo] Add support for anderetijden.nl (#10754)
  806. + [prosiebensat1] Add support for advopedia sites
  807. * [mwave] Relax URL regular expression (#10735, #10748)
  808. * [prosiebensat1] Fix playlist support (#10745)
  809. + [prosiebensat1] Add support for sat1gold sites (#10745)
  810. + [cbsnews:livevideo] Fix extraction and extract m3u8 formats
  811. + [brightcove:new] Add support for live streams
  812. * [soundcloud] Generalize playlist entries extraction (#10733)
  813. + [mtv] Add support for new URL schema (#8169, #9808)
  814. * [einthusan] Fix extraction (#10714)
  815. + [twitter] Support Periscope embeds (#10737)
  816. + [openload] Support subtitles (#10625)
  817. version 2016.09.24
  818. Core
  819. + Add support for watchTVeverywhere.com authentication provider based MSOs for
  820. Adobe Pass authentication (#10709)
  821. Extractors
  822. + [soundcloud:playlist] Provide video id for early playlist entries (#10733)
  823. + [prosiebensat1] Add support for kabeleinsdoku (#10732)
  824. * [cbs] Extract info from thunder videoPlayerService (#10728)
  825. * [openload] Fix extraction (#10408)
  826. + [ustream] Support the new HLS streams (#10698)
  827. + [ooyala] Extract all HLS formats
  828. + [cartoonnetwork] Add support for Adobe Pass authentication
  829. + [soundcloud] Extract license metadata
  830. + [fox] Add support for Adobe Pass authentication (#8584)
  831. + [tbs] Add support for Adobe Pass authentication (#10642, #10222)
  832. + [trutv] Add support for Adobe Pass authentication (#10519)
  833. + [turner] Add support for Adobe Pass authentication
  834. version 2016.09.19
  835. Extractors
  836. + [crunchyroll] Check if already authenticated (#10700)
  837. - [twitch:stream] Remove fallback to profile extraction when stream is offline
  838. * [thisav] Improve title extraction (#10682)
  839. * [vyborymos] Improve station info extraction
  840. version 2016.09.18
  841. Core
  842. + Introduce manifest_url and fragments fields in formats dictionary for
  843. fragmented media
  844. + Provide manifest_url field for DASH segments, HLS and HDS
  845. + Provide fragments field for DASH segments
  846. * Rework DASH segments downloader to use fragments field
  847. + Add helper method for Wowza Streaming Engine formats extraction
  848. Extractors
  849. + [vyborymos] Add extractor for vybory.mos.ru (#10692)
  850. + [xfileshare] Add title regular expression for streamin.to (#10646)
  851. + [globo:article] Add support for multiple videos (#10653)
  852. + [thisav] Recognize HTML5 videos (#10447)
  853. * [jwplatform] Improve JWPlayer detection
  854. + [mangomolo] Add support for Mangomolo embeds
  855. + [toutv] Add support for authentication (#10669)
  856. * [franceinter] Fix upload date extraction
  857. * [tv4] Fix HLS and HDS formats extraction (#10659)
  858. version 2016.09.15
  859. Core
  860. * Improve _hidden_inputs
  861. + Introduce improved explicit Adobe Pass support
  862. + Add --ap-mso to provide multiple-system operator identifier
  863. + Add --ap-username to provide MSO account username
  864. + Add --ap-password to provide MSO account password
  865. + Add --ap-list-mso to list all supported MSOs
  866. + Add support for Rogers Cable multiple-system operator (#10606)
  867. Extractors
  868. * [crunchyroll] Fix authentication (#10655)
  869. * [twitch] Fix API calls (#10654, #10660)
  870. + [bellmedia] Add support for more Bell Media Television sites
  871. * [franceinter] Fix extraction (#10538, #2105)
  872. * [kuwo] Improve error detection (#10650)
  873. + [go] Add support for free full episodes (#10439)
  874. * [bilibili] Fix extraction for specific videos (#10647)
  875. * [nhk] Fix extraction (#10633)
  876. * [kaltura] Improve audio detection
  877. * [kaltura] Skip chun format
  878. + [vimeo:ondemand] Pass Referer along with embed URL (#10624)
  879. + [nbc] Add support for NBC Olympics (#10361)
  880. version 2016.09.11.1
  881. Extractors
  882. + [tube8] Extract categories and tags (#10579)
  883. + [pornhub] Extract categories and tags (#10499)
  884. * [openload] Temporary fix (#10408)
  885. + [foxnews] Add support Fox News articles (#10598)
  886. * [viafree] Improve video id extraction (#10615)
  887. * [iwara] Fix extraction after relaunch (#10462, #3215)
  888. + [tfo] Add extractor for tfo.org
  889. * [lrt] Fix audio extraction (#10566)
  890. * [9now] Fix extraction (#10561)
  891. + [canalplus] Add support for c8.fr (#10577)
  892. * [newgrounds] Fix uploader extraction (#10584)
  893. + [polskieradio:category] Add support for category lists (#10576)
  894. + [ketnet] Add extractor for ketnet.be (#10343)
  895. + [canvas] Add support for een.be (#10605)
  896. + [telequebec] Add extractor for telequebec.tv (#1999)
  897. * [parliamentliveuk] Fix extraction (#9137)
  898. version 2016.09.08
  899. Extractors
  900. + [jwplatform] Extract height from format label
  901. + [yahoo] Extract Brightcove Legacy Studio embeds (#9345)
  902. * [videomore] Fix extraction (#10592)
  903. * [foxgay] Fix extraction (#10480)
  904. + [rmcdecouverte] Add extractor for rmcdecouverte.bfmtv.com (#9709)
  905. * [gamestar] Fix metadata extraction (#10479)
  906. * [puls4] Fix extraction (#10583)
  907. + [cctv] Add extractor for CCTV and CNTV (#8153)
  908. + [lci] Add extractor for lci.fr (#10573)
  909. + [wat] Extract DASH formats
  910. + [viafree] Improve video id detection (#10569)
  911. + [trutv] Add extractor for trutv.com (#10519)
  912. + [nick] Add support for nickelodeon.nl (#10559)
  913. + [abcotvs:clips] Add support for clips.abcotvs.com
  914. + [abcotvs] Add support for ABC Owned Television Stations sites (#9551)
  915. + [miaopai] Add extractor for miaopai.com (#10556)
  916. * [gamestar] Fix metadata extraction (#10479)
  917. + [bilibili] Add support for episodes (#10190)
  918. + [tvnoe] Add extractor for tvnoe.cz (#10524)
  919. version 2016.09.04.1
  920. Core
  921. * In DASH downloader if the first segment fails, abort the whole download
  922. process to prevent throttling (#10497)
  923. + Add support for --skip-unavailable-fragments and --fragment retries in
  924. hlsnative downloader (#10165, #10448).
  925. + Add support for --skip-unavailable-fragments in DASH downloader
  926. + Introduce --skip-unavailable-fragments option for fragment based downloaders
  927. that allows to skip fragments unavailable due to a HTTP error
  928. * Fix extraction of video/audio entries with src attribute in
  929. _parse_html5_media_entries (#10540)
  930. Extractors
  931. * [theplatform] Relax URL regular expression (#10546)
  932. * [youtube:playlist] Extend URL regular expression
  933. * [rottentomatoes] Delegate extraction to internetvideoarchive extractor
  934. * [internetvideoarchive] Extract all formats
  935. * [pornvoisines] Fix extraction (#10469)
  936. * [rottentomatoes] Fix extraction (#10467)
  937. * [espn] Extend URL regular expression (#10549)
  938. * [vimple] Extend URL regular expression (#10547)
  939. * [youtube:watchlater] Fix extraction (#10544)
  940. * [youjizz] Fix extraction (#10437)
  941. + [foxnews] Add support for FoxNews Insider (#10445)
  942. + [fc2] Recognize Flash player URLs (#10512)
  943. version 2016.09.03
  944. Core
  945. * Restore usage of NAME attribute from EXT-X-MEDIA tag for formats codes in
  946. _extract_m3u8_formats (#10522)
  947. * Handle semicolon in mimetype2ext
  948. Extractors
  949. + [youtube] Add support for rental videos' previews (#10532)
  950. * [youtube:playlist] Fallback to video extraction for video/playlist URLs when
  951. no playlist is actually served (#10537)
  952. + [drtv] Add support for dr.dk/nyheder (#10536)
  953. + [facebook:plugins:video] Add extractor (#10530)
  954. + [go] Add extractor for *.go.com sites
  955. * [adobepass] Check for authz_token expiration (#10527)
  956. * [nytimes] improve extraction
  957. * [thestar] Fix extraction (#10465)
  958. * [glide] Fix extraction (#10478)
  959. - [exfm] Remove extractor (#10482)
  960. * [youporn] Fix categories and tags extraction (#10521)
  961. + [curiositystream] Add extractor for app.curiositystream.com
  962. - [thvideo] Remove extractor (#10464)
  963. * [movingimage] Fix for the new site name (#10466)
  964. + [cbs] Add support for once formats (#10515)
  965. * [limelight] Skip ism snd duplicate manifests
  966. + [porncom] Extract categories and tags (#10510)
  967. + [facebook] Extract timestamp (#10508)
  968. + [yahoo] Extract more formats
  969. version 2016.08.31
  970. Extractors
  971. * [soundcloud] Fix URL regular expression to avoid clashes with sets (#10505)
  972. * [bandcamp:album] Fix title extraction (#10455)
  973. * [pyvideo] Fix extraction (#10468)
  974. + [ctv] Add support for tsn.ca, bnn.ca and thecomedynetwork.ca (#10016)
  975. * [9c9media] Extract more metadata
  976. * [9c9media] Fix multiple stacks extraction (#10016)
  977. * [adultswim] Improve video info extraction (#10492)
  978. * [vodplatform] Improve embed regular expression
  979. - [played] Remove extractor (#10470)
  980. + [tbs] Add extractor for tbs.com and tntdrama.com (#10222)
  981. + [cartoonnetwork] Add extractor for cartoonnetwork.com (#10110)
  982. * [adultswim] Rework in terms of turner extractor
  983. * [cnn] Rework in terms of turner extractor
  984. * [nba] Rework in terms of turner extractor
  985. + [turner] Add base extractor for Turner Broadcasting System based sites
  986. * [bilibili] Fix extraction (#10375)
  987. * [openload] Fix extraction (#10408)
  988. version 2016.08.28
  989. Core
  990. + Add warning message that ffmpeg doesn't support SOCKS
  991. * Improve thumbnail sorting
  992. + Extract formats from #EXT-X-MEDIA tags in _extract_m3u8_formats
  993. * Fill IV with leading zeros for IVs shorter than 16 octets in hlsnative
  994. + Add ac-3 to the list of audio codecs in parse_codecs
  995. Extractors
  996. * [periscope:user] Fix extraction (#10453)
  997. * [douyutv] Fix extraction (#10153, #10318, #10444)
  998. + [nhk:vod] Add extractor for www3.nhk.or.jp on demand (#4437, #10424)
  999. - [trutube] Remove extractor (#10438)
  1000. + [usanetwork] Add extractor for usanetwork.com
  1001. * [crackle] Fix extraction (#10333)
  1002. * [spankbang] Fix description and uploader extraction (#10339)
  1003. * [discoverygo] Detect cable provider restricted videos (#10425)
  1004. + [cbc] Add support for watch.cbc.ca
  1005. * [kickstarter] Silent the warning for og:description (#10415)
  1006. * [mtvservices:embedded] Fix extraction for the new 'edge' player (#10363)
  1007. version 2016.08.24.1
  1008. Extractors
  1009. + [pluralsight] Add support for subtitles (#9681)
  1010. version 2016.08.24
  1011. Extractors
  1012. * [youtube] Fix authentication (#10392)
  1013. * [openload] Fix extraction (#10408)
  1014. + [bravotv] Add support for Adobe Pass (#10407)
  1015. * [bravotv] Fix clip info extraction (#10407)
  1016. * [eagleplatform] Improve embedded videos detection (#10409)
  1017. * [awaan] Fix extraction
  1018. * [mtvservices:embedded] Update config URL
  1019. + [abc:iview] Add extractor (#6148)
  1020. version 2016.08.22
  1021. Core
  1022. * Improve formats and subtitles extension auto calculation
  1023. + Recognize full unit names in parse_filesize
  1024. + Add support for m3u8 manifests in HTML5 multimedia tags
  1025. * Fix octal/hexadecimal number detection in js_to_json
  1026. Extractors
  1027. + [ivi] Add support for 720p and 1080p
  1028. + [charlierose] Add new extractor (#10382)
  1029. * [1tv] Fix extraction (#9249)
  1030. * [twitch] Renew authentication
  1031. * [kaltura] Improve subtitles extension calculation
  1032. + [zingmp3] Add support for video clips
  1033. * [zingmp3] Fix extraction (#10041)
  1034. * [kaltura] Improve subtitles extraction (#10279)
  1035. * [cultureunplugged] Fix extraction (#10330)
  1036. + [cnn] Add support for money.cnn.com (#2797)
  1037. * [cbsnews] Fix extraction (#10362)
  1038. * [cbs] Fix extraction (#10393)
  1039. + [litv] Support 'promo' URLs (#10385)
  1040. * [snotr] Fix extraction (#10338)
  1041. * [n-tv.de] Fix extraction (#10331)
  1042. * [globo:article] Relax URL and video id regular expressions (#10379)
  1043. version 2016.08.19
  1044. Core
  1045. - Remove output template description from --help
  1046. * Recognize lowercase units in parse_filesize
  1047. Extractors
  1048. + [porncom] Add extractor for porn.com (#2251, #10251)
  1049. + [generic] Add support for DBTV embeds
  1050. * [vk:wallpost] Fix audio extraction for new site layout
  1051. * [vk] Fix authentication
  1052. + [hgtvcom:show] Add extractor for hgtv.com shows (#10365)
  1053. + [discoverygo] Add support for another GO network sites
  1054. version 2016.08.17
  1055. Core
  1056. + Add _get_netrc_login_info
  1057. Extractors
  1058. * [mofosex] Extract all formats (#10335)
  1059. + [generic] Add support for vbox7 embeds
  1060. + [vbox7] Add support for embed URLs
  1061. + [viafree] Add extractor (#10358)
  1062. + [mtg] Add support for viafree URLs (#10358)
  1063. * [theplatform] Extract all subtitles per language
  1064. + [xvideos] Fix HLS extraction (#10356)
  1065. + [amcnetworks] Add extractor
  1066. + [bbc:playlist] Add support for pagination (#10349)
  1067. + [fxnetworks] Add extractor (#9462)
  1068. * [cbslocal] Fix extraction for SendtoNews-based videos
  1069. * [sendtonews] Fix extraction
  1070. * [jwplatform] Extract video id from JWPlayer data
  1071. - [zippcast] Remove extractor (#10332)
  1072. + [viceland] Add extractor (#8799)
  1073. + [adobepass] Add base extractor for Adobe Pass Authentication
  1074. * [life:embed] Improve extraction
  1075. * [vgtv] Detect geo restricted videos (#10348)
  1076. + [uplynk] Add extractor
  1077. * [xiami] Fix extraction (#10342)
  1078. version 2016.08.13
  1079. Core
  1080. * Show progress for curl external downloader
  1081. * Forward more options to curl external downloader
  1082. Extractors
  1083. * [pbs] Fix description extraction
  1084. * [franceculture] Fix extraction (#10324)
  1085. * [pornotube] Fix extraction (#10322)
  1086. * [4tube] Fix metadata extraction (#10321)
  1087. * [imgur] Fix width and height extraction (#10325)
  1088. * [expotv] Improve extraction
  1089. + [vbox7] Fix extraction (#10309)
  1090. - [tapely] Remove extractor (#10323)
  1091. * [muenchentv] Fix extraction (#10313)
  1092. + [24video] Add support for .me and .xxx TLDs
  1093. * [24video] Fix comment count extraction
  1094. * [sunporno] Add support for embed URLs
  1095. * [sunporno] Fix metadata extraction (#10316)
  1096. + [hgtv] Add extractor for hgtv.ca (#3999)
  1097. - [pbs] Remove request to unavailable API
  1098. + [pbs] Add support for high quality HTTP formats
  1099. + [crunchyroll] Add support for HLS formats (#10301)
  1100. version 2016.08.12
  1101. Core
  1102. * Subtitles are now written as is. Newline conversions are disabled. (#10268)
  1103. + Recognize more formats in unified_timestamp
  1104. Extractors
  1105. - [goldenmoustache] Remove extractor (#10298)
  1106. * [drtuber] Improve title extraction
  1107. * [drtuber] Make dislike count optional (#10297)
  1108. * [chirbit] Fix extraction (#10296)
  1109. * [francetvinfo] Relax URL regular expression
  1110. * [rtlnl] Relax URL regular expression (#10282)
  1111. * [formula1] Relax URL regular expression (#10283)
  1112. * [wat] Improve extraction (#10281)
  1113. * [ctsnews] Fix extraction
  1114. version 2016.08.10
  1115. Core
  1116. * Make --metadata-from-title non fatal when title does not match the pattern
  1117. * Introduce options for randomized sleep before each download
  1118. --min-sleep-interval and --max-sleep-interval (#9930)
  1119. * Respect default in _search_json_ld
  1120. Extractors
  1121. + [uol] Add extractor for uol.com.br (#4263)
  1122. * [rbmaradio] Fix extraction and extract all formats (#10242)
  1123. + [sonyliv] Add extractor for sonyliv.com (#10258)
  1124. * [aparat] Fix extraction
  1125. * [cwtv] Extract HTTP formats
  1126. + [rozhlas] Add extractor for prehravac.rozhlas.cz (#10253)
  1127. * [kuwo:singer] Fix extraction
  1128. version 2016.08.07
  1129. Core
  1130. + Add support for TV Parental Guidelines ratings in parse_age_limit
  1131. + Add decode_png (#9706)
  1132. + Add support for partOfTVSeries in JSON-LD
  1133. * Lower master M3U8 manifest preference for better format sorting
  1134. Extractors
  1135. + [discoverygo] Add extractor (#10245)
  1136. * [flipagram] Make JSON-LD extraction non fatal
  1137. * [generic] Make JSON-LD extraction non fatal
  1138. + [bbc] Add support for morph embeds (#10239)
  1139. * [tnaflixnetworkbase] Improve title extraction
  1140. * [tnaflix] Fix metadata extraction (#10249)
  1141. * [fox] Fix theplatform release URL query
  1142. * [openload] Fix extraction (#9706)
  1143. * [bbc] Skip duplicate manifest URLs
  1144. * [bbc] Improve format code
  1145. + [bbc] Add support for DASH and F4M
  1146. * [bbc] Improve format sorting and listing
  1147. * [bbc] Improve playlist extraction
  1148. + [pokemon] Add extractor (#10093)
  1149. + [condenast] Add fallback scenario for video info extraction
  1150. version 2016.08.06
  1151. Core
  1152. * Add support for JSON-LD root list entries (#10203)
  1153. * Improve unified_timestamp
  1154. * Lower preference of RTSP formats in generic sorting
  1155. + Add support for multiple properties in _og_search_property
  1156. * Improve password hiding from verbose output
  1157. Extractors
  1158. + [adultswim] Add support for trailers (#10235)
  1159. * [archiveorg] Improve extraction (#10219)
  1160. + [jwplatform] Add support for playlists
  1161. + [jwplatform] Add support for relative URLs
  1162. * [jwplatform] Improve audio detection
  1163. + [tvplay] Capture and output native error message
  1164. + [tvplay] Extract series metadata
  1165. + [tvplay] Add support for subtitles (#10194)
  1166. * [tvp] Improve extraction (#7799)
  1167. * [cbslocal] Fix timestamp parsing (#10213)
  1168. + [naver] Add support for subtitles (#8096)
  1169. * [naver] Improve extraction
  1170. * [condenast] Improve extraction
  1171. * [engadget] Relax URL regular expression
  1172. * [5min] Fix extraction
  1173. + [nationalgeographic] Add support for Episode Guide
  1174. + [kaltura] Add support for subtitles
  1175. * [kaltura] Optimize network requests
  1176. + [vodplatform] Add extractor for vod-platform.net
  1177. - [gamekings] Remove extractor
  1178. * [limelight] Extract HTTP formats
  1179. * [ntvru] Fix extraction
  1180. + [comedycentral] Re-add :tds and :thedailyshow shortnames
  1181. version 2016.08.01
  1182. Fixed/improved extractors
  1183. - [yandexmusic:track] Adapt to changes in track location JSON (#10193)
  1184. - [bloomberg] Support another form of player (#10187)
  1185. - [limelight] Skip DRM protected videos
  1186. - [safari] Relax regular expressions for URL matching (#10202)
  1187. - [cwtv] Add support for cwtvpr.com (#10196)
  1188. version 2016.07.30
  1189. Fixed/improved extractors
  1190. - [twitch:clips] Sort formats
  1191. - [tv2] Use m3u8_native
  1192. - [tv2:article] Fix video detection (#10188)
  1193. - rtve (#10076)
  1194. - [dailymotion:playlist] Optimize download archive processing (#10180)
  1195. version 2016.07.28
  1196. Fixed/improved extractors
  1197. - shared (#10170)
  1198. - soundcloud (#10179)
  1199. - twitch (#9767)
  1200. version 2016.07.26.2
  1201. Fixed/improved extractors
  1202. - smotri
  1203. - camdemy
  1204. - mtv
  1205. - comedycentral
  1206. - cmt
  1207. - cbc
  1208. - mgtv
  1209. - orf
  1210. version 2016.07.24
  1211. New extractors
  1212. - arkena (#8682)
  1213. - lcp (#8682)
  1214. Fixed/improved extractors
  1215. - facebook (#10151)
  1216. - dailymail
  1217. - telegraaf
  1218. - dcn
  1219. - onet
  1220. - tvp
  1221. Miscellaneous
  1222. - Support $Time$ in DASH manifests
  1223. version 2016.07.22
  1224. New extractors
  1225. - odatv (#9285)
  1226. Fixed/improved extractors
  1227. - bbc
  1228. - youjizz (#10131)
  1229. - youtube (#10140)
  1230. - pornhub (#10138)
  1231. - eporner (#10139)
  1232. version 2016.07.17
  1233. New extractors
  1234. - nintendo (#9986)
  1235. - streamable (#9122)
  1236. Fixed/improved extractors
  1237. - ard (#10095)
  1238. - mtv
  1239. - comedycentral (#10101)
  1240. - viki (#10098)
  1241. - spike (#10106)
  1242. Miscellaneous
  1243. - Improved twitter player detection (#10090)
  1244. version 2016.07.16
  1245. New extractors
  1246. - ninenow (#5181)
  1247. Fixed/improved extractors
  1248. - rtve (#10076)
  1249. - brightcove
  1250. - 3qsdn
  1251. - syfy (#9087, #3820, #2388)
  1252. - youtube (#10083)
  1253. Miscellaneous
  1254. - Fix subtitle embedding for video-only and audio-only files (#10081)
  1255. version 2016.07.13
  1256. New extractors
  1257. - rudo
  1258. Fixed/improved extractors
  1259. - biobiochiletv
  1260. - tvplay
  1261. - dbtv
  1262. - brightcove
  1263. - tmz
  1264. - youtube (#10059)
  1265. - shahid (#10062)
  1266. - vk
  1267. - ellentv (#10067)
  1268. version 2016.07.11
  1269. New Extractors
  1270. - roosterteeth (#9864)
  1271. Fixed/improved extractors
  1272. - miomio (#9605)
  1273. - vuclip
  1274. - youtube
  1275. - vidzi (#10058)
  1276. version 2016.07.09.2
  1277. Fixed/improved extractors
  1278. - vimeo (#1638)
  1279. - facebook (#10048)
  1280. - lynda (#10047)
  1281. - animeondemand
  1282. Fixed/improved features
  1283. - Embedding subtitles no longer throws an error with problematic inputs (#9063)
  1284. version 2016.07.09.1
  1285. Fixed/improved extractors
  1286. - youtube
  1287. - ard
  1288. - srmediatek (#9373)
  1289. version 2016.07.09
  1290. New extractors
  1291. - Flipagram (#9898)
  1292. Fixed/improved extractors
  1293. - telecinco
  1294. - toutv
  1295. - radiocanada
  1296. - tweakers (#9516)
  1297. - lynda
  1298. - nick (#7542)
  1299. - polskieradio (#10028)
  1300. - le
  1301. - facebook (#9851)
  1302. - mgtv
  1303. - animeondemand (#10031)
  1304. Fixed/improved features
  1305. - `--postprocessor-args` and `--downloader-args` now accepts non-ASCII inputs
  1306. on non-Windows systems
  1307. version 2016.07.07
  1308. New extractors
  1309. - kamcord (#10001)
  1310. Fixed/improved extractors
  1311. - spiegel (#10018)
  1312. - metacafe (#8539, #3253)
  1313. - onet (#9950)
  1314. - francetv (#9955)
  1315. - brightcove (#9965)
  1316. - daum (#9972)
  1317. version 2016.07.06
  1318. Fixed/improved extractors
  1319. - youtube (#10007, #10009)
  1320. - xuite
  1321. - stitcher
  1322. - spiegel
  1323. - slideshare
  1324. - sandia
  1325. - rtvnh
  1326. - prosiebensat1
  1327. - onionstudios
  1328. version 2016.07.05
  1329. Fixed/improved extractors
  1330. - brightcove
  1331. - yahoo (#9995)
  1332. - pornhub (#9997)
  1333. - iqiyi
  1334. - kaltura (#5557)
  1335. - la7
  1336. - Changed features
  1337. - Rename --cn-verfication-proxy to --geo-verification-proxy
  1338. Miscellaneous
  1339. - Add script for displaying downloads statistics
  1340. version 2016.07.03.1
  1341. Fixed/improved extractors
  1342. - theplatform
  1343. - aenetworks
  1344. - nationalgeographic
  1345. - hrti (#9482)
  1346. - facebook (#5701)
  1347. - buzzfeed (#5701)
  1348. - rai (#8617, #9157, #9232, #8552, #8551)
  1349. - nationalgeographic (#9991)
  1350. - iqiyi
  1351. version 2016.07.03
  1352. New extractors
  1353. - hrti (#9482)
  1354. Fixed/improved extractors
  1355. - vk (#9981)
  1356. - facebook (#9938)
  1357. - xtube (#9953, #9961)
  1358. version 2016.07.02
  1359. New extractors
  1360. - fusion (#9958)
  1361. Fixed/improved extractors
  1362. - twitch (#9975)
  1363. - vine (#9970)
  1364. - periscope (#9967)
  1365. - pornhub (#8696)
  1366. version 2016.07.01
  1367. New extractors
  1368. - 9c9media
  1369. - ctvnews (#2156)
  1370. - ctv (#4077)
  1371. Fixed/Improved extractors
  1372. - rds
  1373. - meta (#8789)
  1374. - pornhub (#9964)
  1375. - sixplay (#2183)
  1376. New features
  1377. - Accept quoted strings across multiple lines (#9940)