Mercurial > channeldownloader
comparison channeldownloader.py @ 12:77c93f46dd06
Update channeldownloader.py
committer: GitHub <noreply@github.com>
| author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
|---|---|
| date | Fri, 14 Apr 2023 23:52:47 -0400 |
| parents | 1ac85f6f40c4 |
| children | 2e7a3725ad21 |
comparison
equal
deleted
inserted
replaced
| 11:1ac85f6f40c4 | 12:77c93f46dd06 |
|---|---|
| 11 | 11 |
| 12 Options: | 12 Options: |
| 13 -h --help Show this screen | 13 -h --help Show this screen |
| 14 -o --output <folder> Output folder, relative to the current directory | 14 -o --output <folder> Output folder, relative to the current directory |
| 15 [default: .] | 15 [default: .] |
| 16 -d --database <file> HTTP or HTTPS proxy (SOCKS5 with PySocks) | 16 -d --database <file> YTPMV_Database compatible JSON file |
| 17 """ | 17 """ |
| 18 from __future__ import print_function | 18 from __future__ import print_function |
| 19 import docopt | 19 import docopt |
| 20 import internetarchive | 20 import internetarchive |
| 21 try: | 21 try: |
