mirror of
https://github.com/Paillat-dev/FABLE.git
synced 2026-01-02 01:06:20 +00:00
fix(video.py): return self instead of video_meta_file
fix(main.py): print video object instead of video url feat(uploader.py): add retry mechanism to handle token expiration and refresh token if necessary. Also, pass youtube object to upload_thumbnail function.
This commit is contained in:
@@ -62,4 +62,4 @@ class Video:
|
||||
with open(os.path.join( self.path, "video.yaml"), "w") as f:
|
||||
yaml.dump(video_meta_file, f)
|
||||
f.close()
|
||||
return video_meta_file
|
||||
return self
|
||||
Reference in New Issue
Block a user