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.

1860 lines
56 KiB

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