Add ability to use PeerTube HTTP import

pull/11/head
mister-monster 2019-10-21 22:24:15 -05:00 zatwierdzone przez GitHub
rodzic f5a5ca46f1
commit 8a9dae1226
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -273,6 +273,7 @@ def run_steps(conf):
else:
print("mirroring " + item["link"] + " to Peertube using HTTP import...")
pt_http_import(dl_dir, channel_conf, item, access_token, thumb_extension)
print("done.")
if delete_videos:
print("deleting videos and/or thumbnails...")
rmtree(dl_dir + "/" + channel_conf["name"], ignore_errors=True)