ChangeLog 47 KB

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