fixed yt
This commit is contained in:
parent
485310661e
commit
b11f6da045
@ -82,3 +82,5 @@ def main():
|
|||||||
parser.add_argument('--transcript', action='store_true',
|
parser.add_argument('--transcript', action='store_true',
|
||||||
help='Output only the transcript')
|
help='Output only the transcript')
|
||||||
parser.add_argument("url", nargs="?", help="YouTube video URL")
|
parser.add_argument("url", nargs="?", help="YouTube video URL")
|
||||||
|
args = parser.parse_args()
|
||||||
|
main_function(args.url, args)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user