Mercurial > codedump
comparison channeldownloader.py @ 121:8ec0e91a5dcf
remove proxy flag
committer: GitHub <noreply@github.com>
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Fri, 14 Apr 2023 23:53:37 -0400 |
parents | 3ecb2e815854 |
children |
comparison
equal
deleted
inserted
replaced
120:3ecb2e815854 | 121:8ec0e91a5dcf |
---|---|
1 #!/usr/bin/env python3 | 1 #!/usr/bin/env python3 |
2 """ | 2 """ |
3 Usage: | 3 Usage: |
4 channeldownloader.py <url>... (--database <file>) | 4 channeldownloader.py <url>... (--database <file>) |
5 [--output <folder>] | 5 [--output <folder>] |
6 [--proxy <proxy>] | |
7 channeldownloader.py -h | --help | 6 channeldownloader.py -h | --help |
8 | 7 |
9 Arguments: | 8 Arguments: |
10 <url> YouTube channel URL to download from | 9 <url> YouTube channel URL to download from |
11 | 10 |