1
1
mirror of https://github.com/neosubhamoy/pytubepp.git synced 2025-12-20 03:29:36 +05:30

(refactor): switched to standard python style version view

This commit is contained in:
2024-08-30 11:10:08 +05:30
parent d1478f7761
commit 82e9bb4d45

View File

@@ -621,7 +621,7 @@ def main():
print(f'\ndownloadDIR: {downloadDIR}\ntempDIR: {tempDIR}\nconfigDIR: {configDIR}\ndefaultStream: {defaultStream}\n')
if args.version:
print(f'\npytubePP (Pytube Post Processor) - version: {version}\n')
print(f'pytubepp {version}')
if args.show_info:
print('\nNo video url supplied! exiting...!!')