youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit f7923a4c399e0ce8e6cd230db92aefbfcff297c3
parent cc63259d18fcb2940402d35139c40077481e5a22
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sun, 26 Mar 2017 22:07:12 +0800

[ChangeLog] Update after #12307

Diffstat:
MChangeLog | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,5 +1,10 @@ version <unreleased> +Core +* 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. + (#12307) + Extractors * [afreecatv] Fix extraction (#12179)