diff options
author | pukkandan <pukkandan@gmail.com> | 2021-02-10 01:36:02 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-02-10 02:06:49 +0530 |
commit | 8d801631cf4f03b68c0989b51ed4da122230dcdf (patch) | |
tree | 668cf67f46ca4b1c4e02d39f9e30aa1120b610d8 /README.md | |
parent | ba9f36d7325eb3a3f736c3ec98b80ee2b572076c (diff) | |
download | hypervideo-pre-8d801631cf4f03b68c0989b51ed4da122230dcdf.tar.lz hypervideo-pre-8d801631cf4f03b68c0989b51ed4da122230dcdf.tar.xz hypervideo-pre-8d801631cf4f03b68c0989b51ed4da122230dcdf.zip |
[version] update
:ci skip all
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -65,6 +65,8 @@ The major new features from the latest release of [blackjack4494/yt-dlc](https:/ * Youtube search works correctly (`ytsearch:`, `ytsearchdate:`) along with Search URLs * Redirect channel's home URL automatically to `/video` to preserve the old behaviour +* **Aria2c with HLS/DASH**: You can use aria2c as the external downloader for DASH(mpd) and HLS(m3u8) formats. No more slow ffmpeg/native downloads + * **New extractors**: AnimeLab, Philo MSO, Rcs, Gedi, bitwave.tv, mildom, audius * **Fixed extractors**: archive.org, roosterteeth.com, skyit, instagram, itv, SouthparkDe, spreaker, Vlive, tiktok, akamai, ina @@ -136,9 +138,9 @@ Then simply type this ## General Options: -h, --help Print this help text and exit --version Print program version and exit - -U, --update [BROKEN] Update this program to latest - version. Make sure that you have sufficient - permissions (run with sudo if needed) + -U, --update Update this program to latest version. Make + sure that you have sufficient permissions + (run with sudo if needed) -i, --ignore-errors Continue on download errors, for example to skip unavailable videos in a playlist (default) (Alias: --no-abort-on-error) @@ -463,10 +465,6 @@ Then simply type this files in the current directory to debug problems --print-traffic Display sent and read HTTP traffic - -C, --call-home [Broken] Contact the youtube-dlc server for - debugging - --no-call-home Do not contact the youtube-dlc server for - debugging (default) ## Workarounds: --encoding ENCODING Force the specified encoding (experimental) |