Skip to content

Commit

Permalink
Bump 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHOH committed Jul 18, 2021
1 parent 7200e8d commit 8b3975f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
40 changes: 37 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log for ykdl
===================

1.7.2
-------

- support new sites: Douyin
- update Huya, Youku, MGTV


1.7.1
-------

Expand All @@ -21,22 +28,26 @@ Change Log for ykdl
Miaopai, NetEase, PPTV, Qixiu, QQ, Sohu, Weibo, Youku
- remove Dilidili, Panda


1.6.3
-------

- update Sohu, mgtv, sina, etc a lot by @SeaHOH


1.6.2
-------

- update QQ, bilibili, panda a lot by @SeaHOH
- misc updates


1.6.1
-------

- fix youku/tudou, QQ, mgtv, 163, bilibili by @SeaHOH


1.6.0
-------

Expand All @@ -46,6 +57,7 @@ Change Log for ykdl
- update HTTP redirection for t.cn
- use cryptodome as default.


1.5.5
-------

Expand All @@ -55,6 +67,7 @@ Change Log for ykdl
- update acfun, 163 Dj and QQ
- update mpv's default parameters.


1.5.4
-------

Expand All @@ -72,13 +85,15 @@ Change Log for ykdl
- update bilibili, tudou, weibo, etc.
- update mpv wrapper, thanks to @SeaHOH


1.5.2
-------

- update youku, panda, le, zhanqi, longzhu, laifeng, huajiao, etc.
- many updates for windows platform, thanks to @SeaHOH
- README.rst updated.


1.5.1
-------

Expand All @@ -87,20 +102,23 @@ Change Log for ykdl
- update player wrapper
- -F/--format now accept int value as level of resolution.


1.5.0
-------

- update videoinfo, add ua/referrer.
- update douyu, bilibili, youku
- cykdl support no proxy


1.4.11
-------

- update 163 music, pptv, youku
- update python2 support
- update ffmpeg&mpv wrapper


1.4.10
-------

Expand All @@ -109,13 +127,15 @@ Change Log for ykdl
- update bilibili, acfun, sohu, youku, tudou
- update downloader


1.4.9
-------

- support new sites: dilidili
- update letv, youku
- update downloader


1.4.8
-------

Expand All @@ -124,6 +144,7 @@ Change Log for ykdl
- update youku, due to api changed
- misc changes


1.4.7
-------

Expand All @@ -142,6 +163,7 @@ Change Log for ykdl
- rename short opt for json out to capital J
- add -j --jobs for multithread download jobs number, default is NR_CPUS


1.4.5
-------

Expand All @@ -159,12 +181,14 @@ Change Log for ykdl
- fix douyu live
- support multithread download, NOTE: this is not finished


1.4.3
-------

- fix Acfun
- fix letv


1.4.2
-------

Expand All @@ -180,13 +204,15 @@ Change Log for ykdl
- support douyu video, kankannews, Quanmin Live
- update common alias dict


1.1.4
-------

- port PPTV, yizhibo from upstream/PL
- update Bilibili.
- partially support Taobao


1.1.3.6
-------

Expand All @@ -203,6 +229,7 @@ Change Log for ykdl
- update main script to fix bugs, add -O option
- add warning in m3u8_wrapper


1.1.3.4
-------

Expand All @@ -222,6 +249,7 @@ Change Log for ykdl
- update Acfun, huomao, youku
- add gitter


1.1.3.1
-------

Expand All @@ -236,13 +264,15 @@ Change Log for ykdl
- get proxy from system proxy settings
- some other update


1.1.2
-------

- refact code a lot
- update iqiyi
- update setup for windows platform


1.1.1.2
-------

Expand All @@ -257,6 +287,7 @@ Change Log for ykdl
- update letv
- update stream profile code


1.1.1
-----

Expand All @@ -265,6 +296,7 @@ Change Log for ykdl
- remove lots of dead sites, include youtube
- many other updates


1.1.0.4
-------

Expand All @@ -273,6 +305,7 @@ Change Log for ykdl
- fix zhanqi
- add travis-ci


1.1.0.3
-------

Expand All @@ -284,6 +317,7 @@ Change Log for ykdl

- right way to add requirements


1.1.0
-----

Expand All @@ -293,18 +327,21 @@ Change Log for ykdl
- live video authors are added when possible.
- subtitle feature is planned but moved to danmu branch.


1.0.9.2
-------

- bug fix for baomihua
- add test for extractors status.


1.0.9.1
-------

- fix unqoute issue in python2, since v1.0.9 is released
- a draft binary release is done. feedback is welcome.


1.0.9
-----

Expand All @@ -318,6 +355,3 @@ Change Log for ykdl
almost done

big change

python3 is first choice, if you don't have python3, python2 is fine.
don't forget to file a bug when using python2
2 changes: 1 addition & 1 deletion ykdl/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = "1.7.1"
__version__ = "1.7.2"

0 comments on commit 8b3975f

Please sign in to comment.