Mercurial > codedump
comparison channeldownloader.py @ 120:3ecb2e815854
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 | 196cf2e3d96e | 
| children | 8ec0e91a5dcf | 
   comparison
  equal
  deleted
  inserted
  replaced
| 119:196cf2e3d96e | 120:3ecb2e815854 | 
|---|---|
| 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: | 
