Inital Commit
This commit is contained in:
6
modules/pt_poster.py
Normal file
6
modules/pt_poster.py
Normal file
@ -0,0 +1,6 @@
|
||||
def upload_to_peertube(video_path: Path, title: str, description: str) -> str:
|
||||
"""
|
||||
Stub for PeerTube upload – replace with real implementation later.
|
||||
"""
|
||||
print("⚠️ PeerTube upload not yet implemented.")
|
||||
return "https://peertube.example.com/video-placeholder"
|
||||
Reference in New Issue
Block a user