1
1
зеркало из https://github.com/mister-monster/YouTube2PeerTube.git synced 2024-09-27 14:45:10 -04:00
Added config parameter to use Peertube HTTP import rather than downloading and uploading videos. Default false.
Этот коммит содержится в:
mister-monster 2019-10-21 22:20:47 -05:00 коммит произвёл GitHub
родитель b50aa253e9
Коммит 8b72d4c947
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -2,6 +2,7 @@
# This document is a configuration file for YouTube2PeerTube mirror bot
[global]
video_download_dir = "/path/to/download/directory/" # must be absolute path and user writable directory
use_pt_http_import = "false" # Peertube supports sending HTTP links to videos instead of downloading and uploading them. Use this option if you do not want to archive videos and have limited bandwidth. Setting this to true negates delete_videos as videos will not be downloaded, and disables transcoding.
delete_videos = "false" # Delete videos and metadata after upload to peertube, lowercase string
poll_frequency = 180 # poll frequency in minutes