Mercurial > channeldownloader
comparison channeldownloader.py @ 13:2e7a3725ad21
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 | 77c93f46dd06 |
| children | 03c8fd4069fb |
comparison
equal
deleted
inserted
replaced
| 12:77c93f46dd06 | 13:2e7a3725ad21 |
|---|---|
| 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 |
