diff options
author | Unknown <blackjack4494@web.de> | 2020-11-07 15:05:05 +0100 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-11-07 15:05:05 +0100 |
commit | 5db4014b2367317fc6875aeb8fddc374b5225074 (patch) | |
tree | ed8369edfae55112b4e4adfe66ff04621847443b | |
parent | f406ab6a144d49f33e8346a78f992dec57636d99 (diff) | |
download | hypervideo-pre-5db4014b2367317fc6875aeb8fddc374b5225074.tar.lz hypervideo-pre-5db4014b2367317fc6875aeb8fddc374b5225074.tar.xz hypervideo-pre-5db4014b2367317fc6875aeb8fddc374b5225074.zip |
[skip travis] readme and pypi update
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -2,13 +2,14 @@ [](https://pypi.org/project/youtube-dlc) [](https://gitter.im/youtube-dlc) -[](https://github.com/blackjack4494/youtube-dlc/blob/master/LICENSE) +[](https://github.com/blackjack4494/yt-dlc/blob/master/LICENSE) youtube-dlc - download videos from youtube.com or other video platforms. youtube-dlc is a fork of youtube-dl with the intention of getting features tested by the community merged in the tool faster, since youtube-dl's development seems to be slowing down. (https://web.archive.org/web/20201014194602/https://github.com/ytdl-org/youtube-dl/issues/26462) - [INSTALLATION](#installation) +- [UPDATE](#update) - [DESCRIPTION](#description) - [OPTIONS](#options) - [Network Options:](#network-options) @@ -66,7 +66,7 @@ setup( description=DESCRIPTION, long_description=LONG_DESCRIPTION, # long_description_content_type="text/markdown", - url="https://github.com/blackjack4494/youtube-dlc", + url="https://github.com/blackjack4494/yt-dlc", packages=find_packages(exclude=("youtube_dl","test",)), #packages=[ # 'youtube_dlc', |