ChangeLog 47 KB

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