Skip to content

Commit 32a7f84

Browse files
committed
remove comments
1 parent cd0017c commit 32a7f84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

youtool/cli.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ def main():
2525

2626
subparsers = parser.add_subparsers(required=True, dest="command", title="Command", help="Command to be executed")
2727

28-
# cmd_video_livechat = subparsers.add_parser("video-livechat", help="Get comments from a video ID, generate CSV output (same schema for `chat_message` dicts)")
29-
# cmd_video_transcriptions = subparsers.add_parser("video-transcription", help="Download video transcriptions based on language code, path and list of video IDs or URLs (or CSV filename with URLs/IDs inside), download files to destination and report results")
30-
3128
for command in COMMANDS:
3229
command.parse_arguments(subparsers)
3330

0 commit comments

Comments
 (0)