Fix extracting video_id

This commit is contained in:
taizan-hokuto
2020-08-21 22:23:33 +09:00
parent 283443e374
commit 56294d6a67
3 changed files with 12 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ class Extractor:
def extract(self):
if self.duration == 0:
print("video is not archived.")
print("\nCannot extract chat data:\n The specified video has not yet been archived.")
return []
data = self._execute_extract_operations()
if self.processor is None: