mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-10-31 22:55:26 +00:00
[ChangeLog] Actualize
This commit is contained in:
parent
f7923a4c39
commit
82eefd0be0
1 changed files with 12 additions and 2 deletions
14
ChangeLog
14
ChangeLog
|
@ -2,11 +2,21 @@ version <unreleased>
|
||||||
|
|
||||||
Core
|
Core
|
||||||
* Don't raise an error if JWPlayer config data is not a Javascript object
|
* Don't raise an error if JWPlayer config data is not a Javascript object
|
||||||
literal. _find_jwplayer_data() now returns a dict rather than an str.
|
literal. _find_jwplayer_data now returns a dict rather than an str. (#12307)
|
||||||
(#12307)
|
* Expand environment variables for options representing paths (#12556)
|
||||||
|
+ [utils] Introduce expand_path
|
||||||
|
* [downloader/hls] Delegate downloading to ffmpeg immediately for live streams
|
||||||
|
|
||||||
Extractors
|
Extractors
|
||||||
* [afreecatv] Fix extraction (#12179)
|
* [afreecatv] Fix extraction (#12179)
|
||||||
|
+ [atvat] Add support for atv.at (#5325)
|
||||||
|
+ [fox] Add metadata extraction (#12391)
|
||||||
|
+ [atresplayer] Extract DASH formats
|
||||||
|
+ [atresplayer] Extract HD manifest (#12548)
|
||||||
|
* [atresplayer] Fix login error detection (#12548)
|
||||||
|
* [franceculture] Fix extraction (#12547)
|
||||||
|
* [youtube] Improve URL regular expression (#12538)
|
||||||
|
* [generic] Do not follow redirects to the same URL
|
||||||
|
|
||||||
|
|
||||||
version 2017.03.24
|
version 2017.03.24
|
||||||
|
|
Loading…
Reference in a new issue