mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
fixed yt
This commit is contained in:
parent
485310661e
commit
b11f6da045
@ -82,3 +82,5 @@ def main():
|
||||
parser.add_argument('--transcript', action='store_true',
|
||||
help='Output only the transcript')
|
||||
parser.add_argument("url", nargs="?", help="YouTube video URL")
|
||||
args = parser.parse_args()
|
||||
main_function(args.url, args)
|
||||
|
Loading…
Reference in New Issue
Block a user