瀏覽代碼

Merge pull request #11 from tjiho/master

Add requirements.txt to manage dependencies and update readme
pull/18/head
mister-monster GitHub 4 年之前
父節點
當前提交
ef7d92e53d
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 2 個檔案被更改,包括 18 行新增0 行删除
  1. +8
    -0
      README.md
  2. +10
    -0
      requirements.txt

+ 8
- 0
README.md 查看文件

@@ -10,6 +10,14 @@ This tool does not use YouTube APIs. Instead, it subscribes to channels via RSS.

If you need to archive a YouTube channel with lots of existing videos, this tool is not for you. This tool starts mirroring channels from the time they are added to the config and will not mirror all historical videos that exist in a YouTube channel. A tool that provides this functionality is available https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/tools.md#peertube-import-videosjs

## Installation

```
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

## Dependencies

This tool depends on:


+ 10
- 0
requirements.txt 查看文件

@@ -0,0 +1,10 @@
certifi==2019.11.28
chardet==3.0.4
feedparser==5.2.1
idna==2.8
pafy==0.5.5
requests==2.22.0
requests-toolbelt==0.9.1
toml==0.10.0
urllib3==1.25.7
youtube-dl==2019.11.28

Loading…
取消
儲存