You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2212 lines
68 KiB

8 years ago
8 years ago
8 years ago
  1. version <unreleased>
  2. Extractors
  3. * [pandora.tv] Fix upload_date extraction (#12846)
  4. version 2017.06.18
  5. Core
  6. * [downloader/common] Use utils.shell_quote for debug command line
  7. * [utils] Use compat_shlex_quote in shell_quote
  8. * [postprocessor/execafterdownload] Encode command line (#13407)
  9. * [compat] Fix compat_shlex_quote on Windows (#5889, #10254)
  10. * [postprocessor/metadatafromtitle] Fix missing optional meta fields processing
  11. in --metadata-from-title (#13408)
  12. * [extractor/common] Fix json dumping with --geo-bypass
  13. + [extractor/common] Improve jwplayer subtitles extraction
  14. + [extractor/common] Improve jwplayer formats extraction (#13379)
  15. Extractors
  16. * [polskieradio] Fix extraction (#13392)
  17. + [xfileshare] Add support for fastvideo.me (#13385)
  18. * [bilibili] Fix extraction of videos with double quotes in titles (#13387)
  19. * [4tube] Fix extraction (#13381, #13382)
  20. + [disney] Add support for disneychannel.de (#13383)
  21. * [npo] Improve URL regular expression (#13376)
  22. + [corus] Add support for showcase.ca
  23. + [corus] Add support for history.ca (#13359)
  24. version 2017.06.12
  25. Core
  26. * [utils] Handle compat_HTMLParseError in extract_attributes (#13349)
  27. + [compat] Introduce compat_HTMLParseError
  28. * [utils] Improve unified_timestamp
  29. * [extractor/generic] Ensure format id is unicode string
  30. * [extractor/common] Return unicode string from _match_id
  31. + [YoutubeDL] Sanitize more fields (#13313)
  32. Extractors
  33. + [xfileshare] Add support for rapidvideo.tv (#13348)
  34. * [xfileshare] Modernize and pass Referer
  35. + [rutv] Add support for testplayer.vgtrk.com (#13347)
  36. + [newgrounds] Extract more metadata (#13232)
  37. + [newgrounds:playlist] Add support for playlists (#10611)
  38. * [newgrounds] Improve formats and uploader extraction (#13346)
  39. * [msn] Fix formats extraction
  40. * [turbo] Ensure format id is string
  41. * [sexu] Ensure height is int
  42. * [jove] Ensure comment count is int
  43. * [golem] Ensure format id is string
  44. * [gfycat] Ensure filesize is int
  45. * [foxgay] Ensure height is int
  46. * [flickr] Ensure format id is string
  47. * [sohu] Fix numeric fields
  48. * [safari] Improve authentication detection (#13319)
  49. * [liveleak] Ensure height is int (#13313)
  50. * [streamango] Make title optional (#13292)
  51. * [rtlnl] Improve URL regular expression (#13295)
  52. * [tvplayer] Fix extraction (#13291)
  53. version 2017.06.05
  54. Core
  55. * [YoutubeDL] Don't emit ANSI escape codes on Windows (#13270)
  56. Extractors
  57. + [bandcamp:weekly] Add support for bandcamp weekly (#12758)
  58. * [pornhub:playlist] Fix extraction (#13281)
  59. - [godtv] Remove extractor (#13175)
  60. * [safari] Fix typo (#13252)
  61. * [youtube] Improve chapters extraction (#13247)
  62. * [1tv] Lower preference for HTTP formats (#13246)
  63. * [francetv] Relax URL regular expression
  64. * [drbonanza] Fix extraction (#13231)
  65. * [packtpub] Fix authentication (#13240)
  66. version 2017.05.29
  67. Extractors
  68. * [youtube] Fix DASH MPD extraction for videos with non-encrypted format URLs
  69. (#13211)
  70. * [xhamster] Fix uploader and like/dislike count extraction (#13216))
  71. + [xhamster] Extract categories (#11728)
  72. + [abcnews] Add support for embed URLs (#12851)
  73. * [gaskrank] Fix extraction (#12493)
  74. * [medialaan] Fix videos with missing videoUrl (#12774)
  75. * [dvtv] Fix playlist support
  76. + [dvtv] Add support for DASH and HLS formats (#3063)
  77. + [beam:vod] Add support for beam.pro/mixer.com VODs (#13032))
  78. * [cbsinteractive] Relax URL regular expression (#13213)
  79. * [adn] Fix formats extraction
  80. + [youku] Extract more metadata (#10433)
  81. * [cbsnews] Fix extraction (#13205)
  82. version 2017.05.26
  83. Core
  84. + [utils] strip_jsonp() can recognize more patterns
  85. * [postprocessor/ffmpeg] Fix metadata filename handling on Python 2 (#13182)
  86. Extractors
  87. + [youtube] DASH MPDs with cipher signatures are recognized now (#11381)
  88. + [bbc] Add support for authentication
  89. * [tudou] Merge into youku extractor (#12214)
  90. * [youku:show] Fix extraction
  91. * [youku] Fix extraction (#13191)
  92. * [udemy] Fix extraction for outputs' format entries without URL (#13192)
  93. * [vimeo] Fix formats' sorting (#13189)
  94. * [cbsnews] Fix extraction for 60 Minutes videos (#12861)
  95. version 2017.05.23
  96. Core
  97. + [downloader/external] Pass -loglevel to ffmpeg downloader (#13183)
  98. + [adobepass] Add support for Bright House Networks (#13149)
  99. Extractors
  100. + [streamcz] Add support for subtitles (#13174)
  101. * [youtube] Fix DASH manifest signature decryption (#8944, #13156)
  102. * [toggle] Relax URL regular expression (#13172)
  103. * [toypics] Fix extraction (#13077)
  104. * [njpwworld] Fix extraction (#13162, #13169)
  105. + [hitbox] Add support for smashcast.tv (#13154)
  106. * [mitele] Update app key regular expression (#13158)
  107. version 2017.05.18.1
  108. Core
  109. * [jsinterp] Fix typo and cleanup regular expressions (#13134)
  110. version 2017.05.18
  111. Core
  112. + [jsinterp] Add support for quoted names and indexers (#13123, #13124, #13125,
  113. #13126, #13128, #13129, #13130, #13131, #13132)
  114. + [extractor/common] Add support for schemeless URLs in _extract_wowza_formats
  115. (#13088, #13092)
  116. + [utils] Recognize more audio codecs (#13081)
  117. Extractors
  118. + [vier] Extract more metadata (#12539)
  119. * [vier] Improve extraction (#12801)
  120. + Add support for authentication
  121. * Bypass authentication when no credentials provided
  122. * Improve extraction robustness
  123. * [dailymail] Fix sources extraction (#13057)
  124. * [dailymotion] Extend URL regular expression (#13079)
  125. version 2017.05.14
  126. Core
  127. + [extractor/common] Respect Width and Height attributes in ISM manifests
  128. + [postprocessor/metadatafromtitle] Add support regular expression syntax for
  129. --metadata-from-title (#13065)
  130. Extractors
  131. + [mediaset] Add support for video.mediaset.it (#12708, #12964)
  132. * [orf:radio] Fix extraction (#11643, #12926)
  133. * [aljazeera] Extend URL regular expression (#13053)
  134. * [imdb] Relax URL regular expression (#13056)
  135. + [francetv] Add support for mobile.france.tv (#13068)
  136. + [upskill] Add support for upskillcourses.com (#13043)
  137. * [thescene] Fix extraction (#13061)
  138. * [condenast] Improve embed support
  139. * [liveleak] Fix extraction (#12053)
  140. + [douyu] Support Douyu shows (#12228)
  141. * [myspace] Improve URL regular expression (#13040)
  142. * [adultswim] Use desktop platform in assets URL (#13041)
  143. version 2017.05.09
  144. Core
  145. * [YoutubeDL] Force --restrict-filenames when no locale is set on all python
  146. versions (#13027)
  147. Extractors
  148. * [francetv] Adapt to site redesign (#13034)
  149. + [packtpub] Add support for authentication (#12622)
  150. * [drtv] Lower preference for SignLanguage formats (#13013, #13016)
  151. + [cspan] Add support for brightcove live embeds (#13028)
  152. * [vrv] Extract DASH formats and subtitles
  153. * [funimation] Fix authentication (#13021)
  154. * [adultswim] Fix extraction (#8640, #10950, #11042, #12121)
  155. + Add support for Adobe Pass authentication
  156. + Add support for live streams
  157. + Add support for show pages
  158. * [turner] Extract thumbnail, is_live and strip description
  159. + [nonktube] Add support for nonktube.com (#8647, #13024)
  160. + [nuevo] Pass headers to _extract_nuevo
  161. * [nbc] Improve extraction (#12364)
  162. version 2017.05.07
  163. Common
  164. * [extractor/common] Fix typo in _extract_akamai_formats
  165. + [postprocessor/ffmpeg] Embed chapters into media file with --add-metadata
  166. + [extractor/common] Introduce chapters meta field
  167. Extractors
  168. * [youtube] Fix authentication (#12820, #12927, #12973, #12992, #12993, #12995,
  169. #13003)
  170. * [bilibili] Fix video downloading (#13001)
  171. * [rmcdecouverte] Fix extraction (#12937)
  172. * [theplatform] Extract chapters
  173. * [bandcamp] Fix thumbnail extraction (#12980)
  174. * [pornhub] Extend URL regular expression (#12996)
  175. + [youtube] Extract chapters
  176. + [nrk] Extract chapters
  177. + [vice] Add support for ooyala embeds in article pages
  178. + [vice] Support vice articles (#12968)
  179. * [vice] Fix extraction for non en_us videos (#12967)
  180. * [gdcvault] Fix extraction for some videos (#12733)
  181. * [pbs] Improve multipart video support (#12981)
  182. * [laola1tv] Fix extraction (#12880)
  183. + [cda] Support birthday verification (#12789)
  184. * [leeco] Fix extraction (#12974)
  185. + [pbs] Extract chapters
  186. * [amp] Imporove thumbnail and subtitles extraction
  187. * [foxsports] Fix extraction (#12945)
  188. - [coub] Remove comment count extraction (#12941)
  189. version 2017.05.01
  190. Core
  191. + [extractor/common] Extract view count from JSON-LD
  192. * [utils] Improve unified_timestamp
  193. + [utils] Add video/mp2t to mimetype2ext
  194. * [downloader/external] Properly handle live stream downloading cancellation
  195. (#8932)
  196. + [utils] Add support for unicode whitespace in clean_html on python 2 (#12906)
  197. Extractors
  198. * [infoq] Make audio format extraction non fatal (#12938)
  199. * [brightcove] Allow whitespace around attribute names in embedded code
  200. + [zaq1] Add support for zaq1.pl (#12693)
  201. + [xvideos] Extract duration (#12828)
  202. * [vevo] Fix extraction (#12879)
  203. + [noovo] Add support for noovo.ca (#12792)
  204. + [washingtonpost] Add support for embeds (#12699)
  205. * [yandexmusic:playlist] Fix extraction for python 3 (#12888)
  206. * [anvato] Improve extraction (#12913)
  207. * Promote to regular shortcut based extractor
  208. * Add mcp to access key mapping table
  209. * Add support for embeds extraction
  210. * Add support for anvato embeds in generic extractor
  211. * [xtube] Fix extraction for older FLV videos (#12734)
  212. * [tvplayer] Fix extraction (#12908)
  213. version 2017.04.28
  214. Core
  215. + [adobepass] Use geo verification headers for all requests
  216. - [downloader/fragment] Remove assert for resume_len when no fragments
  217. downloaded
  218. + [extractor/common] Add manifest_url for explicit group rendition formats
  219. * [extractor/common] Fix manifest_url for m3u8 formats
  220. - [extractor/common] Don't list master m3u8 playlists in format list (#12832)
  221. Extractor
  222. * [aenetworks] Fix extraction for shows with single season
  223. + [go] Add support for Disney, DisneyJunior and DisneyXD show pages
  224. * [youtube] Recognize new locale-based player URLs (#12885)
  225. + [streamable] Add support for new embedded URL schema (#12844)
  226. * [arte:+7] Relax URL regular expression (#12837)
  227. version 2017.04.26
  228. Core
  229. * Introduce --keep-fragments for keeping fragments of fragmented download
  230. on disk after download is finished
  231. * [YoutubeDL] Fix output template for missing timestamp (#12796)
  232. * [socks] Handle cases where credentials are required but missing
  233. * [extractor/common] Improve HLS extraction (#12211)
  234. * Extract m3u8 parsing to separate method
  235. * Improve rendition groups extraction
  236. * Build stream name according stream GROUP-ID
  237. * Ignore reference to AUDIO group without URI when stream has no CODECS
  238. * Use float for scaled tbr in _parse_m3u8_formats
  239. * [utils] Add support for TTML styles in dfxp2srt
  240. * [downloader/hls] No need to download keys for fragments that have been
  241. already downloaded
  242. * [downloader/fragment] Improve fragment downloading
  243. * Resume immediately
  244. * Don't concatenate fragments and decrypt them on every resume
  245. * Optimize disk storage usage, don't store intermediate fragments on disk
  246. * Store bookkeeping download state file
  247. + [extractor/common] Add support for multiple getters in try_get
  248. + [extractor/common] Add support for video of WebPage context in _json_ld
  249. (#12778)
  250. + [extractor/common] Relax JWPlayer regular expression and remove
  251. duplicate URLs (#12768)
  252. Extractors
  253. * [iqiyi] Fix extraction of Yule videos
  254. * [vidio] Improve extraction and sort formats
  255. + [brightcove] Match only video elements with data-video-id attribute
  256. * [iqiyi] Fix playlist detection (#12504)
  257. - [azubu] Remove extractor (#12813)
  258. * [porn91] Fix extraction (#12814)
  259. * [vidzi] Fix extraction (#12793)
  260. + [amp] Extract error message (#12795)
  261. + [xfileshare] Add support for gorillavid.com and daclips.com (#12776)
  262. * [instagram] Fix extraction (#12777)
  263. + [generic] Support Brightcove videos in <iframe> (#12482)
  264. + [brightcove] Support URLs with bcpid instead of playerID (#12482)
  265. * [brightcove] Fix _extract_url (#12782)
  266. + [odnoklassniki] Extract HLS formats
  267. version 2017.04.17
  268. Extractors
  269. * [limelight] Improve extraction LimelightEmbeddedPlayerFlash media embeds and
  270. add support for channel and channelList embeds
  271. * [generic] Extract multiple Limelight embeds (#12761)
  272. + [itv] Extract series metadata
  273. * [itv] Fix RTMP formats downloading (#12759)
  274. * [itv] Use native HLS downloader by default
  275. + [go90] Extract subtitles (#12752)
  276. + [go90] Extract series metadata (#12752)
  277. version 2017.04.16
  278. Core
  279. * [YoutubeDL] Apply expand_path after output template substitution
  280. + [YoutubeDL] Propagate overridden meta fields to extraction results of type
  281. url (#11163)
  282. Extractors
  283. + [generic] Extract RSS entries as url_transparent (#11163)
  284. + [streamango] Add support for streamango.com (#12643)
  285. + [wsj:article] Add support for articles (#12558)
  286. * [brightcove] Relax video tag embeds extraction and validate ambiguous embeds'
  287. URLs (#9163, #12005, #12178, #12480)
  288. + [udemy] Add support for react rendition (#12744)
  289. version 2017.04.15
  290. Extractors
  291. * [youku] Fix fileid extraction (#12741, #12743)
  292. version 2017.04.14
  293. Core
  294. + [downloader/hls] Add basic support for EXT-X-BYTERANGE tag (#10955)
  295. + [adobepass] Improve Comcast and Verison login code (#10803)
  296. + [adobepass] Add support for Verizon (#10803)
  297. Extractors
  298. + [aenetworks] Add support for specials (#12723)
  299. + [hbo] Extract HLS formats
  300. + [go90] Add support for go90.com (#10127)
  301. + [tv2hu] Add support for tv2.hu (#10509)
  302. + [generic] Exclude URLs with xml ext from valid video URLs (#10768, #11654)
  303. * [youtube] Improve HLS formats extraction
  304. * [afreecatv] Fix extraction for videos with different key layout (#12718)
  305. - [youtube] Remove explicit preference for audio-only and video-only formats in
  306. order not to break sorting when new formats appear
  307. * [canalplus] Bypass geo restriction
  308. version 2017.04.11
  309. Extractors
  310. * [afreecatv] Fix extraction (#12706)
  311. + [generic] Add support for <object> YouTube embeds (#12637)
  312. * [bbccouk] Treat bitrate as audio+video bitrate in media selector
  313. + [bbccouk] Skip unrecognized formats in media selector (#12701)
  314. + [bbccouk] Add support for https protocol in media selector (#12701)
  315. * [curiositystream] Fix extraction (#12638)
  316. * [adn] Update subtitle decryption key
  317. * [chaturbate] Fix extraction (#12665, #12688, #12690)
  318. version 2017.04.09
  319. Extractors
  320. + [medici] Add support for medici.tv (#3406)
  321. + [rbmaradio] Add support for redbullradio.com URLs (#12687)
  322. + [npo:live] Add support for default URL (#12555)
  323. * [mixcloud:playlist] Fix title, description and view count extraction (#12582)
  324. + [thesun] Add suport for thesun.co.uk (#11298, #12674)
  325. + [ceskateleveize:porady] Add support for porady (#7411, #12645)
  326. * [ceskateleveize] Improve extraction and remove URL replacement hacks
  327. + [kaltura] Add support for iframe embeds (#12679)
  328. * [airmozilla] Fix extraction (#12670)
  329. * [wshh] Extract html5 entries and delegate to generic extractor (12676)
  330. + [raiplay] Extract subtitles
  331. + [xfileshare] Add support for vidlo.us (#12660)
  332. + [xfileshare] Add support for vidbom.com (#12661)
  333. + [aenetworks] Add more video URL regular expressions (#12657)
  334. + [odnoklassniki] Fix format sorting for 1080p quality
  335. + [rtl2] Add support for you.rtl2.de (#10257)
  336. + [vshare] Add support for vshare.io (#12278)
  337. version 2017.04.03
  338. Core
  339. + [extractor/common] Add censorship check for TransTelekom ISP
  340. * [extractor/common] Move censorship checks to a separate method
  341. Extractors
  342. + [discoveryvr] Add support for discoveryvr.com (#12578)
  343. + [tv5mondeplus] Add support for tv5mondeplus.com (#11386)
  344. + [periscope] Add support for pscp.tv URLs (#12618, #12625)
  345. version 2017.04.02
  346. Core
  347. * [YoutubeDL] Return early when extraction of url_transparent fails
  348. Extractors
  349. * [rai] Fix and improve extraction (#11790)
  350. + [vrv] Add support for series pages
  351. * [limelight] Improve extraction for audio only formats
  352. * [funimation] Fix extraction (#10696, #11773)
  353. + [xfileshare] Add support for vidabc.com (#12589)
  354. + [xfileshare] Improve extraction and extract hls formats
  355. + [crunchyroll] Pass geo verifcation proxy
  356. + [cwtv] Extract ISM formats
  357. + [tvplay] Bypass geo restriction
  358. + [vrv] Add support for vrv.co
  359. + [packtpub] Add support for packtpub.com (#12610)
  360. + [generic] Pass base_url to _parse_jwplayer_data
  361. + [adn] Add support for animedigitalnetwork.fr (#4866)
  362. + [allocine] Extract more metadata
  363. * [allocine] Fix extraction (#12592)
  364. * [openload] Fix extraction
  365. version 2017.03.26
  366. Core
  367. * Don't raise an error if JWPlayer config data is not a Javascript object
  368. literal. _find_jwplayer_data now returns a dict rather than an str. (#12307)
  369. * Expand environment variables for options representing paths (#12556)
  370. + [utils] Introduce expand_path
  371. * [downloader/hls] Delegate downloading to ffmpeg immediately for live streams
  372. Extractors
  373. * [afreecatv] Fix extraction (#12179)
  374. + [atvat] Add support for atv.at (#5325)
  375. + [fox] Add metadata extraction (#12391)
  376. + [atresplayer] Extract DASH formats
  377. + [atresplayer] Extract HD manifest (#12548)
  378. * [atresplayer] Fix login error detection (#12548)
  379. * [franceculture] Fix extraction (#12547)
  380. * [youtube] Improve URL regular expression (#12538)
  381. * [generic] Do not follow redirects to the same URL
  382. version 2017.03.24
  383. Extractors
  384. - [9c9media] Remove mp4 URL extraction request
  385. + [bellmedia] Add support for etalk.ca and space.ca (#12447)
  386. * [channel9] Fix extraction (#11323)
  387. * [cloudy] Fix extraction (#12525)
  388. + [hbo] Add support for free episode URLs and new formats extraction (#12519)
  389. * [condenast] Fix extraction and style (#12526)
  390. * [viu] Relax URL regular expression (#12529)
  391. version 2017.03.22
  392. Extractors
  393. - [pluralsight] Omit module title from video title (#12506)
  394. * [pornhub] Decode obfuscated video URL (#12470, #12515)
  395. * [senateisvp] Allow https URL scheme for embeds (#12512)
  396. version 2017.03.20
  397. Core
  398. + [YoutubeDL] Allow multiple input URLs to be used with stdout (-) as
  399. output template
  400. + [adobepass] Detect and output error on authz token extraction (#12472)
  401. Extractors
  402. + [bostonglobe] Add extractor for bostonglobe.com (#12099)
  403. + [toongoggles] Add support for toongoggles.com (#12171)
  404. + [medialaan] Add support for Medialaan sites (#9974, #11912)
  405. + [discoverynetworks] Add support for more domains and bypass geo restiction
  406. * [openload] Fix extraction (#10408)
  407. version 2017.03.16
  408. Core
  409. + [postprocessor/ffmpeg] Add support for flac
  410. + [extractor/common] Extract SMIL formats from jwplayer
  411. Extractors
  412. + [generic] Add forgotten return for jwplayer formats
  413. * [redbulltv] Improve extraction
  414. version 2017.03.15
  415. Core
  416. * Fix missing subtitles if --add-metadata is used (#12423)
  417. Extractors
  418. * [facebook] Make title optional (#12443)
  419. + [mitele] Add support for ooyala videos (#12430)
  420. * [openload] Fix extraction (#12435, #12446)
  421. * [streamable] Update API URL (#12433)
  422. + [crunchyroll] Extract season name (#12428)
  423. * [discoverygo] Bypass geo restriction
  424. + [discoverygo:playlist] Add support for playlists (#12424)
  425. version 2017.03.10
  426. Extractors
  427. * [generic] Make title optional for jwplayer embeds (#12410)
  428. * [wdr:maus] Fix extraction (#12373)
  429. * [prosiebensat1] Improve title extraction (#12318, #12327)
  430. * [dplayit] Separate and rewrite extractor and bypass geo restriction (#12393)
  431. * [miomio] Fix extraction (#12291, #12388, #12402)
  432. * [telequebec] Fix description extraction (#12399)
  433. * [openload] Fix extraction (#12357)
  434. * [brightcove:legacy] Relax videoPlayer validation check (#12381)
  435. version 2017.03.07
  436. Core
  437. * Metadata are now added after conversion (#5594)
  438. Extractors
  439. * [soundcloud] Update client id (#12376)
  440. * [openload] Fix extraction (#10408, #12357)
  441. version 2017.03.06
  442. Core
  443. + [utils] Process bytestrings in urljoin (#12369)
  444. * [extractor/common] Improve height extraction and extract bitrate
  445. * [extractor/common] Move jwplayer formats extraction in separate method
  446. + [external:ffmpeg] Limit test download size to 10KiB (#12362)
  447. Extractors
  448. + [drtv] Add geo countries to GeoRestrictedError
  449. + [drtv:live] Bypass geo restriction
  450. + [tunepk] Add extractor (#12197, #12243)
  451. version 2017.03.05
  452. Extractors
  453. + [twitch] Add basic support for two-factor authentication (#11974)
  454. + [vier] Add support for vijf.be (#12304)
  455. + [redbulltv] Add support for redbull.tv (#3919, #11948)
  456. * [douyutv] Switch to the PC API to escape the 5-min limitation (#12316)
  457. + [generic] Add support for rutube embeds
  458. + [rutube] Relax URL regular expression
  459. + [vrak] Add support for vrak.tv (#11452)
  460. + [brightcove:new] Add ability to smuggle geo_countries into URL
  461. + [brightcove:new] Raise GeoRestrictedError
  462. * [go] Relax URL regular expression (#12341)
  463. * [24video] Use original host for requests (#12339)
  464. * [ruutu] Disable DASH formats (#12322)
  465. version 2017.03.02
  466. Core
  467. + [adobepass] Add support for Charter Spectrum (#11465)
  468. * [YoutubeDL] Don't sanitize identifiers in output template (#12317)
  469. Extractors
  470. * [facebook] Fix extraction (#12323, #12330)
  471. * [youtube] Mark errors about rental videos as expected (#12324)
  472. + [npo] Add support for audio
  473. * [npo] Adapt to app.php API (#12311, #12320)
  474. version 2017.02.28
  475. Core
  476. + [utils] Add bytes_to_long and long_to_bytes
  477. + [utils] Add pkcs1pad
  478. + [aes] Add aes_cbc_encrypt
  479. Extractors
  480. + [azmedien:showplaylist] Add support for show playlists (#12160)
  481. + [youtube:playlist] Recognize another playlist pattern (#11928, #12286)
  482. + [daisuki] Add support for daisuki.net (#2486, #3186, #4738, #6175, #7776,
  483. #10060)
  484. * [douyu] Fix extraction (#12301)
  485. version 2017.02.27
  486. Core
  487. * [downloader/common] Limit displaying 2 digits after decimal point in sleep
  488. interval message (#12183)
  489. + [extractor/common] Add preference to _parse_html5_media_entries
  490. Extractors
  491. + [npo] Add support for zapp.nl
  492. + [npo] Add support for hetklokhuis.nl (#12293)
  493. - [scivee] Remove extractor (#9315)
  494. + [cda] Decode download URL (#12255)
  495. + [crunchyroll] Improve uploader extraction (#12267)
  496. + [youtube] Raise GeoRestrictedError
  497. + [dailymotion] Raise GeoRestrictedError
  498. + [mdr] Recognize more URL patterns (#12169)
  499. + [tvigle] Raise GeoRestrictedError
  500. * [vevo] Fix extraction for videos with the new streams/streamsV3 format
  501. (#11719)
  502. + [freshlive] Add support for freshlive.tv (#12175)
  503. + [xhamster] Capture and output videoClosed error (#12263)
  504. + [etonline] Add support for etonline.com (#12236)
  505. + [njpwworld] Add support for njpwworld.com (#11561)
  506. * [amcnetworks] Relax URL regular expression (#12127)
  507. version 2017.02.24.1
  508. Extractors
  509. * [noco] Modernize
  510. * [noco] Switch login URL to https (#12246)
  511. + [thescene] Extract more metadata
  512. * [thescene] Fix extraction (#12235)
  513. + [tubitv] Use geo bypass mechanism
  514. * [openload] Fix extraction (#10408)
  515. + [ivi] Raise GeoRestrictedError
  516. version 2017.02.24
  517. Core
  518. * [options] Hide deprecated options from --help
  519. * [options] Deprecate --autonumber-size
  520. + [YoutubeDL] Add support for string formatting operations in output template
  521. (#5185, #5748, #6841, #9929, #9966 #9978, #12189)
  522. Extractors
  523. + [lynda:course] Add webpage extraction fallback (#12238)
  524. * [go] Sign all uplynk URLs and use geo bypass only for free videos
  525. (#12087, #12210)
  526. + [skylinewebcams] Add support for skylinewebcams.com (#12221)
  527. + [instagram] Add support for multi video posts (#12226)
  528. + [crunchyroll] Extract playlist entries ids
  529. * [mgtv] Fix extraction
  530. + [sohu] Raise GeoRestrictedError
  531. + [leeco] Raise GeoRestrictedError and use geo bypass mechanism
  532. version 2017.02.22
  533. Extractors
  534. * [crunchyroll] Fix descriptions with double quotes (#12124)
  535. * [dailymotion] Make comment count optional (#12209)
  536. + [vidzi] Add support for vidzi.cc (#12213)
  537. + [24video] Add support for 24video.tube (#12217)
  538. + [crackle] Use geo bypass mechanism
  539. + [viewster] Use geo verification headers
  540. + [tfo] Improve geo restriction detection and use geo bypass mechanism
  541. + [telequebec] Use geo bypass mechanism
  542. + [limelight] Extract PlaylistService errors and improve geo restriction
  543. detection
  544. version 2017.02.21
  545. Core
  546. * [extractor/common] Allow calling _initialize_geo_bypass from extractors
  547. (#11970)
  548. + [adobepass] Add support for Time Warner Cable (#12191)
  549. + [travis] Run tests in parallel
  550. + [downloader/ism] Honor HTTP headers when downloading fragments
  551. + [downloader/dash] Honor HTTP headers when downloading fragments
  552. + [utils] Add GeoUtils class for working with geo tools and GeoUtils.random_ipv4
  553. + Add option --geo-bypass-country for explicit geo bypass on behalf of
  554. specified country
  555. + Add options to control geo bypass mechanism --geo-bypass and --no-geo-bypass
  556. + Add experimental geo restriction bypass mechanism based on faking
  557. X-Forwarded-For HTTP header
  558. + [utils] Introduce GeoRestrictedError for geo restricted videos
  559. + [utils] Introduce YoutubeDLError base class for all youtube-dl exceptions
  560. Extractors
  561. + [ninecninemedia] Use geo bypass mechanism
  562. * [spankbang] Make uploader optional (#12193)
  563. + [iprima] Improve geo restriction detection and disable geo bypass
  564. * [iprima] Modernize
  565. * [commonmistakes] Disable UnicodeBOM extractor test for python 3.2
  566. + [prosiebensat1] Throw ExtractionError on unsupported page type (#12180)
  567. * [nrk] Update _API_HOST and relax _VALID_URL
  568. + [tv4] Bypass geo restriction and improve detection
  569. * [tv4] Switch to hls3 protocol (#12177)
  570. + [viki] Improve geo restriction detection
  571. + [vgtv] Improve geo restriction detection
  572. + [srgssr] Improve geo restriction detection
  573. + [vbox7] Improve geo restriction detection and use geo bypass mechanism
  574. + [svt] Improve geo restriction detection and use geo bypass mechanism
  575. + [pbs] Improve geo restriction detection and use geo bypass mechanism
  576. + [ondemandkorea] Improve geo restriction detection and use geo bypass mechanism
  577. + [nrk] Improve geo restriction detection and use geo bypass mechanism
  578. + [itv] Improve geo restriction detection and use geo bypass mechanism
  579. + [go] Improve geo restriction detection and use geo bypass mechanism
  580. + [dramafever] Improve geo restriction detection and use geo bypass mechanism
  581. * [brightcove:legacy] Restrict videoPlayer value (#12040)
  582. + [tvn24] Add support for tvn24.pl and tvn24bis.pl (#11679)
  583. + [thisav] Add support for HTML5 media (#11771)
  584. * [metacafe] Bypass family filter (#10371)
  585. * [viceland] Improve info extraction
  586. version 2017.02.17
  587. Extractors
  588. * [heise] Improve extraction (#9725)
  589. * [ellentv] Improve (#11653)
  590. * [openload] Fix extraction (#10408, #12002)
  591. + [theplatform] Recognize URLs with whitespaces (#12044)
  592. * [einthusan] Relax URL regular expression (#12141, #12159)
  593. + [generic] Support complex JWPlayer embedded videos (#12030)
  594. * [elpais] Improve extraction (#12139)
  595. version 2017.02.16
  596. Core
  597. + [utils] Add support for quoted string literals in --match-filter (#8050,
  598. #12142, #12144)
  599. Extractors
  600. * [ceskatelevize] Lower priority for audio description sources (#12119)
  601. * [amcnetworks] Fix extraction (#12127)
  602. * [pinkbike] Fix uploader extraction (#12054)
  603. + [onetpl] Add support for businessinsider.com.pl and plejada.pl
  604. + [onetpl] Add support for onet.pl (#10507)
  605. + [onetmvp] Add shortcut extractor
  606. + [vodpl] Add support for vod.pl (#12122)
  607. + [pornhub] Extract video URL from tv platform site (#12007, #12129)
  608. + [ceskatelevize] Extract DASH formats (#12119, #12133)
  609. version 2017.02.14
  610. Core
  611. * TypeError is fixed with Python 2.7.13 on Windows (#11540, #12085)
  612. Extractor
  613. * [zdf] Fix extraction (#12117)
  614. * [xtube] Fix extraction for both kinds of video id (#12088)
  615. * [xtube] Improve title extraction (#12088)
  616. + [lemonde] Fallback delegate extraction to generic extractor (#12115, #12116)
  617. * [bellmedia] Allow video id longer than 6 characters (#12114)
  618. + [limelight] Add support for referer protected videos
  619. * [disney] Improve extraction (#4975, #11000, #11882, #11936)
  620. * [hotstar] Improve extraction (#12096)
  621. * [einthusan] Fix extraction (#11416)
  622. + [aenetworks] Add support for lifetimemovieclub.com (#12097)
  623. * [youtube] Fix parsing codecs (#12091)
  624. version 2017.02.11
  625. Core
  626. + [utils] Introduce get_elements_by_class and get_elements_by_attribute
  627. utility functions
  628. + [extractor/common] Skip m3u8 manifests protected with Adobe Flash Access
  629. Extractor
  630. * [pluralsight:course] Fix extraction (#12075)
  631. + [bbc] Extract m3u8 formats with 320k audio
  632. * [facebook] Relax video id matching (#11017, #12055, #12056)
  633. + [corus] Add support for Corus Entertainment sites (#12060, #9164)
  634. + [pluralsight] Detect blocked account error message (#12070)
  635. + [bloomberg] Add another video id pattern (#12062)
  636. * [extractor/commonmistakes] Restrict URL regular expression (#12050)
  637. + [tvplayer] Add support for tvplayer.com
  638. version 2017.02.10
  639. Extractors
  640. * [xtube] Fix extraction (#12023)
  641. * [pornhub] Fix extraction (#12007, #12018)
  642. * [facebook] Improve JS data regular expression (#12042)
  643. * [kaltura] Improve embed partner id extraction (#12041)
  644. + [sprout] Add support for sproutonline.com
  645. * [6play] Improve extraction
  646. + [scrippsnetworks:watch] Add support for Scripps Networks sites (#10765)
  647. + [go] Add support for Adobe Pass authentication (#11468, #10831)
  648. * [6play] Fix extraction (#12011)
  649. + [nbc] Add support for Adobe Pass authentication (#12006)
  650. version 2017.02.07
  651. Core
  652. * [extractor/common] Fix audio only with audio group in m3u8 (#11995)
  653. + [downloader/fragment] Respect --no-part
  654. * [extractor/common] Speed-up HTML5 media entries extraction (#11979)
  655. Extractors
  656. * [pornhub] Fix extraction (#11997)
  657. + [canalplus] Add support for cstar.fr (#11990)
  658. + [extractor/generic] Improve RTMP support (#11993)
  659. + [gaskrank] Add support for gaskrank.tv (#11685)
  660. * [bandcamp] Fix extraction for incomplete albums (#11727)
  661. * [iwara] Fix extraction (#11781)
  662. * [googledrive] Fix extraction on Python 3.6
  663. + [videopress] Add support for videopress.com
  664. + [afreecatv] Extract RTMP formats
  665. version 2017.02.04.1
  666. Extractors
  667. + [twitch:stream] Add support for player.twitch.tv (#11971)
  668. * [radiocanada] Fix extraction for toutv rtmp formats
  669. version 2017.02.04
  670. Core
  671. + Add --playlist-random to shuffle playlists (#11889, #11901)
  672. * [utils] Improve comments processing in js_to_json (#11947)
  673. * [utils] Handle single-line comments in js_to_json
  674. * [downloader/external:ffmpeg] Minimize the use of aac_adtstoasc filter
  675. Extractors
  676. + [piksel] Add another app token pattern (#11969)
  677. + [vk] Capture and output author blocked error message (#11965)
  678. + [turner] Fix secure HLS formats downloading with ffmpeg (#11358, #11373,
  679. #11800)
  680. + [drtv] Add support for live and radio sections (#1827, #3427)
  681. * [myspace] Fix extraction and extract HLS and HTTP formats
  682. + [youtube] Add format info for itag 325 and 328
  683. * [vine] Fix extraction (#11955)
  684. - [sportbox] Remove extractor (#11954)
  685. + [filmon] Add support for filmon.com (#11187)
  686. + [infoq] Add audio only formats (#11565)
  687. * [douyutv] Improve room id regular expression (#11931)
  688. * [iprima] Fix extraction (#11920, #11896)
  689. * [youtube] Fix ytsearch when cookies are provided (#11924)
  690. * [go] Relax video id regular expression (#11937)
  691. * [facebook] Fix title extraction (#11941)
  692. + [youtube:playlist] Recognize TL playlists (#11945)
  693. + [bilibili] Support new Bangumi URLs (#11845)
  694. + [cbc:watch] Extract audio codec for audio only formats (#11893)
  695. + [elpais] Fix extraction for some URLs (#11765)
  696. version 2017.02.01
  697. Extractors
  698. + [facebook] Add another fallback extraction scenario (#11926)
  699. * [prosiebensat1] Fix extraction of descriptions (#11810, #11929)
  700. - [crunchyroll] Remove ScaledBorderAndShadow settings (#9028)
  701. + [vimeo] Extract upload timestamp
  702. + [vimeo] Extract license (#8726, #11880)
  703. + [nrk:series] Add support for series (#11571, #11711)
  704. version 2017.01.31
  705. Core
  706. + [compat] Add compat_etree_register_namespace
  707. Extractors
  708. * [youtube] Fix extraction for domainless player URLs (#11890, #11891, #11892,
  709. #11894, #11895, #11897, #11900, #11903, #11904, #11906, #11907, #11909,
  710. #11913, #11914, #11915, #11916, #11917, #11918, #11919)
  711. + [vimeo] Extract both mixed and separated DASH formats
  712. + [ruutu] Extract DASH formats
  713. * [itv] Fix extraction for python 2.6
  714. version 2017.01.29
  715. Core
  716. * [extractor/common] Fix initialization template (#11605, #11825)
  717. + [extractor/common] Document fragment_base_url and fragment's path fields
  718. * [extractor/common] Fix duration per DASH segment (#11868)
  719. + Introduce --autonumber-start option for initial value of %(autonumber)s
  720. template (#727, #2702, #9362, #10457, #10529, #11862)
  721. Extractors
  722. + [azmedien:playlist] Add support for topic and themen playlists (#11817)
  723. * [npo] Fix subtitles extraction
  724. + [itv] Extract subtitles
  725. + [itv] Add support for itv.com (#9240)
  726. + [mtv81] Add support for mtv81.com (#7619)
  727. + [vlive] Add support for channels (#11826)
  728. + [kaltura] Add fallback for fileExt
  729. + [kaltura] Improve uploader_id extraction
  730. + [konserthusetplay] Add support for rspoplay.se (#11828)
  731. version 2017.01.28
  732. Core
  733. * [utils] Improve parse_duration
  734. Extractors
  735. * [crunchyroll] Improve series and season metadata extraction (#11832)
  736. * [soundcloud] Improve formats extraction and extract audio bitrate
  737. + [soundcloud] Extract HLS formats
  738. * [soundcloud] Fix track URL extraction (#11852)
  739. + [twitch:vod] Expand URL regular expressions (#11846)
  740. * [aenetworks] Fix season episodes extraction (#11669)
  741. + [tva] Add support for videos.tva.ca (#11842)
  742. * [jamendo] Improve and extract more metadata (#11836)
  743. + [disney] Add support for Disney sites (#7409, #11801, #4975, #11000)
  744. * [vevo] Remove request to old API and catch API v2 errors
  745. + [cmt,mtv,southpark] Add support for episode URLs (#11837)
  746. + [youtube] Add fallback for duration extraction (#11841)
  747. version 2017.01.25
  748. Extractors
  749. + [openload] Fallback video extension to mp4
  750. + [extractor/generic] Add support for Openload embeds (#11536, #11812)
  751. * [srgssr] Fix rts video extraction (#11831)
  752. + [afreecatv:global] Add support for afreeca.tv (#11807)
  753. + [crackle] Extract vtt subtitles
  754. + [crackle] Extract multiple resolutions for thumbnails
  755. + [crackle] Add support for mobile URLs
  756. + [konserthusetplay] Extract subtitles (#11823)
  757. + [konserthusetplay] Add support for HLS videos (#11823)
  758. * [vimeo:review] Fix config URL extraction (#11821)
  759. version 2017.01.24
  760. Extractors
  761. * [pluralsight] Fix extraction (#11820)
  762. + [nextmedia] Add support for NextTV (壹電視)
  763. * [24video] Fix extraction (#11811)
  764. * [youtube:playlist] Fix nonexistent and private playlist detection (#11604)
  765. + [chirbit] Extract uploader (#11809)
  766. version 2017.01.22
  767. Extractors
  768. + [pornflip] Add support for pornflip.com (#11556, #11795)
  769. * [chaturbate] Fix extraction (#11797, #11802)
  770. + [azmedien] Add support for AZ Medien sites (#11784, #11785)
  771. + [nextmedia] Support redirected URLs
  772. + [vimeo:channel] Extract videos' titles for playlist entries (#11796)
  773. + [youtube] Extract episode metadata (#9695, #11774)
  774. + [cspan] Support Ustream embedded videos (#11547)
  775. + [1tv] Add support for HLS videos (#11786)
  776. * [uol] Fix extraction (#11770)
  777. * [mtv] Relax triforce feed regular expression (#11766)
  778. version 2017.01.18
  779. Extractors
  780. * [bilibili] Fix extraction (#11077)
  781. + [canalplus] Add fallback for video id (#11764)
  782. * [20min] Fix extraction (#11683, #11751)
  783. * [imdb] Extend URL regular expression (#11744)
  784. + [naver] Add support for tv.naver.com links (#11743)
  785. version 2017.01.16
  786. Core
  787. * [options] Apply custom config to final composite configuration (#11741)
  788. * [YoutubeDL] Improve protocol auto determining (#11720)
  789. Extractors
  790. * [xiami] Relax URL regular expressions
  791. * [xiami] Improve track metadata extraction (#11699)
  792. + [limelight] Check hand-make direct HTTP links
  793. + [limelight] Add support for direct HTTP links at video.llnw.net (#11737)
  794. + [brightcove] Recognize another player ID pattern (#11688)
  795. + [niconico] Support login via cookies (#7968)
  796. * [yourupload] Fix extraction (#11601)
  797. + [beam:live] Add support for beam.pro live streams (#10702, #11596)
  798. * [vevo] Improve geo restriction detection
  799. + [dramafever] Add support for URLs with language code (#11714)
  800. * [cbc] Improve playlist support (#11704)
  801. version 2017.01.14
  802. Core
  803. + [common] Add ability to customize akamai manifest host
  804. + [utils] Add more date formats
  805. Extractors
  806. - [mtv] Eliminate _transform_rtmp_url
  807. * [mtv] Generalize triforce mgid extraction
  808. + [cmt] Add support for full episodes and video clips (#11623)
  809. + [mitele] Extract DASH formats
  810. + [ooyala] Add support for videos with embedToken (#11684)
  811. * [mixcloud] Fix extraction (#11674)
  812. * [openload] Fix extraction (#10408)
  813. * [tv4] Improve extraction (#11698)
  814. * [freesound] Fix and improve extraction (#11602)
  815. + [nick] Add support for beta.nick.com (#11655)
  816. * [mtv,cc] Use HLS by default with native HLS downloader (#11641)
  817. * [mtv] Fix non-HLS extraction
  818. version 2017.01.10
  819. Extractors
  820. * [youtube] Fix extraction (#11663, #11664)
  821. + [inc] Add support for inc.com (#11277, #11647)
  822. + [youtube] Add itag 212 (#11575)
  823. + [egghead:course] Add support for egghead.io courses
  824. version 2017.01.08
  825. Core
  826. * Fix "invalid escape sequence" errors under Python 3.6 (#11581)
  827. Extractors
  828. + [hitrecord] Add support for hitrecord.org (#10867, #11626)
  829. - [videott] Remove extractor
  830. * [swrmediathek] Improve extraction
  831. - [sharesix] Remove extractor
  832. - [aol:features] Remove extractor
  833. * [sendtonews] Improve info extraction
  834. * [3sat,phoenix] Fix extraction (#11619)
  835. * [comedycentral/mtv] Add support for HLS videos (#11600)
  836. * [discoverygo] Fix JSON data parsing (#11219, #11522)
  837. version 2017.01.05
  838. Extractors
  839. + [zdf] Fix extraction (#11055, #11063)
  840. * [pornhub:playlist] Improve extraction (#11594)
  841. + [cctv] Add support for ncpa-classic.com (#11591)
  842. + [tunein] Add support for embeds (#11579)
  843. version 2017.01.02
  844. Extractors
  845. * [cctv] Improve extraction (#879, #6753, #8541)
  846. + [nrktv:episodes] Add support for episodes (#11571)
  847. + [arkena] Add support for video.arkena.com (#11568)
  848. version 2016.12.31
  849. Core
  850. + Introduce --config-location option for custom configuration files (#6745,
  851. #10648)
  852. Extractors
  853. + [twitch] Add support for player.twitch.tv (#11535, #11537)
  854. + [videa] Add support for videa.hu (#8181, #11133)
  855. * [vk] Fix postlive videos extraction
  856. * [vk] Extract from playerParams (#11555)
  857. - [freevideo] Remove extractor (#11515)
  858. + [showroomlive] Add support for showroom-live.com (#11458)
  859. * [xhamster] Fix duration extraction (#11549)
  860. * [rtve:live] Fix extraction (#11529)
  861. * [brightcove:legacy] Improve embeds detection (#11523)
  862. + [twitch] Add support for rechat messages (#11524)
  863. * [acast] Fix audio and timestamp extraction (#11521)
  864. version 2016.12.22
  865. Core
  866. * [extractor/common] Improve detection of video-only formats in m3u8
  867. manifests (#11507)
  868. Extractors
  869. + [theplatform] Pass geo verification headers to SMIL request (#10146)
  870. + [viu] Pass geo verification headers to auth request
  871. * [rtl2] Extract more formats and metadata
  872. * [vbox7] Skip malformed JSON-LD (#11501)
  873. * [uplynk] Force downloading using native HLS downloader (#11496)
  874. + [laola1] Add support for another extraction scenario (#11460)
  875. version 2016.12.20
  876. Core
  877. * [extractor/common] Improve fragment URL construction for DASH media
  878. * [extractor/common] Fix codec information extraction for mixed audio/video
  879. DASH media (#11490)
  880. Extractors
  881. * [vbox7] Fix extraction (#11494)
  882. + [uktvplay] Add support for uktvplay.uktv.co.uk (#11027)
  883. + [piksel] Add support for player.piksel.com (#11246)
  884. + [vimeo] Add support for DASH formats
  885. * [vimeo] Fix extraction for HLS formats (#11490)
  886. * [kaltura] Fix wrong widget ID in some cases (#11480)
  887. + [nrktv:direkte] Add support for live streams (#11488)
  888. * [pbs] Fix extraction for geo restricted videos (#7095)
  889. * [brightcove:new] Skip widevine classic videos
  890. + [viu] Add support for viu.com (#10607, #11329)
  891. version 2016.12.18
  892. Core
  893. + [extractor/common] Recognize DASH formats in html5 media entries
  894. Extractors
  895. + [ccma] Add support for ccma.cat (#11359)
  896. * [laola1tv] Improve extraction
  897. + [laola1tv] Add support embed URLs (#11460)
  898. * [nbc] Fix extraction for MSNBC videos (#11466)
  899. * [twitch] Adapt to new videos pages URL schema (#11469)
  900. + [meipai] Add support for meipai.com (#10718)
  901. * [jwplatform] Improve subtitles and duration extraction
  902. + [ondemandkorea] Add support for ondemandkorea.com (#10772)
  903. + [vvvvid] Add support for vvvvid.it (#5915)
  904. version 2016.12.15
  905. Core
  906. + [utils] Add convenience urljoin
  907. Extractors
  908. + [openload] Recognize oload.tv URLs (#10408)
  909. + [facebook] Recognize .onion URLs (#11443)
  910. * [vlive] Fix extraction (#11375, #11383)
  911. + [canvas] Extract DASH formats
  912. + [melonvod] Add support for vod.melon.com (#11419)
  913. version 2016.12.12
  914. Core
  915. + [utils] Add common user agents map
  916. + [common] Recognize HLS manifests that contain video only formats (#11394)
  917. Extractors
  918. + [dplay] Use Safari user agent for HLS (#11418)
  919. + [facebook] Detect login required error message
  920. * [facebook] Improve video selection (#11390)
  921. + [canalplus] Add another video id pattern (#11399)
  922. * [mixcloud] Relax URL regular expression (#11406)
  923. * [ctvnews] Relax URL regular expression (#11394)
  924. + [rte] Capture and output error message (#7746, #10498)
  925. + [prosiebensat1] Add support for DASH formats
  926. * [srgssr] Improve extraction for geo restricted videos (#11089)
  927. * [rts] Improve extraction for geo restricted videos (#4989)
  928. version 2016.12.09
  929. Core
  930. * [socks] Fix error reporting (#11355)
  931. Extractors
  932. * [openload] Fix extraction (#10408)
  933. * [pandoratv] Fix extraction (#11023)
  934. + [telebruxelles] Add support for emission URLs
  935. * [telebruxelles] Extract all formats
  936. + [bloomberg] Add another video id regular expression (#11371)
  937. * [fusion] Update ooyala id regular expression (#11364)
  938. + [1tv] Add support for playlists (#11335)
  939. * [1tv] Improve extraction (#11335)
  940. + [aenetworks] Extract more formats (#11321)
  941. + [thisoldhouse] Recognize /tv-episode/ URLs (#11271)
  942. version 2016.12.01
  943. Extractors
  944. * [soundcloud] Update client id (#11327)
  945. * [ruutu] Detect DRM protected videos
  946. + [liveleak] Add support for youtube embeds (#10688)
  947. * [spike] Fix full episodes support (#11312)
  948. * [comedycentral] Fix full episodes support
  949. * [normalboots] Rewrite in terms of JWPlatform (#11184)
  950. * [teamfourstar] Rewrite in terms of JWPlatform (#11184)
  951. - [screenwavemedia] Remove extractor (#11184)
  952. version 2016.11.27
  953. Extractors
  954. + [webcaster] Add support for webcaster.pro
  955. + [azubu] Add support for azubu.uol.com.br (#11305)
  956. * [viki] Prefer hls formats
  957. * [viki] Fix rtmp formats extraction (#11255)
  958. * [puls4] Relax URL regular expression (#11267)
  959. * [vevo] Improve artist extraction (#10911)
  960. * [mitele] Relax URL regular expression and extract more metadata (#11244)
  961. + [cbslocal] Recognize New York site (#11285)
  962. + [youtube:playlist] Pass disable_polymer in URL query (#11193)
  963. version 2016.11.22
  964. Extractors
  965. * [hellporno] Fix video extension extraction (#11247)
  966. + [hellporno] Add support for hellporno.net (#11247)
  967. + [amcnetworks] Recognize more BBC America URLs (#11263)
  968. * [funnyordie] Improve extraction (#11208)
  969. * [extractor/generic] Improve limelight embeds support
  970. - [crunchyroll] Remove ScaledBorderAndShadow from ASS subtitles (#8207, #9028)
  971. * [bandcamp] Fix free downloads extraction and extract all formats (#11067)
  972. * [twitter:card] Relax URL regular expression (#11225)
  973. + [tvanouvelles] Add support for tvanouvelles.ca (#10616)
  974. version 2016.11.18
  975. Extractors
  976. * [youtube:live] Relax URL regular expression (#11164)
  977. * [openload] Fix extraction (#10408, #11122)
  978. * [vlive] Prefer locale over language for subtitles id (#11203)
  979. version 2016.11.14.1
  980. Core
  981. + [downoader/fragment,f4m,hls] Respect HTTP headers from info dict
  982. * [extractor/common] Fix media templates with Bandwidth substitution pattern in
  983. MPD manifests (#11175)
  984. * [extractor/common] Improve thumbnail extraction from JSON-LD
  985. Extractors
  986. + [nrk] Workaround geo restriction
  987. + [nrk] Improve error detection and messages
  988. + [afreecatv] Add support for vod.afreecatv.com (#11174)
  989. * [cda] Fix and improve extraction (#10929, #10936)
  990. * [plays] Fix extraction (#11165)
  991. * [eagleplatform] Fix extraction (#11160)
  992. + [audioboom] Recognize /posts/ URLs (#11149)
  993. version 2016.11.08.1
  994. Extractors
  995. * [espn:article] Fix support for espn.com articles
  996. * [franceculture] Fix extraction (#11140)
  997. version 2016.11.08
  998. Extractors
  999. * [tmz:article] Fix extraction (#11052)
  1000. * [espn] Fix extraction (#11041)
  1001. * [mitele] Fix extraction after website redesign (#10824)
  1002. - [ard] Remove age restriction check (#11129)
  1003. * [generic] Improve support for pornhub.com embeds (#11100)
  1004. + [generic] Add support for redtube.com embeds (#11099)
  1005. + [generic] Add support for drtuber.com embeds (#11098)
  1006. + [redtube] Add support for embed URLs
  1007. + [drtuber] Add support for embed URLs
  1008. + [yahoo] Improve content id extraction (#11088)
  1009. * [toutv] Relax URL regular expression (#11121)
  1010. version 2016.11.04
  1011. Core
  1012. * [extractor/common] Tolerate malformed RESOLUTION attribute in m3u8
  1013. manifests (#11113)
  1014. * [downloader/ism] Fix AVC Decoder Configuration Record
  1015. Extractors
  1016. + [fox9] Add support for fox9.com (#11110)
  1017. + [anvato] Extract more metadata and improve formats extraction
  1018. * [vodlocker] Improve removed videos detection (#11106)
  1019. + [vzaar] Add support for vzaar.com (#11093)
  1020. + [vice] Add support for uplynk preplay videos (#11101)
  1021. * [tubitv] Fix extraction (#11061)
  1022. + [shahid] Add support for authentication (#11091)
  1023. + [radiocanada] Add subtitles support (#11096)
  1024. + [generic] Add support for ISM manifests
  1025. version 2016.11.02
  1026. Core
  1027. + Add basic support for Smooth Streaming protocol (#8118, #10969)
  1028. * Improve MPD manifest base URL extraction (#10909, #11079)
  1029. * Fix --match-filter for int-like strings (#11082)
  1030. Extractors
  1031. + [mva] Add support for ISM formats
  1032. + [msn] Add support for ISM formats
  1033. + [onet] Add support for ISM formats
  1034. + [tvp] Add support for ISM formats
  1035. + [nicknight] Add support for nicknight sites (#10769)
  1036. version 2016.10.30
  1037. Extractors
  1038. * [facebook] Improve 1080P video detection (#11073)
  1039. * [imgur] Recognize /r/ URLs (#11071)
  1040. * [beeg] Fix extraction (#11069)
  1041. * [openload] Fix extraction (#10408)
  1042. * [gvsearch] Modernize and fix search request (#11051)
  1043. * [adultswim] Fix extraction (#10979)
  1044. + [nobelprize] Add support for nobelprize.org (#9999)
  1045. * [hornbunny] Fix extraction (#10981)
  1046. * [tvp] Improve video id extraction (#10585)
  1047. version 2016.10.26
  1048. Extractors
  1049. + [rentv] Add support for ren.tv (#10620)
  1050. + [ard] Detect unavailable videos (#11018)
  1051. * [vk] Fix extraction (#11022)
  1052. version 2016.10.25
  1053. Core
  1054. * Running youtube-dl in the background is fixed (#10996, #10706, #955)
  1055. Extractors
  1056. + [jamendo] Add support for jamendo.com (#10132, #10736)
  1057. + [pandatv] Add support for panda.tv (#10736)
  1058. + [dotsub] Support Vimeo embed (#10964)
  1059. * [litv] Fix extraction
  1060. + [vimeo] Delegate ondemand redirects to ondemand extractor (#10994)
  1061. * [vivo] Fix extraction (#11003)
  1062. + [twitch:stream] Add support for rebroadcasts (#10995)
  1063. * [pluralsight] Fix subtitles conversion (#10990)
  1064. version 2016.10.21.1
  1065. Extractors
  1066. + [pluralsight] Process all clip URLs (#10984)
  1067. version 2016.10.21
  1068. Core
  1069. - Disable thumbnails embedding in mkv
  1070. + Add support for Comcast multiple-system operator (#10819)
  1071. Extractors
  1072. * [pluralsight] Adapt to new API (#10972)
  1073. * [openload] Fix extraction (#10408, #10971)
  1074. + [natgeo] Extract m3u8 formats (#10959)
  1075. version 2016.10.19
  1076. Core
  1077. + [utils] Expose PACKED_CODES_RE
  1078. + [extractor/common] Extract non smil wowza mpd manifests
  1079. + [extractor/common] Detect f4m audio-only formats
  1080. Extractors
  1081. * [vidzi] Fix extraction (#10908, #10952)
  1082. * [urplay] Fix subtitles extraction
  1083. + [urplay] Add support for urskola.se (#10915)
  1084. + [orf] Add subtitles support (#10939)
  1085. * [youtube] Fix --no-playlist behavior for youtu.be/id URLs (#10896)
  1086. * [nrk] Relax URL regular expression (#10928)
  1087. + [nytimes] Add support for podcasts (#10926)
  1088. * [pluralsight] Relax URL regular expression (#10941)
  1089. version 2016.10.16
  1090. Core
  1091. * [postprocessor/ffmpeg] Return correct filepath and ext in updated information
  1092. in FFmpegExtractAudioPP (#10879)
  1093. Extractors
  1094. + [ruutu] Add support for supla.fi (#10849)
  1095. + [theoperaplatform] Add support for theoperaplatform.eu (#10914)
  1096. * [lynda] Fix height for prioritized streams
  1097. + [lynda] Add fallback extraction scenario
  1098. * [lynda] Switch to https (#10916)
  1099. + [huajiao] New extractor (#10917)
  1100. * [cmt] Fix mgid extraction (#10813)
  1101. + [safari:course] Add support for techbus.safaribooksonline.com
  1102. * [orf:tvthek] Fix extraction and modernize (#10898)
  1103. * [chirbit] Fix extraction of user profile pages
  1104. * [carambatv] Fix extraction
  1105. * [canalplus] Fix extraction for some videos
  1106. * [cbsinteractive] Fix extraction for cnet.com
  1107. * [parliamentliveuk] Lower case URLs are now recognized (#10912)
  1108. version 2016.10.12
  1109. Core
  1110. + Support HTML media elements without child nodes
  1111. * [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)
  1112. Extractors
  1113. * [dailymotion] Fix extraction (#10901)
  1114. * [vimeo:review] Fix extraction (#10900)
  1115. * [nhl] Correctly handle invalid formats (#10713)
  1116. * [footyroom] Fix extraction (#10810)
  1117. * [abc.net.au:iview] Fix for standalone (non series) videos (#10895)
  1118. + [hbo] Add support for episode pages (#10892)
  1119. * [allocine] Fix extraction (#10860)
  1120. + [nextmedia] Recognize action news on AppleDaily
  1121. * [lego] Improve info extraction and bypass geo restriction (#10872)
  1122. version 2016.10.07
  1123. Extractors
  1124. + [iprima] Detect geo restriction
  1125. * [facebook] Fix video extraction (#10846)
  1126. + [commonprotocols] Support direct MMS links (#10838)
  1127. + [generic] Add support for multiple vimeo embeds (#10862)
  1128. + [nzz] Add support for nzz.ch (#4407)
  1129. + [npo] Detect geo restriction
  1130. + [npo] Add support for 2doc.nl (#10842)
  1131. + [lego] Add support for lego.com (#10369)
  1132. + [tonline] Add support for t-online.de (#10376)
  1133. * [techtalks] Relax URL regular expression (#10840)
  1134. * [youtube:live] Extend URL regular expression (#10839)
  1135. + [theweatherchannel] Add support for weather.com (#7188)
  1136. + [thisoldhouse] Add support for thisoldhouse.com (#10837)
  1137. + [nhl] Add support for wch2016.com (#10833)
  1138. * [pornoxo] Use JWPlatform to improve metadata extraction
  1139. version 2016.10.02
  1140. Core
  1141. * Fix possibly lost extended attributes during post-processing
  1142. + Support pyxattr as well as python-xattr for --xattrs and
  1143. --xattr-set-filesize (#9054)
  1144. Extractors
  1145. + [jwplatform] Support DASH streams in JWPlayer
  1146. + [jwplatform] Support old-style JWPlayer playlists
  1147. + [byutv:event] Add extractor
  1148. * [periscope:user] Fix extraction (#10820)
  1149. * [dctp] Fix extraction (#10734)
  1150. + [instagram] Extract video dimensions (#10790)
  1151. + [tvland] Extend URL regular expression (#10812)
  1152. + [vgtv] Add support for tv.aftonbladet.se (#10800)
  1153. - [aftonbladet] Remove extractor
  1154. * [vk] Fix timestamp and view count extraction (#10760)
  1155. + [vk] Add support for running and finished live streams (#10799)
  1156. + [leeco] Recognize more Le Sports URLs (#10794)
  1157. + [instagram] Extract comments (#10788)
  1158. + [ketnet] Extract mzsource formats (#10770)
  1159. * [limelight:media] Improve HTTP formats extraction
  1160. version 2016.09.27
  1161. Core
  1162. + Add hdcore query parameter to akamai f4m formats
  1163. + Delegate HLS live streams downloading to ffmpeg
  1164. + Improved support for HTML5 subtitles
  1165. Extractors
  1166. + [vk] Add support for dailymotion embeds (#10661)
  1167. * [promptfile] Fix extraction (#10634)
  1168. * [kaltura] Speed up embed regular expressions (#10764)
  1169. + [npo] Add support for anderetijden.nl (#10754)
  1170. + [prosiebensat1] Add support for advopedia sites
  1171. * [mwave] Relax URL regular expression (#10735, #10748)
  1172. * [prosiebensat1] Fix playlist support (#10745)
  1173. + [prosiebensat1] Add support for sat1gold sites (#10745)
  1174. + [cbsnews:livevideo] Fix extraction and extract m3u8 formats
  1175. + [brightcove:new] Add support for live streams
  1176. * [soundcloud] Generalize playlist entries extraction (#10733)
  1177. + [mtv] Add support for new URL schema (#8169, #9808)
  1178. * [einthusan] Fix extraction (#10714)
  1179. + [twitter] Support Periscope embeds (#10737)
  1180. + [openload] Support subtitles (#10625)
  1181. version 2016.09.24
  1182. Core
  1183. + Add support for watchTVeverywhere.com authentication provider based MSOs for
  1184. Adobe Pass authentication (#10709)
  1185. Extractors
  1186. + [soundcloud:playlist] Provide video id for early playlist entries (#10733)
  1187. + [prosiebensat1] Add support for kabeleinsdoku (#10732)
  1188. * [cbs] Extract info from thunder videoPlayerService (#10728)
  1189. * [openload] Fix extraction (#10408)
  1190. + [ustream] Support the new HLS streams (#10698)
  1191. + [ooyala] Extract all HLS formats
  1192. + [cartoonnetwork] Add support for Adobe Pass authentication
  1193. + [soundcloud] Extract license metadata
  1194. + [fox] Add support for Adobe Pass authentication (#8584)
  1195. + [tbs] Add support for Adobe Pass authentication (#10642, #10222)
  1196. + [trutv] Add support for Adobe Pass authentication (#10519)
  1197. + [turner] Add support for Adobe Pass authentication
  1198. version 2016.09.19
  1199. Extractors
  1200. + [crunchyroll] Check if already authenticated (#10700)
  1201. - [twitch:stream] Remove fallback to profile extraction when stream is offline
  1202. * [thisav] Improve title extraction (#10682)
  1203. * [vyborymos] Improve station info extraction
  1204. version 2016.09.18
  1205. Core
  1206. + Introduce manifest_url and fragments fields in formats dictionary for
  1207. fragmented media
  1208. + Provide manifest_url field for DASH segments, HLS and HDS
  1209. + Provide fragments field for DASH segments
  1210. * Rework DASH segments downloader to use fragments field
  1211. + Add helper method for Wowza Streaming Engine formats extraction
  1212. Extractors
  1213. + [vyborymos] Add extractor for vybory.mos.ru (#10692)
  1214. + [xfileshare] Add title regular expression for streamin.to (#10646)
  1215. + [globo:article] Add support for multiple videos (#10653)
  1216. + [thisav] Recognize HTML5 videos (#10447)
  1217. * [jwplatform] Improve JWPlayer detection
  1218. + [mangomolo] Add support for Mangomolo embeds
  1219. + [toutv] Add support for authentication (#10669)
  1220. * [franceinter] Fix upload date extraction
  1221. * [tv4] Fix HLS and HDS formats extraction (#10659)
  1222. version 2016.09.15
  1223. Core
  1224. * Improve _hidden_inputs
  1225. + Introduce improved explicit Adobe Pass support
  1226. + Add --ap-mso to provide multiple-system operator identifier
  1227. + Add --ap-username to provide MSO account username
  1228. + Add --ap-password to provide MSO account password
  1229. + Add --ap-list-mso to list all supported MSOs
  1230. + Add support for Rogers Cable multiple-system operator (#10606)
  1231. Extractors
  1232. * [crunchyroll] Fix authentication (#10655)
  1233. * [twitch] Fix API calls (#10654, #10660)
  1234. + [bellmedia] Add support for more Bell Media Television sites
  1235. * [franceinter] Fix extraction (#10538, #2105)
  1236. * [kuwo] Improve error detection (#10650)
  1237. + [go] Add support for free full episodes (#10439)
  1238. * [bilibili] Fix extraction for specific videos (#10647)
  1239. * [nhk] Fix extraction (#10633)
  1240. * [kaltura] Improve audio detection
  1241. * [kaltura] Skip chun format
  1242. + [vimeo:ondemand] Pass Referer along with embed URL (#10624)
  1243. + [nbc] Add support for NBC Olympics (#10361)
  1244. version 2016.09.11.1
  1245. Extractors
  1246. + [tube8] Extract categories and tags (#10579)
  1247. + [pornhub] Extract categories and tags (#10499)
  1248. * [openload] Temporary fix (#10408)
  1249. + [foxnews] Add support Fox News articles (#10598)
  1250. * [viafree] Improve video id extraction (#10615)
  1251. * [iwara] Fix extraction after relaunch (#10462, #3215)
  1252. + [tfo] Add extractor for tfo.org
  1253. * [lrt] Fix audio extraction (#10566)
  1254. * [9now] Fix extraction (#10561)
  1255. + [canalplus] Add support for c8.fr (#10577)
  1256. * [newgrounds] Fix uploader extraction (#10584)
  1257. + [polskieradio:category] Add support for category lists (#10576)
  1258. + [ketnet] Add extractor for ketnet.be (#10343)
  1259. + [canvas] Add support for een.be (#10605)
  1260. + [telequebec] Add extractor for telequebec.tv (#1999)
  1261. * [parliamentliveuk] Fix extraction (#9137)
  1262. version 2016.09.08
  1263. Extractors
  1264. + [jwplatform] Extract height from format label
  1265. + [yahoo] Extract Brightcove Legacy Studio embeds (#9345)
  1266. * [videomore] Fix extraction (#10592)
  1267. * [foxgay] Fix extraction (#10480)
  1268. + [rmcdecouverte] Add extractor for rmcdecouverte.bfmtv.com (#9709)
  1269. * [gamestar] Fix metadata extraction (#10479)
  1270. * [puls4] Fix extraction (#10583)
  1271. + [cctv] Add extractor for CCTV and CNTV (#8153)
  1272. + [lci] Add extractor for lci.fr (#10573)
  1273. + [wat] Extract DASH formats
  1274. + [viafree] Improve video id detection (#10569)
  1275. + [trutv] Add extractor for trutv.com (#10519)
  1276. + [nick] Add support for nickelodeon.nl (#10559)
  1277. + [abcotvs:clips] Add support for clips.abcotvs.com
  1278. + [abcotvs] Add support for ABC Owned Television Stations sites (#9551)
  1279. + [miaopai] Add extractor for miaopai.com (#10556)
  1280. * [gamestar] Fix metadata extraction (#10479)
  1281. + [bilibili] Add support for episodes (#10190)
  1282. + [tvnoe] Add extractor for tvnoe.cz (#10524)
  1283. version 2016.09.04.1
  1284. Core
  1285. * In DASH downloader if the first segment fails, abort the whole download
  1286. process to prevent throttling (#10497)
  1287. + Add support for --skip-unavailable-fragments and --fragment retries in
  1288. hlsnative downloader (#10165, #10448).
  1289. + Add support for --skip-unavailable-fragments in DASH downloader
  1290. + Introduce --skip-unavailable-fragments option for fragment based downloaders
  1291. that allows to skip fragments unavailable due to a HTTP error
  1292. * Fix extraction of video/audio entries with src attribute in
  1293. _parse_html5_media_entries (#10540)
  1294. Extractors
  1295. * [theplatform] Relax URL regular expression (#10546)
  1296. * [youtube:playlist] Extend URL regular expression
  1297. * [rottentomatoes] Delegate extraction to internetvideoarchive extractor
  1298. * [internetvideoarchive] Extract all formats
  1299. * [pornvoisines] Fix extraction (#10469)
  1300. * [rottentomatoes] Fix extraction (#10467)
  1301. * [espn] Extend URL regular expression (#10549)
  1302. * [vimple] Extend URL regular expression (#10547)
  1303. * [youtube:watchlater] Fix extraction (#10544)
  1304. * [youjizz] Fix extraction (#10437)
  1305. + [foxnews] Add support for FoxNews Insider (#10445)
  1306. + [fc2] Recognize Flash player URLs (#10512)
  1307. version 2016.09.03
  1308. Core
  1309. * Restore usage of NAME attribute from EXT-X-MEDIA tag for formats codes in
  1310. _extract_m3u8_formats (#10522)
  1311. * Handle semicolon in mimetype2ext
  1312. Extractors
  1313. + [youtube] Add support for rental videos' previews (#10532)
  1314. * [youtube:playlist] Fallback to video extraction for video/playlist URLs when
  1315. no playlist is actually served (#10537)
  1316. + [drtv] Add support for dr.dk/nyheder (#10536)
  1317. + [facebook:plugins:video] Add extractor (#10530)
  1318. + [go] Add extractor for *.go.com sites
  1319. * [adobepass] Check for authz_token expiration (#10527)
  1320. * [nytimes] improve extraction
  1321. * [thestar] Fix extraction (#10465)
  1322. * [glide] Fix extraction (#10478)
  1323. - [exfm] Remove extractor (#10482)
  1324. * [youporn] Fix categories and tags extraction (#10521)
  1325. + [curiositystream] Add extractor for app.curiositystream.com
  1326. - [thvideo] Remove extractor (#10464)
  1327. * [movingimage] Fix for the new site name (#10466)
  1328. + [cbs] Add support for once formats (#10515)
  1329. * [limelight] Skip ism snd duplicate manifests
  1330. + [porncom] Extract categories and tags (#10510)
  1331. + [facebook] Extract timestamp (#10508)
  1332. + [yahoo] Extract more formats
  1333. version 2016.08.31
  1334. Extractors
  1335. * [soundcloud] Fix URL regular expression to avoid clashes with sets (#10505)
  1336. * [bandcamp:album] Fix title extraction (#10455)
  1337. * [pyvideo] Fix extraction (#10468)
  1338. + [ctv] Add support for tsn.ca, bnn.ca and thecomedynetwork.ca (#10016)
  1339. * [9c9media] Extract more metadata
  1340. * [9c9media] Fix multiple stacks extraction (#10016)
  1341. * [adultswim] Improve video info extraction (#10492)
  1342. * [vodplatform] Improve embed regular expression
  1343. - [played] Remove extractor (#10470)
  1344. + [tbs] Add extractor for tbs.com and tntdrama.com (#10222)
  1345. + [cartoonnetwork] Add extractor for cartoonnetwork.com (#10110)
  1346. * [adultswim] Rework in terms of turner extractor
  1347. * [cnn] Rework in terms of turner extractor
  1348. * [nba] Rework in terms of turner extractor
  1349. + [turner] Add base extractor for Turner Broadcasting System based sites
  1350. * [bilibili] Fix extraction (#10375)
  1351. * [openload] Fix extraction (#10408)
  1352. version 2016.08.28
  1353. Core
  1354. + Add warning message that ffmpeg doesn't support SOCKS
  1355. * Improve thumbnail sorting
  1356. + Extract formats from #EXT-X-MEDIA tags in _extract_m3u8_formats
  1357. * Fill IV with leading zeros for IVs shorter than 16 octets in hlsnative
  1358. + Add ac-3 to the list of audio codecs in parse_codecs
  1359. Extractors
  1360. * [periscope:user] Fix extraction (#10453)
  1361. * [douyutv] Fix extraction (#10153, #10318, #10444)
  1362. + [nhk:vod] Add extractor for www3.nhk.or.jp on demand (#4437, #10424)
  1363. - [trutube] Remove extractor (#10438)
  1364. + [usanetwork] Add extractor for usanetwork.com
  1365. * [crackle] Fix extraction (#10333)
  1366. * [spankbang] Fix description and uploader extraction (#10339)
  1367. * [discoverygo] Detect cable provider restricted videos (#10425)
  1368. + [cbc] Add support for watch.cbc.ca
  1369. * [kickstarter] Silent the warning for og:description (#10415)
  1370. * [mtvservices:embedded] Fix extraction for the new 'edge' player (#10363)
  1371. version 2016.08.24.1
  1372. Extractors
  1373. + [pluralsight] Add support for subtitles (#9681)
  1374. version 2016.08.24
  1375. Extractors
  1376. * [youtube] Fix authentication (#10392)
  1377. * [openload] Fix extraction (#10408)
  1378. + [bravotv] Add support for Adobe Pass (#10407)
  1379. * [bravotv] Fix clip info extraction (#10407)
  1380. * [eagleplatform] Improve embedded videos detection (#10409)
  1381. * [awaan] Fix extraction
  1382. * [mtvservices:embedded] Update config URL
  1383. + [abc:iview] Add extractor (#6148)
  1384. version 2016.08.22
  1385. Core
  1386. * Improve formats and subtitles extension auto calculation
  1387. + Recognize full unit names in parse_filesize
  1388. + Add support for m3u8 manifests in HTML5 multimedia tags
  1389. * Fix octal/hexadecimal number detection in js_to_json
  1390. Extractors
  1391. + [ivi] Add support for 720p and 1080p
  1392. + [charlierose] Add new extractor (#10382)
  1393. * [1tv] Fix extraction (#9249)
  1394. * [twitch] Renew authentication
  1395. * [kaltura] Improve subtitles extension calculation
  1396. + [zingmp3] Add support for video clips
  1397. * [zingmp3] Fix extraction (#10041)
  1398. * [kaltura] Improve subtitles extraction (#10279)
  1399. * [cultureunplugged] Fix extraction (#10330)
  1400. + [cnn] Add support for money.cnn.com (#2797)
  1401. * [cbsnews] Fix extraction (#10362)
  1402. * [cbs] Fix extraction (#10393)
  1403. + [litv] Support 'promo' URLs (#10385)
  1404. * [snotr] Fix extraction (#10338)
  1405. * [n-tv.de] Fix extraction (#10331)
  1406. * [globo:article] Relax URL and video id regular expressions (#10379)
  1407. version 2016.08.19
  1408. Core
  1409. - Remove output template description from --help
  1410. * Recognize lowercase units in parse_filesize
  1411. Extractors
  1412. + [porncom] Add extractor for porn.com (#2251, #10251)
  1413. + [generic] Add support for DBTV embeds
  1414. * [vk:wallpost] Fix audio extraction for new site layout
  1415. * [vk] Fix authentication
  1416. + [hgtvcom:show] Add extractor for hgtv.com shows (#10365)
  1417. + [discoverygo] Add support for another GO network sites
  1418. version 2016.08.17
  1419. Core
  1420. + Add _get_netrc_login_info
  1421. Extractors
  1422. * [mofosex] Extract all formats (#10335)
  1423. + [generic] Add support for vbox7 embeds
  1424. + [vbox7] Add support for embed URLs
  1425. + [viafree] Add extractor (#10358)
  1426. + [mtg] Add support for viafree URLs (#10358)
  1427. * [theplatform] Extract all subtitles per language
  1428. + [xvideos] Fix HLS extraction (#10356)
  1429. + [amcnetworks] Add extractor
  1430. + [bbc:playlist] Add support for pagination (#10349)
  1431. + [fxnetworks] Add extractor (#9462)
  1432. * [cbslocal] Fix extraction for SendtoNews-based videos
  1433. * [sendtonews] Fix extraction
  1434. * [jwplatform] Extract video id from JWPlayer data
  1435. - [zippcast] Remove extractor (#10332)
  1436. + [viceland] Add extractor (#8799)
  1437. + [adobepass] Add base extractor for Adobe Pass Authentication
  1438. * [life:embed] Improve extraction
  1439. * [vgtv] Detect geo restricted videos (#10348)
  1440. + [uplynk] Add extractor
  1441. * [xiami] Fix extraction (#10342)
  1442. version 2016.08.13
  1443. Core
  1444. * Show progress for curl external downloader
  1445. * Forward more options to curl external downloader
  1446. Extractors
  1447. * [pbs] Fix description extraction
  1448. * [franceculture] Fix extraction (#10324)
  1449. * [pornotube] Fix extraction (#10322)
  1450. * [4tube] Fix metadata extraction (#10321)
  1451. * [imgur] Fix width and height extraction (#10325)
  1452. * [expotv] Improve extraction
  1453. + [vbox7] Fix extraction (#10309)
  1454. - [tapely] Remove extractor (#10323)
  1455. * [muenchentv] Fix extraction (#10313)
  1456. + [24video] Add support for .me and .xxx TLDs
  1457. * [24video] Fix comment count extraction
  1458. * [sunporno] Add support for embed URLs
  1459. * [sunporno] Fix metadata extraction (#10316)
  1460. + [hgtv] Add extractor for hgtv.ca (#3999)
  1461. - [pbs] Remove request to unavailable API
  1462. + [pbs] Add support for high quality HTTP formats
  1463. + [crunchyroll] Add support for HLS formats (#10301)
  1464. version 2016.08.12
  1465. Core
  1466. * Subtitles are now written as is. Newline conversions are disabled. (#10268)
  1467. + Recognize more formats in unified_timestamp
  1468. Extractors
  1469. - [goldenmoustache] Remove extractor (#10298)
  1470. * [drtuber] Improve title extraction
  1471. * [drtuber] Make dislike count optional (#10297)
  1472. * [chirbit] Fix extraction (#10296)
  1473. * [francetvinfo] Relax URL regular expression
  1474. * [rtlnl] Relax URL regular expression (#10282)
  1475. * [formula1] Relax URL regular expression (#10283)
  1476. * [wat] Improve extraction (#10281)
  1477. * [ctsnews] Fix extraction
  1478. version 2016.08.10
  1479. Core
  1480. * Make --metadata-from-title non fatal when title does not match the pattern
  1481. * Introduce options for randomized sleep before each download
  1482. --min-sleep-interval and --max-sleep-interval (#9930)
  1483. * Respect default in _search_json_ld
  1484. Extractors
  1485. + [uol] Add extractor for uol.com.br (#4263)
  1486. * [rbmaradio] Fix extraction and extract all formats (#10242)
  1487. + [sonyliv] Add extractor for sonyliv.com (#10258)
  1488. * [aparat] Fix extraction
  1489. * [cwtv] Extract HTTP formats
  1490. + [rozhlas] Add extractor for prehravac.rozhlas.cz (#10253)
  1491. * [kuwo:singer] Fix extraction
  1492. version 2016.08.07
  1493. Core
  1494. + Add support for TV Parental Guidelines ratings in parse_age_limit
  1495. + Add decode_png (#9706)
  1496. + Add support for partOfTVSeries in JSON-LD
  1497. * Lower master M3U8 manifest preference for better format sorting
  1498. Extractors
  1499. + [discoverygo] Add extractor (#10245)
  1500. * [flipagram] Make JSON-LD extraction non fatal
  1501. * [generic] Make JSON-LD extraction non fatal
  1502. + [bbc] Add support for morph embeds (#10239)
  1503. * [tnaflixnetworkbase] Improve title extraction
  1504. * [tnaflix] Fix metadata extraction (#10249)
  1505. * [fox] Fix theplatform release URL query
  1506. * [openload] Fix extraction (#9706)
  1507. * [bbc] Skip duplicate manifest URLs
  1508. * [bbc] Improve format code
  1509. + [bbc] Add support for DASH and F4M
  1510. * [bbc] Improve format sorting and listing
  1511. * [bbc] Improve playlist extraction
  1512. + [pokemon] Add extractor (#10093)
  1513. + [condenast] Add fallback scenario for video info extraction
  1514. version 2016.08.06
  1515. Core
  1516. * Add support for JSON-LD root list entries (#10203)
  1517. * Improve unified_timestamp
  1518. * Lower preference of RTSP formats in generic sorting
  1519. + Add support for multiple properties in _og_search_property
  1520. * Improve password hiding from verbose output
  1521. Extractors
  1522. + [adultswim] Add support for trailers (#10235)
  1523. * [archiveorg] Improve extraction (#10219)
  1524. + [jwplatform] Add support for playlists
  1525. + [jwplatform] Add support for relative URLs
  1526. * [jwplatform] Improve audio detection
  1527. + [tvplay] Capture and output native error message
  1528. + [tvplay] Extract series metadata
  1529. + [tvplay] Add support for subtitles (#10194)
  1530. * [tvp] Improve extraction (#7799)
  1531. * [cbslocal] Fix timestamp parsing (#10213)
  1532. + [naver] Add support for subtitles (#8096)
  1533. * [naver] Improve extraction
  1534. * [condenast] Improve extraction
  1535. * [engadget] Relax URL regular expression
  1536. * [5min] Fix extraction
  1537. + [nationalgeographic] Add support for Episode Guide
  1538. + [kaltura] Add support for subtitles
  1539. * [kaltura] Optimize network requests
  1540. + [vodplatform] Add extractor for vod-platform.net
  1541. - [gamekings] Remove extractor
  1542. * [limelight] Extract HTTP formats
  1543. * [ntvru] Fix extraction
  1544. + [comedycentral] Re-add :tds and :thedailyshow shortnames
  1545. version 2016.08.01
  1546. Fixed/improved extractors
  1547. - [yandexmusic:track] Adapt to changes in track location JSON (#10193)
  1548. - [bloomberg] Support another form of player (#10187)
  1549. - [limelight] Skip DRM protected videos
  1550. - [safari] Relax regular expressions for URL matching (#10202)
  1551. - [cwtv] Add support for cwtvpr.com (#10196)
  1552. version 2016.07.30
  1553. Fixed/improved extractors
  1554. - [twitch:clips] Sort formats
  1555. - [tv2] Use m3u8_native
  1556. - [tv2:article] Fix video detection (#10188)
  1557. - rtve (#10076)
  1558. - [dailymotion:playlist] Optimize download archive processing (#10180)
  1559. version 2016.07.28
  1560. Fixed/improved extractors
  1561. - shared (#10170)
  1562. - soundcloud (#10179)
  1563. - twitch (#9767)
  1564. version 2016.07.26.2
  1565. Fixed/improved extractors
  1566. - smotri
  1567. - camdemy
  1568. - mtv
  1569. - comedycentral
  1570. - cmt
  1571. - cbc
  1572. - mgtv
  1573. - orf
  1574. version 2016.07.24
  1575. New extractors
  1576. - arkena (#8682)
  1577. - lcp (#8682)
  1578. Fixed/improved extractors
  1579. - facebook (#10151)
  1580. - dailymail
  1581. - telegraaf
  1582. - dcn
  1583. - onet
  1584. - tvp
  1585. Miscellaneous
  1586. - Support $Time$ in DASH manifests
  1587. version 2016.07.22
  1588. New extractors
  1589. - odatv (#9285)
  1590. Fixed/improved extractors
  1591. - bbc
  1592. - youjizz (#10131)
  1593. - youtube (#10140)
  1594. - pornhub (#10138)
  1595. - eporner (#10139)
  1596. version 2016.07.17
  1597. New extractors
  1598. - nintendo (#9986)
  1599. - streamable (#9122)
  1600. Fixed/improved extractors
  1601. - ard (#10095)
  1602. - mtv
  1603. - comedycentral (#10101)
  1604. - viki (#10098)
  1605. - spike (#10106)
  1606. Miscellaneous
  1607. - Improved twitter player detection (#10090)
  1608. version 2016.07.16
  1609. New extractors
  1610. - ninenow (#5181)
  1611. Fixed/improved extractors
  1612. - rtve (#10076)
  1613. - brightcove
  1614. - 3qsdn
  1615. - syfy (#9087, #3820, #2388)
  1616. - youtube (#10083)
  1617. Miscellaneous
  1618. - Fix subtitle embedding for video-only and audio-only files (#10081)
  1619. version 2016.07.13
  1620. New extractors
  1621. - rudo
  1622. Fixed/improved extractors
  1623. - biobiochiletv
  1624. - tvplay
  1625. - dbtv
  1626. - brightcove
  1627. - tmz
  1628. - youtube (#10059)
  1629. - shahid (#10062)
  1630. - vk
  1631. - ellentv (#10067)
  1632. version 2016.07.11
  1633. New Extractors
  1634. - roosterteeth (#9864)
  1635. Fixed/improved extractors
  1636. - miomio (#9605)
  1637. - vuclip
  1638. - youtube
  1639. - vidzi (#10058)
  1640. version 2016.07.09.2
  1641. Fixed/improved extractors
  1642. - vimeo (#1638)
  1643. - facebook (#10048)
  1644. - lynda (#10047)
  1645. - animeondemand
  1646. Fixed/improved features
  1647. - Embedding subtitles no longer throws an error with problematic inputs (#9063)
  1648. version 2016.07.09.1
  1649. Fixed/improved extractors
  1650. - youtube
  1651. - ard
  1652. - srmediatek (#9373)
  1653. version 2016.07.09
  1654. New extractors
  1655. - Flipagram (#9898)
  1656. Fixed/improved extractors
  1657. - telecinco
  1658. - toutv
  1659. - radiocanada
  1660. - tweakers (#9516)
  1661. - lynda
  1662. - nick (#7542)
  1663. - polskieradio (#10028)
  1664. - le
  1665. - facebook (#9851)
  1666. - mgtv
  1667. - animeondemand (#10031)
  1668. Fixed/improved features
  1669. - `--postprocessor-args` and `--downloader-args` now accepts non-ASCII inputs
  1670. on non-Windows systems
  1671. version 2016.07.07
  1672. New extractors
  1673. - kamcord (#10001)
  1674. Fixed/improved extractors
  1675. - spiegel (#10018)
  1676. - metacafe (#8539, #3253)
  1677. - onet (#9950)
  1678. - francetv (#9955)
  1679. - brightcove (#9965)
  1680. - daum (#9972)
  1681. version 2016.07.06
  1682. Fixed/improved extractors
  1683. - youtube (#10007, #10009)
  1684. - xuite
  1685. - stitcher
  1686. - spiegel
  1687. - slideshare
  1688. - sandia
  1689. - rtvnh
  1690. - prosiebensat1
  1691. - onionstudios
  1692. version 2016.07.05
  1693. Fixed/improved extractors
  1694. - brightcove
  1695. - yahoo (#9995)
  1696. - pornhub (#9997)
  1697. - iqiyi
  1698. - kaltura (#5557)
  1699. - la7
  1700. - Changed features
  1701. - Rename --cn-verfication-proxy to --geo-verification-proxy
  1702. Miscellaneous
  1703. - Add script for displaying downloads statistics
  1704. version 2016.07.03.1
  1705. Fixed/improved extractors
  1706. - theplatform
  1707. - aenetworks
  1708. - nationalgeographic
  1709. - hrti (#9482)
  1710. - facebook (#5701)
  1711. - buzzfeed (#5701)
  1712. - rai (#8617, #9157, #9232, #8552, #8551)
  1713. - nationalgeographic (#9991)
  1714. - iqiyi
  1715. version 2016.07.03
  1716. New extractors
  1717. - hrti (#9482)
  1718. Fixed/improved extractors
  1719. - vk (#9981)
  1720. - facebook (#9938)
  1721. - xtube (#9953, #9961)
  1722. version 2016.07.02
  1723. New extractors
  1724. - fusion (#9958)
  1725. Fixed/improved extractors
  1726. - twitch (#9975)
  1727. - vine (#9970)
  1728. - periscope (#9967)
  1729. - pornhub (#8696)
  1730. version 2016.07.01
  1731. New extractors
  1732. - 9c9media
  1733. - ctvnews (#2156)
  1734. - ctv (#4077)
  1735. Fixed/Improved extractors
  1736. - rds
  1737. - meta (#8789)
  1738. - pornhub (#9964)
  1739. - sixplay (#2183)
  1740. New features
  1741. - Accept quoted strings across multiple lines (#9940)