ChangeLog 50 KB

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