ChangeLog 46 KB

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