ChangeLog 51 KB

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